@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Qwigley&family=Ubuntu:wght@300;400;500;700&display=swap");
:root {
  --wp-admin-theme-color: #007cba;
  --wp-admin-theme-color--rgb: 0, 124, 186;
  --wp-admin-theme-color-darker-10: #006ba1;
  --wp-admin-theme-color-darker-10--rgb: 0, 107, 161;
  --wp-admin-theme-color-darker-20: #005a87;
  --wp-admin-theme-color-darker-20--rgb: 0, 90, 135;
  --wp-admin-border-width-focus: 2px ;
}

video {
  width: 100%;
  height: auto;
}

button {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0.75rem 1rem;
  background: rgba(86, 4, 68, 0.89);
  color: #fff;
  border: 1px solid rgba(86, 4, 68, 0.89);
  outline: 0;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button:disabled {
  opacity: 0.7;
  pointer-events: none;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  :root {
    --wp-admin-border-width-focus: 1.5px ;
  }
}
:root {
  --wp--preset--font-size--normal: 16px;
  --wp--preset--font-size--huge: 42px ;
}

:root .has-very-light-gray-background-color {
  background-color: #eee;
}

:root .has-very-dark-gray-background-color {
  background-color: #313131;
}

:root .has-very-light-gray-color {
  color: #eee;
}

:root .has-very-dark-gray-color {
  color: #313131;
}

:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
  background: linear-gradient(135deg, #00d084, #0693e3);
}

:root .has-purple-crush-gradient-background {
  background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe);
}

:root .has-hazy-dawn-gradient-background {
  background: linear-gradient(135deg, #faaca8, #dad0ec);
}

:root .has-subdued-olive-gradient-background {
  background: linear-gradient(135deg, #fafae1, #67a671);
}

:root .has-atomic-cream-gradient-background {
  background: linear-gradient(135deg, #fdd79a, #004a59);
}

:root .has-nightshade-gradient-background {
  background: linear-gradient(135deg, #330968, #31cdcf);
}

:root .has-midnight-gradient-background {
  background: linear-gradient(135deg, #020381, #2874fc);
}

.has-regular-font-size {
  font-size: 1em;
}

.has-larger-font-size {
  font-size: 2.625em;
}

.has-normal-font-size {
  font-size: var(--wp--preset--font-size--normal);
}

.has-huge-font-size {
  font-size: var(--wp--preset--font-size--huge);
}

.has-text-align-center {
  text-align: center;
}

.has-text-align-left {
  text-align: left;
}

.has-text-align-right {
  text-align: right;
}

#end-resizable-editor-section {
  display: none;
}

.aligncenter {
  clear: both;
}

.items-justified-left {
  justify-content: flex-start;
}

.items-justified-center {
  justify-content: center;
}

.items-justified-right {
  justify-content: flex-end;
}

.items-justified-space-between {
  justify-content: space-between;
}

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

.screen-reader-text:focus {
  background-color: #ddd;
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

html :where(img[class*=wp-image-]) {
  height: auto;
  max-width: 100%;
}

body {
  --wp--preset--color--black: #000000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
  --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
  --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
  --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
  --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
  --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
  --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
  --wp--preset--duotone--dark-grayscale: url("#wp-duotone-dark-grayscale");
  --wp--preset--duotone--grayscale: url("#wp-duotone-grayscale");
  --wp--preset--duotone--purple-yellow: url("#wp-duotone-purple-yellow");
  --wp--preset--duotone--blue-red: url("#wp-duotone-blue-red");
  --wp--preset--duotone--midnight: url("#wp-duotone-midnight");
  --wp--preset--duotone--magenta-yellow: url("#wp-duotone-magenta-yellow");
  --wp--preset--duotone--purple-green: url("#wp-duotone-purple-green");
  --wp--preset--duotone--blue-orange: url("#wp-duotone-blue-orange");
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 36px;
  --wp--preset--font-size--x-large: 42px;
}

.has-black-color {
  color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-color {
  color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-color {
  color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-color {
  color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-color {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
  color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
  color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-background-color {
  background-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-background-color {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-background-color {
  background-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-background-color {
  background-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-background-color {
  background-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-background-color {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-background-color {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-background-color {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-border-color {
  border-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-border-color {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-border-color {
  border-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-border-color {
  border-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-border-color {
  border-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-border-color {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-border-color {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-border-color {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-border-color {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-border-color {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
  background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
  background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
  background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
  background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
  background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
  background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
  background: var(--wp--preset--gradient--midnight) !important;
}

.has-small-font-size {
  font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
  font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
  font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
  font-size: var(--wp--preset--font-size--x-large) !important;
}

.ct-FontAwesomeicon-check-circle {
  width: 0.8571428571em;
}

.ct-FontAwesomeicon-twitter-square {
  width: 0.8571428571em;
}

.ct-FontAwesomeicon-chevron-circle-up {
  width: 0.8571428571em;
}

.ct-FontAwesomeicon-instagram {
  width: 0.8571428571em;
}

#ct_code_block_css_1105 video {
  width: 100%;
  height: auto;
}

.btn-primary {
  background-color: rgb(76, 14, 62);
  border-color: rgb(76, 14, 62);
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #360a2c;
  border-color: #360a2c;
}
.btn-secondary {
  background-color: #2e272b;
  border-color: #2e272b;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  background-color: #201b1e;
  border-color: #201b1e;
}
.btn--xlg {
  font-weight: bold;
  padding: 1.5rem;
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
button,
hr,
input {
  overflow: visible;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

progress,
sub,
sup {
  vertical-align: baseline;
}

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

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

body,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

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

figure {
  margin: 1em 40px;
}

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

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

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

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

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

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

button,
input,
optgroup,
select,
textarea {
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
select {
  text-transform: none;
}

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

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

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

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

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[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-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

summary {
  display: list-item;
}

[hidden],
template {
  display: none;
} /* Oxygen */
html {
  box-sizing: border-box;
}

body {
  font-size: 16px;
  color: rgb(64, 64, 64);
}

body.oxygen-aos-enabled {
  overflow-x: hidden;
}

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

.ct-section-inner-wrap {
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}

div.ct-svg-icon > svg,
svg.ct-svg-icon {
  height: 1em !important;
  fill: currentColor;
}

.ct-columns-inner-wrap {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.ct-column {
  float: left !important;
  word-break: break-word;
}

svg.ct-svg-icon {
  display: inline-block;
  width: 1em !important;
}

div.ct-svg-icon {
  display: inline-block;
  box-sizing: content-box;
  border-radius: 50%;
  width: auto;
}

div.ct-svg-icon > svg {
  width: 1em !important;
  display: block;
}

div.ct-fancy-icon {
  display: inline-flex;
  border-radius: 50%;
}

.ct-fancy-icon > svg {
  fill: currentColor;
}

.ct-columns-inner-wrap > .ct-column:first-child {
  margin-left: 0 !important;
}

.ct-columns-inner-wrap > .ct-column:last-child {
  margin-right: 0 !important;
}

.ct-video {
  width: 100%;
}

.ct-video > .oxygen-vsb-responsive-video-wrapper {
  position: relative;
}

.ct-video > .oxygen-vsb-responsive-video-wrapper > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.oxy-nav-menu-list {
  display: flex;
  padding: 0;
  margin: 0;
}

.oxy-nav-menu .oxy-nav-menu-list li.menu-item {
  list-style-type: none;
  display: flex;
  flex-direction: column;
}

.oxy-nav-menu .oxy-nav-menu-list li.menu-item a {
  text-decoration: none;
  border-style: solid;
  border-width: 0;
  transition-timing-function: ease-in-out;
  transition-property: background-color, color, border-color;
  border-color: transparent;
}

.oxy-nav-menu .oxy-nav-menu-list li.current-menu-item > a,
.oxy-nav-menu .oxy-nav-menu-list li.menu-item:hover > a {
  border-color: currentColor;
}

.oxy-nav-menu .menu-item,
.oxy-nav-menu .sub-menu {
  position: relative;
}

.oxy-nav-menu .menu-item .sub-menu {
  padding: 0;
  flex-direction: column;
  white-space: nowrap;
  transition-timing-function: ease-in-out;
  transition-property: visibility, opacity;
  visibility: hidden;
  opacity: 0;
  display: flex;
  position: absolute;
  top: 100%;
}

.oxy-nav-menu .sub-menu .sub-menu,
.oxy-nav-menu.oxy-nav-menu-vertical .sub-menu {
  left: 100%;
  top: 0;
}

.oxy-nav-menu .menu-item:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
}

.oxy-nav-menu .sub-menu li.menu-item {
  flex-direction: column;
}

@keyframes oxy_sticky_header_fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.oxy-sticky-header-fade-in {
  animation-name: oxy_sticky_header_fadein;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
}

.oxy-header-wrapper {
  position: relative;
}

.oxy-header-row {
  width: 100%;
  display: block;
}

.oxy-header-container {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
}

.oxy-header-center,
.oxy-header-left,
.oxy-header-right {
  display: flex;
  align-items: center;
}

.oxy-header .oxygen-only-show-in-overlay,
.oxy-video-container {
  display: none;
}

.oxy-header-left {
  justify-content: flex-start;
}

.oxy-header-center {
  flex-grow: 1;
  justify-content: center;
}

.oxy-header-right {
  justify-content: flex-end;
}

.admin-bar .oxy-sticky-header-active {
  top: 32px !important;
}

@media screen and (max-width: 782px) {
  .admin-bar .oxy-sticky-header-active {
    top: 46px !important;
  }
}
@media screen and (max-width: 600px) {
  .admin-bar .oxy-sticky-header-active {
    top: 0 !important;
  }
}
.oxy-video-background {
  position: relative;
  z-index: 1;
}

.oxy-video-background .oxy-video-container {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

.oxy-video-background .oxy-video-container video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}

.oxy-video-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.oxy-map iframe {
  width: 100%;
  height: 100%;
  display: block;
}

.unslider .unslider-fade ul li.unslider-active {
  position: relative;
}

.oxy-menu-toggle {
  cursor: pointer;
  display: none;
}

.oxy-nav-menu.oxy-nav-menu-open {
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: auto;
  z-index: 2147483642 !important;
  background-color: #fff;
}

.oxy-nav-menu.oxy-nav-menu-open > div:last-child {
  max-height: 100%;
  overflow: auto;
  padding-top: 2em;
  padding-bottom: 2em;
  width: 100%;
}

.oxy-nav-menu-prevent-overflow {
  overflow: hidden;
  height: 100%;
}

.oxy-nav-menu.oxy-nav-menu-open .oxy-menu-toggle {
  display: initial;
}

.oxy-nav-menu.oxy-nav-menu-open .oxy-nav-menu-list {
  flex-direction: column !important;
  width: 100%;
}

.oxy-nav-menu.oxy-nav-menu-open .oxy-nav-menu-list .menu-item a {
  text-align: center;
  border: 0 !important;
  background-color: transparent !important;
  justify-content: center;
}

.oxy-nav-menu.oxy-nav-menu-open .oxy-nav-menu-hamburger-wrap {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
}

.oxy-nav-menu:not(.oxy-nav-menu-open) .sub-menu {
  background-color: #fff;
  z-index: 2147483641;
}

.oxy-nav-menu.oxy-nav-menu-open .menu-item .sub-menu,
.oxy-nav-menu.oxy-nav-menu-open .menu-item-has-children > a::after {
  display: none;
}

.oxy-nav-menu.oxy-nav-menu-open.oxy-nav-menu-responsive-dropdowns .menu-item .sub-menu {
  display: flex;
  position: static;
  animation-name: none;
  visibility: visible;
  opacity: 1;
  transition-duration: 0s !important;
}

.oxy-nav-menu.oxy-nav-menu-open a:not([href]) {
  display: none;
}

.oxy-nav-menu-hamburger-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.oxy-nav-menu-hamburger {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.oxy-nav-menu-hamburger-line {
  border-radius: 2px;
}

.oxy-nav-menu-open .oxy-nav-menu-hamburger {
  transform: rotate(45deg);
}

.oxy-nav-menu-open .oxy-nav-menu-hamburger .oxy-nav-menu-hamburger-line {
  display: none;
}

.oxy-nav-menu-open .oxy-nav-menu-hamburger .oxy-nav-menu-hamburger-line:first-child {
  display: initial;
  position: relative;
}

.oxy-nav-menu-open .oxy-nav-menu-hamburger .oxy-nav-menu-hamburger-line:last-child {
  display: initial;
  position: relative;
  transform: rotate(90deg);
}

.oxy-nav-menu .menu-item a {
  display: flex;
  align-items: center;
}

.oxy-nav-menu.oxy-nav-menu-vertical .menu-item a {
  flex-direction: row;
}

.oxy-nav-menu-dropdowns.oxy-nav-menu-dropdown-arrow .menu-item-has-children > a::after {
  width: 0.35em;
  height: 0.35em;
  margin-left: 0.5em;
  border-right: 0.1em solid;
  border-top: 0.1em solid;
  transform: rotate(135deg);
  content: "";
}

.oxy-nav-menu-dropdowns.oxy-nav-menu-dropdown-arrow .sub-menu .menu-item-has-children > a::after,
.oxy-nav-menu-dropdowns.oxy-nav-menu-dropdown-arrow.oxy-nav-menu-vertical .menu-item-has-children > a::after {
  transform: rotate(45deg);
}

.oxy-social-icons {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}

.oxy-social-icons a {
  line-height: 1;
  width: 1em;
  height: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.oxy-social-icons a svg {
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

.oxy-soundcloud {
  min-width: 300px;
  min-height: 120px;
}

.oxy-soundcloud iframe {
  width: 100%;
  height: 100%;
}

.comment-body .alignleft,
.oxy-stock-content-styles .alignleft {
  margin-right: 1em;
  float: left;
}

.comment-body .alignright,
.oxy-stock-content-styles .alignright {
  margin-left: 1em;
  float: right;
}

.comment-body .aligncenter,
.oxy-stock-content-styles .aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.comment-body img,
.oxy-stock-content-styles img {
  max-width: 100%;
}

.oxy-comment-form .comment-reply-title {
  margin-bottom: 0.5em;
}

.oxy-comment-form .logged-in-as {
  margin-bottom: 1em;
  font-size: 0.75em;
}

.oxy-comment-form #submit {
  padding: 1em 2em;
  background-color: #000;
  color: #fff;
  cursor: pointer;
  margin-top: 0.5em;
  border: none;
  font-weight: 700;
}

.oxy-comment-form input,
.oxy-comment-form textarea {
  padding: 0.5em;
  border-radius: 0;
  border: 1px solid #000;
  color: gray;
  width: 100%;
}

.oxy-comment-form label {
  font-weight: 700;
}

.oxy-comment-form .comment-form > p {
  margin-top: 0;
  margin-bottom: 1em;
}

.oxy-comments h3.comments-title {
  margin-bottom: 1em;
}

.oxy-comments ol.children,
.oxy-comments ol.comments-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.oxy-comments ol.children {
  margin-left: 50px;
}

.oxy-comments li.comment .comment-body {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 50px;
}

.oxy-comments li.comment .comment-body .comment-content {
  margin-bottom: 1em;
}

.oxy-comments .comment-meta .comment-author {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.oxy-comments .comment-meta .comment-author .avatar {
  max-width: 64px;
  max-height: 64px;
  margin-right: 0.5em;
}

.oxy-comments .comment-meta .comment-author span.says::before {
  content: " ";
  white-space: pre;
}

.oxy-progress-bar-overlay-percent,
.oxy-progress-bar-overlay-text {
  line-height: 1;
  white-space: nowrap;
  color: #fff;
}

.oxy-comments .comment-meta .comment-metadata {
  font-size: 0.75em;
  margin-top: 0.75em;
}

.oxy-comments .comment-meta .edit-link {
  margin-left: 0.5em;
}

.oxy-comments .reply {
  display: flex;
}

.oxy-comments .reply .comment-reply-link {
  font-size: 0.75em;
}

.oxy-comments .comment-meta {
  flex-wrap: wrap;
}

.oxy-comments .comment-awaiting-moderation {
  flex-basis: 100%;
}

.oxy-login-form p {
  display: flex;
  flex-direction: column;
}

.oxy-login-form input {
  padding: 0.5em;
  border-radius: 0;
  border: 1px solid #000;
}

.oxy-login-form input[type=submit] {
  padding: 1em 2em;
  background-color: #000;
  color: #fff;
  cursor: pointer;
  border: none;
  font-weight: 700;
}

.oxy-search-form input {
  padding: 0.5em;
  border-radius: 0;
  border: 1px solid #000;
}

.oxy-search-form input[type=submit] {
  padding: calc(0.5em + 1px) 1em;
  background-color: #000;
  color: #fff;
  cursor: pointer;
  border: none;
}

.oxy-search-form label.screen-reader-text {
  display: none;
}

.oxy-icon-box-icon {
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
}

.oxy-icon-box-content {
  flex-grow: 1;
  width: 100%;
}

.oxy-icon-box-heading,
.oxy-icon-box-text {
  margin: 0;
}

.oxy-icon-box {
  display: flex;
  align-items: flex-start;
}

.oxy-pricing-box {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-graphic {
  order: 10;
  display: flex;
  flex-direction: row;
}

.oxy-pricing-box-graphic > img {
  max-width: 100%;
  display: block;
}

.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-title {
  order: 20;
}

.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-price {
  order: 30;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: baseline;
  justify-content: center;
}

.oxy-pricing-box-amount {
  display: flex;
  align-items: baseline;
  flex-direction: row;
}

.oxy-pricing-box-currency {
  align-self: flex-start;
}

.oxy-pricing-box-amount-decimal {
  align-self: baseline;
}

.oxy-pricing-box-term {
  margin-left: 0.4em;
}

.oxy-pricing-box-sale-price {
  width: 100%;
  flex-grow: 0;
  flex-shrink: 0;
}

.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-content {
  order: 40;
}

.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-cta {
  order: 60;
}

@keyframes oxy_progress_bar_width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes oxy_progress_bar_stripes {
  from {
    background-position: 44px 0;
  }
  to {
    background-position: 0 0;
  }
}
.oxy-progress-bar-background,
.oxy-progress-bar-progress {
  background-position: top left;
  background-attachment: fixed;
  background-size: 44px 44px;
}

.oxy-progress-bar {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.oxy-progress-bar-background {
  background-color: #d3d3d3;
  width: 100%;
}

.oxy-progress-bar-progress {
  padding: 20px;
  display: flex;
  background-color: #a9a9a9;
  align-items: center;
}

.oxy-progress-bar-overlay-percent {
  margin-left: auto;
  padding-left: 1em;
  font-size: 0.8em;
}

.oxy-tab,
.oxy-tab-content {
  padding: 20px;
}

.oxy-progress-bar-overlay-percent:empty {
  display: none;
}

.oxy-superbox {
  display: inline-flex;
}

.oxy-superbox-primary,
.oxy-superbox-secondary,
.oxy-tabs-wrapper {
  display: flex;
}

.oxy-superbox-wrap {
  position: relative;
  overflow: hidden;
  display: flex;
  width: 100%;
}

.oxy-superbox-primary {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}

.oxy-superbox-secondary {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.oxy-tab {
  cursor: pointer;
}

.oxy-tabs-contents-content-hidden {
  display: none !important;
}

.oxy-testimonial {
  display: flex;
  width: 100%;
}

.oxy-testimonial .oxy-testimonial-photo-wrap {
  display: flex;
  flex-direction: column;
}

.oxy-testimonial .oxy-testimonial-photo {
  border-radius: 50%;
}

.oxy-testimonial .oxy-testimonial-content-wrap {
  display: flex;
  flex-direction: column;
  order: 2;
}

.oxy-testimonial .oxy-testimonial-author-wrap {
  display: flex;
  flex-direction: column;
}

.oxy-testimonial .oxy-testimonial-author,
.oxy-testimonial .oxy-testimonial-author-info {
  display: flex;
}

.oxy-toggle {
  display: flex;
  flex-direction: row;
  cursor: pointer;
}

.oxy-toggle-content {
  align-self: stretch;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.oxy-expand-collapse-icon {
  align-self: center;
  flex-shrink: 0;
  flex-grow: 0;
  margin-right: 0.4em;
  text-align: initial;
  width: 1em;
  height: 1em;
  position: relative;
  display: inline-block;
}

.oxy-expand-collapse-icon::after,
.oxy-expand-collapse-icon::before {
  content: "";
  background-color: #000;
  position: absolute;
  width: 1em;
  height: 0.16em;
  top: 0.42em;
  transition: 0.3s ease-in-out all;
  border-radius: 0.03em;
}

.oxy-expand-collapse-icon::after {
  transform: rotate(-90deg) scale(0);
}

.oxy-eci-collapsed.oxy-expand-collapse-icon::after {
  transform: rotate(-180deg);
}

.oxy-eci-collapsed.oxy-expand-collapse-icon::before {
  transform: rotate(-90deg);
}

[data-aos][data-aos=""] {
  transition-duration: 0s !important;
}

.oxy-modal-backdrop {
  display: flex;
  align-items: center;
  justify-content: center;
}

body:not(.oxygen-builder-body) .oxy-modal-backdrop {
  display: none;
}

body.oxygen-builder-body .oxy-modal-backdrop {
  height: 100vh;
}

.oxy-modal-backdrop.live {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1400;
}

.oxy-modal-backdrop.hidden {
  display: none;
}

.oxy-modal-backdrop.left {
  flex-direction: column;
  align-items: flex-start;
}

.oxy-modal-backdrop.right {
  flex-direction: column;
  align-items: flex-end;
}

.oxy-modal-backdrop.top {
  flex-direction: row;
  align-items: flex-start;
}

.oxy-modal-backdrop.bottom {
  flex-direction: row;
  align-items: flex-end;
}

.oxy-modal-backdrop.upper_left {
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}

.oxy-modal-backdrop.upper_right {
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-end;
}

.oxy-modal-backdrop.bottom_left {
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
}

.oxy-modal-backdrop.bottom_right {
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-end;
}

.oxy-modal-backdrop .ct-modal {
  background-color: white;
  max-height: 100vh;
  overflow-y: auto;
}

div.oxy-dynamic-list div.oxy-product-images.oxy-woo-element {
  align-self: stretch;
}

div.oxy-repeater-pages, div.oxy-repeater-pages-wrap {
  display: flex;
}

.oxy-rich-text p:first-child {
  margin-block-start: 0;
}

.oxy-rich-text p:last-child {
  margin-block-end: 0;
}

.ct-section {
  width: 100%;
  background-size: cover;
  background-repeat: repeat;
}

.ct-section > .ct-section-inner-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.saas-clients-logo {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-radius: 20px;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.3);
  opacity: 0.5;
}

.ct-div-block {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
}

.ct-new-columns {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}

.ct-link-text {
  display: inline-block;
}

.ct-link {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  text-decoration: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.ct-link-button {
  display: inline-block;
  text-align: center;
  text-decoration: none;
}

.ct-link-button {
  background-color: #1e73be;
  border: 1px solid #1e73be;
  color: #ffffff;
  padding: 10px 16px;
  cursor: pointer;
}

.ct-image {
  max-width: 100%;
}

.ct-fancy-icon > svg {
  width: 45px;
  height: 45px;
}

.ct-inner-content {
  width: 100%;
}

.ct-slide {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.ct-nestable-shortcode {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
}

.oxy-comments {
  width: 100%;
  text-align: left;
}

.oxy-comment-form {
  width: 100%;
}

.oxy-login-form {
  width: 100%;
}

.oxy-search-form {
  width: 100%;
}

.oxy-tabs-contents {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
}

.oxy-tab {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
}

.oxy-tab-content {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
}

.oxy-testimonial {
  width: 100%;
}

.oxy-icon-box {
  width: 100%;
}

.oxy-pricing-box {
  width: 100%;
}

.oxy-posts-grid {
  width: 100%;
}

.oxy-gallery {
  width: 100%;
}

.ct-slider {
  width: 100%;
}

.oxy-tabs {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: stretch;
}

.ct-modal {
  flex-direction: column;
  align-items: flex-start;
}

.ct-span {
  display: inline-block;
  text-decoration: inherit;
}

.ct-widget {
  width: 100%;
}

.oxy-dynamic-list {
  width: 100%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ct-div-block,
  .oxy-post-content,
  .ct-text-block,
  .ct-headline,
  .oxy-rich-text,
  .ct-link-text {
    max-width: 100%;
  }
  img {
    flex-shrink: 0;
  }
  body * {
    min-height: 1px;
  }
}
.oxy-testimonial {
  flex-direction: row;
  align-items: center;
}

.oxy-testimonial .oxy-testimonial-photo-wrap {
  order: 1;
}

.oxy-testimonial .oxy-testimonial-photo {
  width: 125px;
  height: 125px;
  margin-right: 20px;
}

.oxy-testimonial .oxy-testimonial-photo-wrap,
.oxy-testimonial .oxy-testimonial-author-wrap,
.oxy-testimonial .oxy-testimonial-content-wrap {
  align-items: flex-start;
  text-align: left;
}

.oxy-testimonial .oxy-testimonial-text {
  margin-bottom: 8px;
  font-size: 21px;
  line-height: 1.4;
  -webkit-font-smoothing: subpixel-antialiased;
}

.oxy-testimonial .oxy-testimonial-author {
  font-size: 18px;
  -webkit-font-smoothing: subpixel-antialiased;
}

.oxy-testimonial .oxy-testimonial-author-info {
  font-size: 12px;
  -webkit-font-smoothing: subpixel-antialiased;
}

.oxy-icon-box {
  text-align: left;
  flex-direction: column;
}

.oxy-icon-box .oxy-icon-box-icon {
  margin-bottom: 12px;
  align-self: flex-start;
}

.oxy-icon-box .oxy-icon-box-heading {
  font-size: 21px;
  margin-bottom: 12px;
}

.oxy-icon-box .oxy-icon-box-text {
  font-size: 16px;
  margin-bottom: 12px;
  align-self: flex-start;
}

.oxy-icon-box .oxy-icon-box-link {
  margin-top: 20px;
}

/* GLOBALS */
.oxy-pricing-box .oxy-pricing-box-section {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  alignment: center;
  text-align: center;
}

.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-price {
  justify-content: center;
}

/* IMAGE */
.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-graphic {
  justify-content: center;
}

/* TITLE */
.oxy-pricing-box .oxy-pricing-box-title-title {
  font-size: 48px;
}

.oxy-pricing-box .oxy-pricing-box-title-subtitle {
  font-size: 24px;
}

/* PRICE */
.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-price {
  flex-direction: row;
}

.oxy-pricing-box .oxy-pricing-box-currency {
  font-size: 28px;
}

.oxy-pricing-box .oxy-pricing-box-amount-main {
  font-size: 80px;
  line-height: 0.7;
}

.oxy-pricing-box .oxy-pricing-box-amount-decimal {
  font-size: 13px;
}

.oxy-pricing-box .oxy-pricing-box-term {
  font-size: 16px;
}

.oxy-pricing-box .oxy-pricing-box-sale-price {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 20px;
}

/* CONTENT */
.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-content {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
}

/* CTA */
.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-cta {
  justify-content: center;
}

.oxy-progress-bar .oxy-progress-bar-background {
  background-color: #000000;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.12) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.12) 50%, rgba(255, 255, 255, 0.12) 75%, transparent 75%, transparent);
  animation: none 0s paused;
}

.oxy-progress-bar .oxy-progress-bar-progress-wrap {
  width: 85%;
}

.oxy-progress-bar .oxy-progress-bar-progress {
  background-color: #66aaff;
  padding: 40px;
  animation: none 0s paused, none 0s paused;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.12) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.12) 50%, rgba(255, 255, 255, 0.12) 75%, transparent 75%, transparent);
}

.oxy-progress-bar .oxy-progress-bar-overlay-text {
  font-size: 30px;
  font-weight: 900;
  -webkit-font-smoothing: subpixel-antialiased;
}

.oxy-progress-bar .oxy-progress-bar-overlay-percent {
  font-size: 12px;
}

.ct-slider .unslider-nav ol li {
  border-color: #ffffff;
}

.ct-slider .unslider-nav ol li.unslider-active {
  background-color: #ffffff;
}

.ct-slider .ct-slide {
  padding: 0px;
}

.oxy-superbox .oxy-superbox-secondary,
.oxy-superbox .oxy-superbox-primary {
  transition-duration: 0.5s;
}

.oxy-pro-menu {
  menu_dropdown_animation: fade-up;
}

.oxy-pro-menu .oxy-pro-menu-list .menu-item a {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.oxy-pro-menu .oxy-pro-menu-list > .menu-item {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}

.oxy-pro-menu .oxy-pro-menu-container:not(.oxy-pro-menu-open-container):not(.oxy-pro-menu-off-canvas-container) .sub-menu {
  box-shadow: 0px 0px 0px 0px;
}

.oxy-pro-menu .oxy-pro-menu-show-dropdown .oxy-pro-menu-list .menu-item-has-children > a svg {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition-duration: 0.4s;
}

.oxy-pro-menu .oxy-pro-menu-show-dropdown .oxy-pro-menu-list .menu-item-has-children > a div {
  margin-left: 0;
}

.oxy-pro-menu .oxy-pro-menu-container:not(.oxy-pro-menu-open-container):not(.oxy-pro-menu-off-canvas-container) .sub-menu .menu-item a {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.oxy-pro-menu .oxy-pro-menu-mobile-open-icon svg {
  width: 30px;
  height: 30px;
}

.oxy-pro-menu .oxy-pro-menu-mobile-open-icon {
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}

.oxy-pro-menu .oxy-pro-menu-mobile-open-icon, .oxy-pro-menu .oxy-pro-menu-mobile-open-icon svg {
  transition-duration: 0.4s;
}

.oxy-pro-menu .oxy-pro-menu-mobile-close-icon {
  top: 20px;
  left: 20px;
}

.oxy-pro-menu .oxy-pro-menu-mobile-close-icon svg {
  width: 24px;
  height: 24px;
}

.oxy-pro-menu .oxy-pro-menu-mobile-close-icon, .oxy-pro-menu .oxy-pro-menu-mobile-close-icon svg {
  transition-duration: 0.4s;
}

.oxy-pro-menu .oxy-pro-menu-off-canvas-container > div:first-child, .oxy-pro-menu .oxy-pro-menu-open-container > div:first-child {
  oxy-pro-menu_slug_oxypromenuoffcanvascontaineroxypromenulistmenuitemoxypromenuopencontaineroxypromenulistmenuitem_min_width: px;
}

.oxy-pro-menu .oxy-pro-menu-off-canvas-container {
  oxy-pro-menu_slug_oxypromenuoffcanvascontainer_width: px;
}

.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container, .oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-open-container {
  background-color: #ffffff;
}

.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-open-container .menu-item a, .oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container .menu-item a {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-open-container, .oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.oxy-pro-menu .oxy-pro-menu-off-canvas-container .oxy-pro-menu-list .menu-item-has-children > a svg, .oxy-pro-menu .oxy-pro-menu-open-container .oxy-pro-menu-list .menu-item-has-children > a svg {
  font-size: 24px;
}

.oxy-pro-menu .oxy-pro-menu-dropdown-links-toggle.oxy-pro-menu-open-container .menu-item-has-children ul, .oxy-pro-menu .oxy-pro-menu-dropdown-links-toggle.oxy-pro-menu-off-canvas-container .menu-item-has-children ul {
  background-color: rgba(0, 0, 0, 0.2);
  border-top-style: solid;
}

.oxy-pro-menu .oxy-pro-menu-container:not(.oxy-pro-menu-open-container):not(.oxy-pro-menu-off-canvas-container) .oxy-pro-menu-list {
  flex-direction: row;
}

.oxy-pro-menu .oxy-pro-menu-container .menu-item a {
  text-align: left;
  justify-content: flex-start;
}

.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-open-container .menu-item, .oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container .menu-item {
  align-items: flex-start;
}

.oxy-pro-menu .oxy-pro-menu-off-canvas-container {
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
}

.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-open-container .oxy-pro-menu-list .menu-item a, .oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container .oxy-pro-menu-list .menu-item a {
  text-align: left;
  justify-content: flex-start;
}

.oxy-shape-divider {
  width: 0px;
  height: 0px;
}

.oxy_shape_divider svg {
  width: 100%;
}

.ct-section-inner-wrap, .oxy-header-container {
  max-width: 1120px;
}

body {
  font-family: "Ubuntu";
}

body {
  line-height: 1.6;
  font-size: 16px;
  font-weight: 400;
  color: #2b2c28;
}

.oxy-nav-menu-hamburger-line {
  background-color: #2b2c28;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Ubuntu";
  font-size: 64px;
}

h2, h3, h4, h5, h6 {
  font-size: 48px;
}

h3, h4, h5, h6 {
  font-size: 36px;
}

a {
  color: #ffffff;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.ct-link-text {
  color: #442323;
  text-decoration: none;
}

.ct-link {
  text-decoration: none;
}

.ct-link-button {
  border-radius: 3px;
}

.ct-section-inner-wrap {
  padding-top: 75px;
  padding-right: 20px;
  padding-bottom: 75px;
  padding-left: 20px;
}

.ct-new-columns > .ct-div-block {
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.oxy-header-container {
  padding-right: 20px;
  padding-left: 20px;
}

@media (max-width: 992px) {
  .ct-columns-inner-wrap {
    display: block !important;
  }
  .ct-columns-inner-wrap:after {
    display: table;
    clear: both;
    content: "";
  }
  .ct-column {
    width: 100% !important;
    margin: 0 !important;
  }
  .ct-columns-inner-wrap {
    margin: 0 !important;
  }
}
.agencyb-outline-button:hover {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}

.agencyb-outline-button:hover {
  transform: scale(1.05, 1.05);
}

.agencyb-outline-button {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 13px 21.4px;
}

.agencyb-outline-button {
  font-family: "Ubuntu";
  button-hover_color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  padding-left: 48px;
  padding-right: 48px;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  transition-property: all;
  border-radius: 100px;
  letter-spacing: 2px;
  line-height: 1.2;
  text-align: center;
}

.toggle-3950 {
  color: #3c3876;
  font-size: 16px;
}

.toggle-3950 .oxy-expand-collapse-icon::before,
.toggle-3950 .oxy-expand-collapse-icon::after {
  background-color: #ec2758;
}

.agencyb-toggle-1-text {
  font-family: "Ubuntu";
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  padding-left: 24px;
  margin-bottom: 24px;
}

.agencyb-red-button:hover {
  aos-enable: false;
  border-top-color: #ffffff;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-left-color: #ffffff;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  transition-duration: 0.2s;
  color: #ffffff;
  box-shadow: none;
  transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.agencyb-red-button {
  padding: 15px 24px;
}

.agencyb-red-button {
  font-family: "Ubuntu";
  font-size: 15px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 2px;
  padding-left: 25px;
  padding-right: 28px;
  text-align: center;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  transition-property: all;
  border-top-color: #ffffff;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-left-color: #ffffff;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-radius: 100px;
  background-color: rgba(86, 4, 68, 0.89);
  color: #eddeed;
  box-shadow: 0px 0px 20px rgba(216, 54, 181, 0.37);
}

@media (max-width: 991px) {
  .agencyb-red-button {
    margin-top: 20px;
  }
}
@media (max-width: 479px) {
  .agencyb-red-button {
    font-size: 13px;
  }
}
.agencyb-testimonial-4-star {
  color: #ec2758;
}

.agencyb-testimonial-4-star > svg {
  width: 16px;
  height: 16px;
}

.agencyb-testimonial-4-star {
  margin-right: 4px;
}

@media (max-width: 991px) {
  .agencyb-testimonial-4-star {
    margin-left: 2px;
    margin-right: 2px;
  }
}
.dentist-orange-button:hover {
  background-color: #eb662a;
}

.dentist-orange-button {
  background-color: #fd834c;
  border: 1px solid #fd834c;
  color: #ffffff;
  padding: 10px 16px;
}

.dentist-orange-button {
  font-family: "Ubuntu";
  color: #ffffff;
  border-radius: 100px;
  background-color: #fd834c;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 40px;
  padding-right: 40px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 1.1;
  text-align: center;
}

@media (max-width: 479px) {
  .dentist-orange-button {
    text-align: center;
  }
}
.agencyb-heading-two {
  font-family: "Ubuntu";
  color: #ffffff;
  font-size: 56px;
  font-weight: 700;
  line-height: 1;
}

@media (max-width: 767px) {
  .agencyb-heading-two {
    font-size: 56px;
  }
}
@media (max-width: 479px) {
  .agencyb-heading-two {
    font-size: 48px;
  }
}
.agencyb-body-text {
  font-family: "Ubuntu";
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

.agencyb-team-1-wrapper {
  width: 100%;
  background-color: #ffffff;
  text-align: center;
  padding-bottom: 24px;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
}

.agencyb-team-1-wrapper:not(.ct-section):not(.oxy-easy-posts),
.agencyb-team-1-wrapper.oxy-easy-posts .oxy-posts,
.agencyb-team-1-wrapper.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.agencyb-team-1-avatar {
  margin-bottom: 0px;
  width: 250px;
}

.agencyb-team-1-name {
  font-family: "Ubuntu";
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 12px;
  color: #560444;
}

.agencyb-team-1-label {
  font-family: "Ubuntu";
  color: #ffffff;
  background-color: #630e4b;
  line-height: 1.2;
  font-size: 12px;
  font-weight: 400;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 6px;
  margin-top: -12px;
  margin-bottom: 16px;
}

.agencyb-white-button:hover {
  background-color: #ffffff;
  border: 1px solid #ffffff;
}

.agencyb-white-button {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #273752;
  padding: 19px 30.4px;
}

.agencyb-white-button {
  font-family: "Ubuntu";
  button-hover_color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  padding-left: 48px;
  padding-right: 48px;
  line-height: 1.2;
  letter-spacing: 2px;
  border-radius: 100px;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  transition-property: all;
  text-align: center;
  margin-top: 48px;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.3);
}

@media (max-width: 479px) {
  .agencyb-white-button {
    padding: 16px 25.6px;
  }
}
.tabs-8022-tab:after {
  content: "";
}

.tabs-8022-tab:hover {
  color: #ffffff;
}

.tabs-8022-tab {
  color: rgba(255, 255, 255, 0.3);
  letter-spacing: 2px;
  font-size: 17px;
  font-weight: 900;
  text-transform: uppercase;
  border-radius: 100px;
  padding-bottom: 14px;
  padding-left: 48px;
  padding-right: 48px;
  transition-timing-function: ease;
  transition-property: all;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-color: #bc2525;
  border-left-color: #bc2525;
  border-bottom-color: #bc2525;
  border-right-color: #bc2525;
  margin-top: 0px;
}

.tabs-8022-tab-active {
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 900;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-color: #ffffff;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-left-color: #ffffff;
}

@media (max-width: 991px) {
  .tabs-contents-8022-tab {
    text-align: center;
  }
  .tabs-contents-8022-tab:not(.ct-section):not(.oxy-easy-posts),
  .tabs-contents-8022-tab.oxy-easy-posts .oxy-posts,
  .tabs-contents-8022-tab.ct-section .ct-section-inner-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.agencyb-tab-1-text {
  font-family: "Ubuntu";
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 0px;
  margin-left: 4px;
}

.agencyb-tab-1-title {
  font-family: "Ubuntu";
  color: #ffffff;
  font-size: 50px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 12px;
}

.agencyb-heading-one {
  font-family: "Ubuntu";
  color: #ffffff;
  font-weight: 700;
  font-size: 50px;
  line-height: 1;
}

@media (max-width: 767px) {
  .agencyb-heading-one {
    font-size: 50px;
  }
}
@media (max-width: 479px) {
  #headline-16-145 {
    font-size: 40px;
  }
}
@media (max-width: 479px) {
  .agencyb-tab-1-title {
    font-size: 40px;
  }
}
.agencyb-hero-3-column {
  color: #ffffff;
}

.agencyb-hero-3-column > svg {
  width: 48px;
  height: 48px;
}

.agencyb-hero-3-column {
  text-align: center;
  margin-bottom: 8px;
}

.agencyb-hero-3-column:not(.ct-section):not(.oxy-easy-posts),
.agencyb-hero-3-column.oxy-easy-posts .oxy-posts,
.agencyb-hero-3-column.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.agencyb-hero-3-title {
  font-family: "Ubuntu";
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 4px;
}

.agencyb-hero-3-text {
  font-family: "Ubuntu";
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  line-height: 1.6;
  max-width: 480px;
}

.agencyb-red-outline-button:hover {
  background-color: transparent;
  border: 1px solid #ec2758;
  color: #ec2758;
}

.agencyb-red-outline-button:hover {
  transform: scale(1.05, 1.05);
}

.agencyb-red-outline-button {
  background-color: transparent;
  border: 1px solid #ec2758;
  color: #ec2758;
  padding: 13px 21.4px;
}

.agencyb-red-outline-button {
  font-family: "Ubuntu";
  button-hover_color: #ec2758;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 2px;
  line-height: 1.2;
  padding-left: 48px;
  padding-right: 48px;
  border-radius: 100px;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  transition-property: all;
}

.agencyb-iconblock-1-column {
  text-align: center;
}

.agencyb-iconblock-1-column:not(.ct-section):not(.oxy-easy-posts),
.agencyb-iconblock-1-column.oxy-easy-posts .oxy-posts,
.agencyb-iconblock-1-column.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.agencyb-iconblock-1-text {
  font-family: "Ubuntu";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 24px;
  color: #560444;
}

.agencyb-iconblock-1-title {
  font-family: "Ubuntu";
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 12px;
  color: #560444;
}

.agencyb-iconblock-1-icon {
  border: 1px solid;
  padding: 20px;
  color: #d06889;
}

.agencyb-iconblock-1-icon > svg {
  width: 36px;
  height: 36px;
}

.agencyb-iconblock-1-icon {
  margin-bottom: 12px;
}

.music-primary-text {
  font-family: "Ubuntu";
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
}

.music-primary-button:hover {
  background-color: #ffffff;
  color: #180700;
}

.music-primary-button {
  font-family: "Ubuntu";
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 2px;
  line-height: 1.1;
  background-color: #13c5df;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 36px;
  padding-right: 36px;
  border-radius: 100px;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  transition-property: all;
  text-decoration: none;
  text-align: center;
  margin-bottom: 0px;
}

.music-heading-big {
  font-family: "Qwigley";
  color: #ffffff;
  font-size: 96px;
  font-weight: 500;
  line-height: 0.8;
}

.music-program-text {
  font-size: 15px;
  font-weight: 400;
  text-align: left;
  line-height: 2;
  max-width: 500px;
  color: #520840;
}

.music-program-text:not(.ct-section):not(.oxy-easy-posts),
.music-program-text.oxy-easy-posts .oxy-posts,
.music-program-text.ct-section .ct-section-inner-wrap {
  display: flex;
}

.music-program-text-column {
  max-width: 50%;
  width: 50%;
}

.music-program-text-column:not(.ct-section):not(.oxy-easy-posts),
.music-program-text-column.oxy-easy-posts .oxy-posts,
.music-program-text-column.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.music-program-image-column {
  text-align: justify;
  max-width: 20%;
  width: 20%;
}

.music-program-image-column:not(.ct-section):not(.oxy-easy-posts),
.music-program-image-column.oxy-easy-posts .oxy-posts,
.music-program-image-column.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .music-program-image-column {
    text-align: left;
  }
  .music-program-image-column:not(.ct-section):not(.oxy-easy-posts),
  .music-program-image-column.oxy-easy-posts .oxy-posts,
  .music-program-image-column.ct-section .ct-section-inner-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.music-program-image {
  border-radius: 100px;
  margin-left: 18px;
  opacity: 0.8;
  border-top-color: #636363;
  border-right-color: #636363;
  border-bottom-color: #636363;
  border-left-color: #636363;
  border-top-width: 4px;
  border-right-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  max-width: 80px;
}

@media (max-width: 1120px) {
  .music-program-image {
    margin-left: 0px;
  }
}
.music-title-column {
  text-align: right;
  max-width: 30%;
  width: 30%;
}

.music-title-column:not(.ct-section):not(.oxy-easy-posts),
.music-title-column.oxy-easy-posts .oxy-posts,
.music-title-column.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

@media (max-width: 767px) {
  .music-title-column {
    text-align: left;
  }
  .music-title-column:not(.ct-section):not(.oxy-easy-posts),
  .music-title-column.oxy-easy-posts .oxy-posts,
  .music-title-column.ct-section .ct-section-inner-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.music-program-title {
  font-size: 19px;
  font-weight: 900;
  line-height: 1.1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 24px;
  margin-bottom: -48px;
  z-index: 100;
  color: #520840;
  text-align: center;
}

@media (max-width: 991px) {
  .music-program-title {
    text-align: center;
  }
}
@media (max-width: 479px) {
  .music-program-title {
    text-align: center;
  }
}
.music-program-number {
  font-size: 120px;
  font-weight: 900;
  line-height: 0.9;
  color: rgba(82, 8, 64, 0.13);
}

.music-program-block {
  width: 36px;
  min-width: 36px;
  max-width: 36px;
  height: 36px;
  min-height: 36px;
  max-height: 36px;
  border-top-width: 10px;
  border-right-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 10px;
  border-radius: 100%;
  margin-right: -24px;
  border-top-color: #c95277;
  border-right-color: #c95277;
  border-bottom-color: #c95277;
  border-left-color: #c95277;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  background-color: #560444;
}

@media (max-width: 991px) {
  .music-program-block {
    margin-right: -21%;
  }
  .music-program-block:not(.ct-section):not(.oxy-easy-posts),
  .music-program-block.oxy-easy-posts .oxy-posts,
  .music-program-block.ct-section .ct-section-inner-wrap {
    display: flex;
    flex-direction: unset;
  }
}
@media (max-width: 767px) {
  .music-program-block:not(.ct-section):not(.oxy-easy-posts),
  .music-program-block.oxy-easy-posts .oxy-posts,
  .music-program-block.ct-section .ct-section-inner-wrap {
    display: none;
    flex-direction: unset;
  }
}
.music-program-wrapper {
  margin-bottom: 24px;
}

.dentist-heading-two {
  font-family: "Ubuntu";
  color: #333333;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.1;
}

.dentist-subheading {
  color: #999999;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: 1px;
}

.dentist-heading-three {
  font-size: 24px;
  font-weight: 900;
  color: #333333;
  line-height: 1.1;
}

.dentist-slider-1-column {
  text-align: center;
}

.dentist-slider-1-column:not(.ct-section):not(.oxy-easy-posts),
.dentist-slider-1-column.oxy-easy-posts .oxy-posts,
.dentist-slider-1-column.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.dentist-slider-1-image {
  width: 72px;
  margin-bottom: 6px;
}

.dentist-slider-1-text {
  font-family: "Ubuntu";
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
  margin-top: 6px;
}

.SpeakerHeading {
  font-family: "Ubuntu";
  font-size: 40px;
  text-align: left;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  color: #63002f;
}

@media (max-width: 991px) {
  .SpeakerHeading {
    font-size: 36px;
    text-align: center;
  }
}
@media (max-width: 479px) {
  .SpeakerHeading {
    font-size: 32px;
  }
}
.Day {
  font-family: "Ubuntu";
  color: #ffdad0;
  text-transform: uppercase;
  font-size: 72px;
  line-height: 1;
  font-weight: 900;
}

@media (max-width: 479px) {
  .Day {
    font-size: 48px;
  }
}
.SchDate {
  font-family: "Ubuntu";
  color: #ff4c1c;
  font-weight: 400;
  text-transform: uppercase;
  border-left-width: 4px;
  border-left-style: solid;
  border-left-color: #e64034;
  margin-left: 12px;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 18px;
  letter-spacing: 4px;
}

.LunchBlock {
  background-image: url(http://conference.oxy.host/wp-content/uploads/sites/15/2017/10/Rectangle-12-Copy@2x.png), url(https://conference.oxy.host/wp-content/uploads/sites/15/2017/10/Rectangle-12-Copy@2x.png);
  width: 100%;
  height: 100px;
  text-align: left;
  color: #fff;
  background-color: #ff4c1c;
}

.LunchBlock:not(.ct-section):not(.oxy-easy-posts),
.LunchBlock.oxy-easy-posts .oxy-posts,
.LunchBlock.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.Time {
  font-family: "Ubuntu";
  font-size: 48px;
  font-weight: 700;
  padding-right: 70px;
  color: #63002f;
  line-height: 1;
  margin-left: 240px;
}

@media (max-width: 767px) {
  .Time {
    margin-left: 40px;
  }
}
@media (max-width: 479px) {
  .Time {
    padding-right: 20px;
    margin-left: 20px;
  }
}
.Speakername:hover {
  text-decoration: underline;
  color: #d7193d;
}

.Speakername {
  color: #e64034;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
  letter-spacing: 2px;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  transition-property: all;
}

.BigParagraph {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.5;
  color: #666666;
  text-align: left;
}

.BigParagraph:not(.ct-section):not(.oxy-easy-posts),
.BigParagraph.oxy-easy-posts .oxy-posts,
.BigParagraph.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.conference-square {
  width: 120px;
  height: 120px;
  border-top-width: 20px;
  border-right-width: 20px;
  border-bottom-width: 20px;
  border-left-width: 20px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  position: absolute;
  border-top-color: #ffdad0;
  border-right-color: #ffdad0;
  border-bottom-color: #ffdad0;
  border-left-color: #ffdad0;
}

.conference-heading-two {
  font-family: "Ubuntu";
  color: #63002f;
  font-size: 100px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  z-index: 100;
}

@media (max-width: 991px) {
  .conference-heading-two {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .conference-heading-two {
    font-size: 56px;
  }
}
.hosting-white-outline-button:hover {
  transform: scale(1.05, 1.05);
}

.hosting-white-outline-button {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 11px 18.2px;
}

.hosting-white-outline-button {
  font-family: "Ubuntu";
  font-size: 16px;
  font-weight: 700;
  padding-left: 32px;
  padding-right: 32px;
  border-radius: 5px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  transition-property: all;
}

.hosting-main-button:hover {
  transform: scale(1.05, 1.05);
  box-shadow: 0px 30px 20px -20px rgba(0, 0, 0, 0.2);
}

.hosting-main-button {
  background-color: #07adb7;
  border: 1px solid #07adb7;
  color: #ffffff;
  padding: 12px 19.2px;
}

.hosting-main-button {
  padding-left: 32px;
  padding-right: 32px;
  font-weight: 700;
  border-radius: 5px;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  transition-property: all;
}

.hosting-footer-2-text:hover {
  color: #ffffff;
  text-decoration: underline;
}

.hosting-footer-2-text {
  font-family: "Ubuntu";
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  margin-right: 16px;
  text-decoration: none;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  transition-property: all;
  background-color: #560444;
}

@media (max-width: 1120px) {
  .hosting-footer-2-text {
    margin-bottom: 4px;
  }
}
.hosting-footer-2-title {
  font-family: "Ubuntu";
  font-weight: 500;
  line-height: 1.1;
  color: #ffffff;
  margin-bottom: 12px;
}

.hosting-footer-2-link:hover {
  color: #ffffff;
  text-decoration: underline;
}

.hosting-footer-2-link {
  font-family: "Ubuntu";
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  line-height: 1.6;
  margin-bottom: 12px;
  color: #ffffff;
  text-align: center;
  aos-enable: false;
  opacity: 0.7;
}

.hosting-footer-2-link:not(.ct-section):not(.oxy-easy-posts),
.hosting-footer-2-link.oxy-easy-posts .oxy-posts,
.hosting-footer-2-link.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

@media (max-width: 479px) {
  .hosting-footer-2-link {
    width: 0;
  }
  .hosting-footer-2-link:not(.ct-section):not(.oxy-easy-posts),
  .hosting-footer-2-link.oxy-easy-posts .oxy-posts,
  .hosting-footer-2-link.ct-section .ct-section-inner-wrap {
    display: flex;
    align-items: center;
  }
}
.agencyb-process-1-left-column {
  text-align: right;
}

.agencyb-process-1-left-column:not(.ct-section):not(.oxy-easy-posts),
.agencyb-process-1-left-column.oxy-easy-posts .oxy-posts,
.agencyb-process-1-left-column.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.agencyb-process-1-right-column {
  text-align: left;
}

.agencyb-process-1-right-column:not(.ct-section):not(.oxy-easy-posts),
.agencyb-process-1-right-column.oxy-easy-posts .oxy-posts,
.agencyb-process-1-right-column.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.agencyb-process-1-center-column {
  text-align: center;
}

.agencyb-process-1-center-column:not(.ct-section):not(.oxy-easy-posts),
.agencyb-process-1-center-column.oxy-easy-posts .oxy-posts,
.agencyb-process-1-center-column.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.agencyb-process-1-title {
  font-family: "Ubuntu";
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 4px;
  color: #560444;
}

.agencyb-process-1-text {
  font-family: "Ubuntu";
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  color: #560444;
}

.agencyb-process-1-icon {
  color: #ffffff;
}

.agencyb-process-1-icon > svg {
  width: 36px;
  height: 36px;
}

.agencyb-process-1-icon-wrapper {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-width: 5px;
  border-right-width: 5px;
  border-bottom-width: 5px;
  border-left-width: 5px;
  border-top-color: #ffffff;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-left-color: #ffffff;
  border-radius: 100%;
}

.agencyb-process-1-icon-wrapper:not(.ct-section):not(.oxy-easy-posts),
.agencyb-process-1-icon-wrapper.oxy-easy-posts .oxy-posts,
.agencyb-process-1-icon-wrapper.ct-section .ct-section-inner-wrap {
  display: flex;
}

.agencyb-process-1-line {
  background-color: rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
  .agencyb-process-1-line:not(.ct-section):not(.oxy-easy-posts),
  .agencyb-process-1-line.oxy-easy-posts .oxy-posts,
  .agencyb-process-1-line.ct-section .ct-section-inner-wrap {
    display: none;
    flex-direction: unset;
  }
}
.bnb-heading-three {
  font-family: "Ubuntu";
  color: #2b2c26;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.1;
}

.bnb-heading-one {
  font-size: 64px;
  color: #2b2c26;
  font-weight: 400;
  line-height: 1.1;
}

@media (max-width: 1120px) {
  .bnb-heading-one {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .bnb-heading-one {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .bnb-heading-one {
    font-size: 56px;
  }
}
@media (max-width: 479px) {
  .bnb-heading-one {
    font-size: 48px;
  }
}
.bnb-secondary-button:hover {
  color: #ffffff;
  background-color: #ba3739;
  border-top-color: #ba3739;
  border-right-color: #ba3739;
  border-bottom-color: #ba3739;
  border-left-color: #ba3739;
}

.bnb-secondary-button {
  font-family: "Ubuntu";
  font-size: 14px;
  color: #ba3739;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 5px;
  text-align: center;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 48px;
  padding-right: 48px;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  background-color: #ffffff;
}

.bnb-rooms-left-link {
  color: #ba3739;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  line-height: 1.6;
  margin-bottom: 12px;
}

.bnb-rooms-room-wrapper {
  width: 100%;
  background-color: #ffffff;
  text-align: left;
}

.bnb-rooms-room-wrapper:not(.ct-section):not(.oxy-easy-posts),
.bnb-rooms-room-wrapper.oxy-easy-posts .oxy-posts,
.bnb-rooms-room-wrapper.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.bnb-rooms-room-image {
  margin-bottom: 24px;
}

.bnb-rooms-room-text {
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  padding-left: 24px;
  padding-right: 24px;
  margin-bottom: 18px;
}

.bnb-rooms-room-small-link {
  font-size: 12px;
  color: #ba3739;
  font-weight: 400;
  text-align: center;
  margin-top: 24px;
  margin-bottom: 26px;
}

.bnb-rooms-room-price {
  font-family: "";
  color: #ba3739;
  font-size: 36px;
  font-weight: 700;
  font-style: italic;
  line-height: 1.1;
  margin-bottom: 12px;
  margin-left: 24px;
  margin-right: 24px;
  border-top-color: #b4b3bb;
  border-top-width: 1px;
  border-top-style: solid;
  padding-top: 12px;
}

.bnb-rooms-meta-wrapper {
  text-align: left;
  padding-left: 24px;
  padding-right: 24px;
  margin-bottom: 12px;
}

.bnb-rooms-meta-wrapper:not(.ct-section):not(.oxy-easy-posts),
.bnb-rooms-meta-wrapper.oxy-easy-posts .oxy-posts,
.bnb-rooms-meta-wrapper.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.bnb-rooms-meta-image {
  width: 24px;
  margin-right: 6px;
}

.bnb-rooms-meta-text {
  color: #95949e;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 3px;
  line-height: 1.1;
  text-align: left;
}

.agencyb-works-1-wrapper {
  width: 100%;
  background-color: #ffffff;
  text-align: center;
  padding-bottom: 28px;
  height: 100%;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
}

.agencyb-works-1-wrapper:not(.ct-section):not(.oxy-easy-posts),
.agencyb-works-1-wrapper.oxy-easy-posts .oxy-posts,
.agencyb-works-1-wrapper.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.agencyb-works-1-image {
  background-size: cover;
  width: 100%;
  margin-bottom: 36px;
  padding-top: 320px;
  background-attachment: scroll;
  background-repeat: no-repeat;
  text-align: center;
  background-color: #004059;
}

.agencyb-works-1-image:not(.ct-section):not(.oxy-easy-posts),
.agencyb-works-1-image.oxy-easy-posts .oxy-posts,
.agencyb-works-1-image.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.agencyb-work-1-label {
  font-family: "Ubuntu";
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 24px;
  padding-right: 24px;
  line-height: 1.4;
  border-radius: 6px;
  margin-bottom: -12px;
  background-color: #c95277;
}

.agencyb-work-1-text {
  font-family: "Ubuntu";
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 24px;
  margin-left: 48px;
  margin-right: 48px;
  color: #560444;
}

.agencyb-work-1-title {
  font-family: "Ubuntu";
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 12px;
  margin-left: 48px;
  margin-right: 48px;
  color: #560444;
  margin-top: 20px;
}

.agencyb-insta-1-image {
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.3);
}

.oxy-superbox-secondary {
  padding-left: 36px;
  padding-right: 36px;
  padding-top: 36px;
  padding-bottom: 36px;
}

.agencyb-works-2-title {
  font-size: 24px;
  line-height: 1;
}

.agencyb-works-2-tag {
  font-family: "Ubuntu";
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 8px;
}

.agencyb-clients-1-image {
  width: 13%;
  margin-left: 1.5%;
  margin-right: 1.5%;
}

@media (max-width: 991px) {
  .agencyb-clients-1-image {
    width: 25%;
    padding-bottom: 1.5%;
    padding-top: 1.5%;
  }
}
@media (max-width: 479px) {
  .agencyb-clients-1-image {
    width: 40%;
    padding-top: 6%;
    padding-bottom: 6%;
    padding-left: 3%;
    padding-right: 3%;
  }
}
.agencyb-works-3-image {
  border-radius: 20px;
  box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.1);
}

.agencyb-works-3-title {
  font-family: "Ubuntu";
  font-size: 42px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 12px;
  color: #560444;
}

.agencyb-works-3-tag {
  font-family: "Ubuntu";
  color: #ffffff;
  line-height: 1.2;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 7px;
  padding-bottom: 7px;
  border-radius: 6px;
  margin-bottom: 16px;
  font-size: 14px;
  background-color: #db65c1;
  font-weight: 600;
}

.agencyb-work-3-text {
  margin-bottom: 16px;
  margin-top: 0px;
  color: #560444;
  width: 70%;
  font-size: 20px;
  text-align: right;
}

.agencyb-work-3-column {
  text-align: left;
}

.agencyb-work-3-column:not(.ct-section):not(.oxy-easy-posts),
.agencyb-work-3-column.oxy-easy-posts .oxy-posts,
.agencyb-work-3-column.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (max-width: 991px) {
  .agencyb-work-3-column {
    text-align: center;
  }
  .agencyb-work-3-column:not(.ct-section):not(.oxy-easy-posts),
  .agencyb-work-3-column.oxy-easy-posts .oxy-posts,
  .agencyb-work-3-column.ct-section .ct-section-inner-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 479px) {
  .agencyb-work-3-column:not(.ct-section):not(.oxy-easy-posts),
  .agencyb-work-3-column.oxy-easy-posts .oxy-posts,
  .agencyb-work-3-column.ct-section .ct-section-inner-wrap {
    display: flex;
  }
}
.agencyb-logo {
  width: 100%;
}

.agencyb-logo:not(.ct-section):not(.oxy-easy-posts),
.agencyb-logo.oxy-easy-posts .oxy-posts,
.agencyb-logo.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: row;
}

.agencyb-hero-1-video:hover {
  transition-duration: 0.2s;
  transition-timing-function: ease;
  transition-property: all;
  transform: rotate(0deg);
}

.agencyb-hero-1-video {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-property: all;
  text-align: center;
  max-width: 480px;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.3);
  transform: rotate(-15deg);
}

.agencyb-hero-1-video:hover .agencyb-hero-1-play {
  opacity: 1;
  transform: rotate(0deg);
}

.agencyb-hero-1-video:not(.ct-section):not(.oxy-easy-posts),
.agencyb-hero-1-video.oxy-easy-posts .oxy-posts,
.agencyb-hero-1-video.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.agencyb-hero-1-play {
  width: 96px;
  height: 96px;
  opacity: 0.7;
  position: absolute;
  transition-timing-function: ease;
  transition-property: all;
  transition-duration: 0.2s;
  transform: rotate(15deg);
}

@media (max-width: 479px) {
  .agencyb-hero-1-play {
    width: 64px;
    height: 64px;
  }
}
.agencyb-video-popup {
  background-image: linear-gradient(135deg, rgba(255, 159, 46, 0.9), rgba(247, 35, 196, 0.9));
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  text-align: center;
  padding-top: 24px;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 24px;
  z-index: 1000;
}

.agencyb-video-popup:not(.ct-section):not(.oxy-easy-posts),
.agencyb-video-popup.oxy-easy-posts .oxy-posts,
.agencyb-video-popup.ct-section .ct-section-inner-wrap {
  display: none;
  flex-direction: unset;
  align-items: center;
  justify-content: center;
}

.agencyb-digits-1-column {
  text-align: center;
}

.agencyb-digits-1-column:not(.ct-section):not(.oxy-easy-posts),
.agencyb-digits-1-column.oxy-easy-posts .oxy-posts,
.agencyb-digits-1-column.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.agencyb-digits-1-icon {
  color: #ffffff;
}

.agencyb-digits-1-icon > svg {
  width: 36px;
  height: 36px;
}

.agencyb-digits-1-icon {
  margin-bottom: 8px;
}

.agencyb-digits-1-digits {
  font-family: "Ubuntu";
  color: #ffffff;
  font-size: 72px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 8px;
}

.agencyb-digits-1-text {
  font-family: "Ubuntu";
  font-size: 18px;
  color: #ffffff;
  font-weight: 400;
}

.agencyb-services-1-text {
  font-family: "Ubuntu";
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

.agencyb-service-1-title {
  font-family: "Ubuntu";
  color: #3c3876;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
  margin-bottom: 4px;
}

.agencyb-service-1-icon {
  color: #ec2758;
}

.agencyb-service-1-icon > svg {
  width: 36px;
  height: 36px;
}

.agencyb-service-1-icon-wrapper {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  border-top-color: rgba(0, 0, 0, 0.1);
  border-right-color: rgba(0, 0, 0, 0.1);
  border-bottom-color: rgba(0, 0, 0, 0.1);
  border-left-color: rgba(0, 0, 0, 0.1);
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-radius: 100%;
  margin-right: 16px;
}

@media (max-width: 991px) {
  .agencyb-service-1-icon-wrapper {
    margin-right: 0px;
    margin-bottom: 6px;
  }
}
.agencyb-service-1-column:not(.ct-section):not(.oxy-easy-posts),
.agencyb-service-1-column.oxy-easy-posts .oxy-posts,
.agencyb-service-1-column.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: row;
}

@media (max-width: 991px) {
  .agencyb-service-1-column {
    text-align: center;
  }
  .agencyb-service-1-column:not(.ct-section):not(.oxy-easy-posts),
  .agencyb-service-1-column.oxy-easy-posts .oxy-posts,
  .agencyb-service-1-column.ct-section .ct-section-inner-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.agencyb-service-1-text-wrapper {
  text-align: left;
}

.agencyb-service-1-text-wrapper:not(.ct-section):not(.oxy-easy-posts),
.agencyb-service-1-text-wrapper.oxy-easy-posts .oxy-posts,
.agencyb-service-1-text-wrapper.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media (max-width: 991px) {
  .agencyb-service-1-text-wrapper {
    text-align: center;
  }
  .agencyb-service-1-text-wrapper:not(.ct-section):not(.oxy-easy-posts),
  .agencyb-service-1-text-wrapper.oxy-easy-posts .oxy-posts,
  .agencyb-service-1-text-wrapper.ct-section .ct-section-inner-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.agencyb-reviews-1-avatar {
  width: 96px;
  border-radius: 100%;
  border-top-width: 5px;
  border-right-width: 5px;
  border-bottom-width: 5px;
  border-left-width: 5px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #fff;
  border-right-color: #fff;
  border-bottom-color: #fff;
  border-left-color: #fff;
  height: 96px;
  margin-bottom: 10px;
}

.agencyb-review-1-stars-wrapper {
  width: 100%;
  text-align: center;
  margin-bottom: 6px;
}

.agencyb-review-1-stars-wrapper:not(.ct-section):not(.oxy-easy-posts),
.agencyb-review-1-stars-wrapper.oxy-easy-posts .oxy-posts,
.agencyb-review-1-stars-wrapper.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.agencyb-review-1-star-icon {
  color: #ffffff;
}

.agencyb-review-1-star-icon > svg {
  width: 16px;
  height: 16px;
}

.agencyb-review-1-star-icon {
  icon-padding: 2px;
  padding-top: 2px;
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom: 2px;
}

.agencyb-review-1-title {
  font-family: "Ubuntu";
  font-size: 24px;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 12px;
}

.agencyb-review-1-text {
  font-family: "Ubuntu";
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

.agencyb-contact-1-column {
  text-align: center;
}

.agencyb-contact-1-column:not(.ct-section):not(.oxy-easy-posts),
.agencyb-contact-1-column.oxy-easy-posts .oxy-posts,
.agencyb-contact-1-column.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.agencyb-contact-1-title {
  font-family: "Ubuntu";
  font-size: 24px;
  font-weight: 700;
  color: #3c3876;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 6px;
}

.agencyb-contact-1-link:hover {
  color: #ec2758;
}

.agencyb-contact-1-link {
  font-family: "Ubuntu";
  color: #3c3876;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  transition-property: all;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

.agencyb-contact-1-icon-wrapper {
  width: 80px;
  height: 80px;
  border-top-color: rgba(0, 0, 0, 0.1);
  border-right-color: rgba(0, 0, 0, 0.1);
  border-bottom-color: rgba(0, 0, 0, 0.1);
  border-left-color: rgba(0, 0, 0, 0.1);
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-radius: 100%;
  margin-bottom: 12px;
  text-align: center;
}

.agencyb-contact-1-icon-wrapper:not(.ct-section):not(.oxy-easy-posts),
.agencyb-contact-1-icon-wrapper.oxy-easy-posts .oxy-posts,
.agencyb-contact-1-icon-wrapper.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.agencyb-contact-1-icon {
  color: #ec2758;
}

.agencyb-contact-1-icon > svg {
  width: 36px;
  height: 36px;
}

.freelance-heading-one {
  font-family: "Ubuntu";
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.1;
  letter-spacing: 5px;
  z-index: 100;
}

.freelance-contact-column {
  text-align: center;
}

.freelance-contact-column:not(.ct-section):not(.oxy-easy-posts),
.freelance-contact-column.oxy-easy-posts .oxy-posts,
.freelance-contact-column.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.freelance-primary-button:hover {
  background-color: #dd4546;
}

.freelance-primary-button {
  font-family: "Ubuntu";
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2px;
  background-color: #f66061;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 42px;
  padding-right: 42px;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  transition-property: all;
  text-align: center;
}

.freelance-contact-form {
  background-image: linear-gradient(0deg, #242732 0%, #3c414e 100%);
}

.freelance-heading-three {
  font-family: "Ubuntu";
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 1px;
}

.freelance-heading-two {
  font-family: "Ubuntu";
  font-size: 48px;
  color: #ffffff;
  line-height: 1.1;
  letter-spacing: 0px;
  font-weight: 700;
}

.freelance-body-text {
  font-family: "Ubuntu";
  color: #a7a9b2;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 12px;
}

.freelance-contact-icon {
  color: #f66061;
}

.freelance-contact-icon > svg {
  width: 48px;
  height: 48px;
}

.freelance-contact-icon {
  margin-bottom: 18px;
}

.freelance-review-1-image {
  width: 96px;
  border-radius: 1000%;
  margin-bottom: 12px;
}

.freelance-review-1-quote {
  font-family: "Ubuntu";
  color: #f66061;
  font-size: 72px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: -24px;
}

.freelance-review-1-text {
  font-family: "Ubuntu";
  font-style: italic;
  color: #ffffff;
  font-weight: 400;
  font-size: 20px;
  line-height: 2;
}

.freelance-review-1-slide {
  margin-bottom: 24px;
  padding-left: 36px;
  padding-right: 36px;
}

@media (max-width: 479px) {
  .freelance-review-1-slide {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.freelance-portfolio-1-workitem {
  width: 100%;
  background-color: #494e5e;
  padding-bottom: 70%;
  position: relative;
  text-align: center;
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
}

.freelance-portfolio-1-workitem:not(.ct-section):not(.oxy-easy-posts),
.freelance-portfolio-1-workitem.oxy-easy-posts .oxy-posts,
.freelance-portfolio-1-workitem.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.freelance-portfolio-1-title:hover {
  opacity: 1;
}

.freelance-portfolio-1-title {
  font-family: "Ubuntu";
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 1px;
  background-color: rgba(246, 96, 97, 0.9);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  transition-property: all;
  opacity: 0;
}

.freelance-portfolio-1-title:not(.ct-section):not(.oxy-easy-posts),
.freelance-portfolio-1-title.oxy-easy-posts .oxy-posts,
.freelance-portfolio-1-title.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: unset;
  align-items: center;
  justify-content: center;
}

.freelance-iconblock-1-icon {
  color: #f66061;
}

.freelance-iconblock-1-icon > svg {
  width: 48px;
  height: 48px;
}

.freelance-iconblock-1-icon {
  margin-bottom: 12px;
}

.freelance-hero-block {
  background-color: #494e5e;
  text-align: center;
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
  background-image: linear-gradient(0deg, #242732 0%, #3c414e 100%);
  z-index: 100;
}

.freelance-hero-block:not(.ct-section):not(.oxy-easy-posts),
.freelance-hero-block.oxy-easy-posts .oxy-posts,
.freelance-hero-block.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.freelance-hero-1-letter {
  font-family: "Ubuntu";
  color: #f66061;
  font-size: 160px;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 4%;
  margin-right: 8%;
  margin-left: 8%;
}

.freelance-footer-text {
  font-family: "Ubuntu";
  color: #a7a9b2;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}

.freelance-footer-link:hover {
  text-decoration: underline;
}

.freelance-footer-link {
  color: #f66061;
  text-decoration: none;
}

.freelancer-logo {
  z-index: 1000;
}

.freelancer-menu {
  z-index: 1000;
}

.winery-heading-four {
  font-family: "Ubuntu";
  color: #75455d;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.1;
}

.winery-logo:hover {
  opacity: 1;
}

.winery-logo {
  padding-top: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 12px;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  transition-property: all;
  opacity: 0.5;
}

.winery-footer-2-link:hover {
  color: #ffffff;
}

.winery-footer-2-link {
  font-family: "Ubuntu";
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
  margin-bottom: 6px;
}

.winery-heading-two {
  font-family: "Ubuntu";
  color: #75455d;
  font-size: 48px;
  font-weight: 900;
  line-height: 1.1;
}

@media (max-width: 767px) {
  .winery-heading-two {
    font-size: 36px;
  }
}
@media (max-width: 479px) {
  .winery-heading-two {
    font-size: 32px;
  }
}
.winery-subheading {
  font-family: "Ubuntu";
  color: #adadab;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.winery-body-text {
  font-family: "Ubuntu";
  font-size: 14px;
  color: #555555;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
}

.winery-outline-button {
  font-family: "Ubuntu";
  font-size: 14px;
  color: #e03236;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.2;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #eae9e9;
  border-right-color: #eae9e9;
  border-bottom-color: #eae9e9;
  border-left-color: #eae9e9;
  border-radius: 100px;
  padding-top: 16px;
  padding-left: 32px;
  padding-right: 32px;
  padding-bottom: 16px;
  background-color: #ffffff;
  text-align: center;
}

.winery-iconblock-3-wrapper {
  background-image: linear-gradient(160deg, #9c2528, rgba(156, 37, 40, 0.89));
  width: 100%;
  padding-left: 20px;
  padding-top: 36px;
  padding-right: 20px;
  padding-bottom: 36px;
  text-align: center;
  border-radius: 20px;
  border-top-color: #9e7474;
  border-right-color: #9e7474;
  border-bottom-color: #9e7474;
  border-left-color: #9e7474;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.05);
}

.winery-iconblock-3-wrapper:not(.ct-section):not(.oxy-easy-posts),
.winery-iconblock-3-wrapper.oxy-easy-posts .oxy-posts,
.winery-iconblock-3-wrapper.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 1120px) {
  .winery-iconblock-3-wrapper {
    text-align: center;
  }
  .winery-iconblock-3-wrapper:not(.ct-section):not(.oxy-easy-posts),
  .winery-iconblock-3-wrapper.oxy-easy-posts .oxy-posts,
  .winery-iconblock-3-wrapper.ct-section .ct-section-inner-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
}
.winery-iconblock-3-icon {
  color: #75455d;
}

.winery-iconblock-3-icon > svg {
  width: 36px;
  height: 36px;
}

.winery-iconblock-3-icon {
  margin-bottom: 12px;
}

@media (max-width: 1120px) {
  .winery-iconblock-3-icon {
    color: #75455d;
  }
  .winery-iconblock-3-icon > svg {
    width: 36px;
    height: 36px;
  }
  .winery-iconblock-3-icon {
    margin-bottom: 8px;
  }
}
.winery-heading-three {
  font-family: "Ubuntu";
  color: #75455d;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.1;
}

@media (max-width: 479px) {
  .winery-heading-three {
    font-size: 24px;
  }
}
.winery-iconblock-2-column {
  text-align: center;
  width: 50%;
}

.winery-iconblock-2-column:not(.ct-section):not(.oxy-easy-posts),
.winery-iconblock-2-column.oxy-easy-posts .oxy-posts,
.winery-iconblock-2-column.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.winery-iconblock-2-icon {
  color: #75455d;
}

.winery-iconblock-2-icon > svg {
  width: 36px;
  height: 36px;
}

.winery-iconblock-2-icon {
  margin-bottom: 12px;
}

@media (max-width: 1120px) {
  .winery-iconblock-2-icon > svg {
    width: 36px;
    height: 36px;
  }
}
.winery-iconblock-1-column {
  text-align: center;
  width: 0%;
}

.winery-iconblock-1-column:not(.ct-section):not(.oxy-easy-posts),
.winery-iconblock-1-column.oxy-easy-posts .oxy-posts,
.winery-iconblock-1-column.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 479px) {
  .winery-iconblock-1-column:not(.ct-section):not(.oxy-easy-posts),
  .winery-iconblock-1-column.oxy-easy-posts .oxy-posts,
  .winery-iconblock-1-column.ct-section .ct-section-inner-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.winery-iconblock-1-icon {
  color: #75455d;
}

.winery-iconblock-1-icon > svg {
  width: 36px;
  height: 36px;
}

.winery-iconblock-1-icon {
  margin-bottom: 12px;
}

.winery-progressbar-1-bar {
  progress_bar_right_text_typography_font-family: Array;
  progress_bar_bar_color: #e03236;
  progress_bar_background_color: #e9e1e3;
  margin-bottom: 24px;
  progress_bar_left_text_typography_font-size: 24px;
  progress_bar_right_text_typography_font-size: 16px;
  progress_bar_left_text_typography_color: #ffffff;
  progress_bar_right_text_typography_color: #ffffff;
  progress_bar_progress: 85%;
  border-radius: 10px;
  progress_bar_left_text_typography_font-weight: 600;
}

.winery-progressbar-1-bar .oxy-progress-bar-background {
  background-color: #e9e1e3;
  background-image: none;
}

.winery-progressbar-1-bar .oxy-progress-bar-progress-wrap {
  width: 85%;
}

.winery-progressbar-1-bar .oxy-progress-bar-progress {
  background-color: #e03236;
  padding: 6px;
  animation: oxy_progress_bar_width 4s ease-out 1;
  background-image: none;
}

.winery-progressbar-1-bar .oxy-progress-bar-overlay-text {
  font-size: 24px;
  color: #ffffff;
  font-weight: 600;
}

.winery-progressbar-1-bar .oxy-progress-bar-overlay-percent {
  font-family: "Ubuntu";
  font-size: 16px;
  color: #ffffff;
}

.financial-header-4-button:hover {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #6799b2;
}

.financial-header-4-button {
  background-color: #65bec2;
  border: 1px solid #65bec2;
  color: #ffffff;
  padding: 10px 16px;
}

.financial-header-4-button {
  button-hover_color: #65bec2;
  margin-left: 4px;
  margin-right: 4px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 900;
  margin-top: 4px;
  margin-bottom: 4px;
}

.hyperion-subheading {
  font-family: "Ubuntu";
  color: #e96199;
  font-weight: 900;
  font-size: 30px;
  letter-spacing: 4px;
  line-height: 1.1;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .hyperion-subheading {
    font-size: 20px;
  }
}
.hyperion-heading-two {
  font-family: "Ubuntu";
  color: #23232d;
  font-weight: 900;
  font-size: 120px;
  line-height: 1;
}

@media (max-width: 991px) {
  .hyperion-heading-two {
    font-size: 96px;
  }
}
@media (max-width: 767px) {
  .hyperion-heading-two {
    font-size: 72px;
  }
}
@media (max-width: 479px) {
  .hyperion-heading-two {
    font-size: 60px;
  }
}
.hyperion-body-text {
  font-family: "Ubuntu";
  font-size: 20px;
  color: #52565a;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.hyperion-primary-button:hover {
  color: #c64b4b;
  box-shadow: rgba(0, 0, 0, 0.1) 0 20px 40px;
  transform: scale(1.05, 1.05);
}

.hyperion-primary-button {
  background-image: linear-gradient(120deg, #e96199, #e9435a);
  font-family: "Ubuntu";
  font-size: 24px;
  color: #c64b4b;
  font-weight: 900;
  text-decoration: none;
  text-align: center;
  line-height: 1;
  background-color: #e96199;
  letter-spacing: 0.25em;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 60px;
  padding-right: 60px;
  border-radius: 1000px;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-property: all;
}

@media (max-width: 991px) {
  .hyperion-primary-button {
    padding-left: 42px;
    padding-right: 42px;
  }
}
@media (max-width: 479px) {
  .hyperion-primary-button {
    font-size: 18px;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 42px;
    padding-right: 42px;
  }
}
.hyperion-heading-three {
  font-family: "Ubuntu";
  color: #23232d;
  font-size: 36px;
  font-weight: 900;
  line-height: 1;
  z-index: 100;
}

.hyperion-heading-one {
  font-family: "Ubuntu";
  color: #23232d;
  font-size: 180px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0px;
}

@media (max-width: 991px) {
  .hyperion-heading-one {
    font-size: 120px;
  }
}
@media (max-width: 767px) {
  .hyperion-heading-one {
    font-size: 96px;
  }
}
@media (max-width: 479px) {
  .hyperion-heading-one {
    font-size: 72px;
  }
}
.hyperion-iconblock-1-icon {
  width: 96px;
  margin-right: 18px;
}

@media (max-width: 991px) {
  .hyperion-iconblock-1-icon {
    margin-right: 0px;
    margin-bottom: 12px;
  }
}
.hyperion-iconblock-1-column:not(.ct-section):not(.oxy-easy-posts),
.hyperion-iconblock-1-column.oxy-easy-posts .oxy-posts,
.hyperion-iconblock-1-column.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

@media (max-width: 991px) {
  .hyperion-iconblock-1-column:not(.ct-section):not(.oxy-easy-posts),
  .hyperion-iconblock-1-column.oxy-easy-posts .oxy-posts,
  .hyperion-iconblock-1-column.ct-section .ct-section-inner-wrap {
    display: flex;
    flex-direction: column;
  }
}
.hyperion-iconblock-1-text {
  font-family: "Ubuntu";
  color: #c64b4b;
  font-size: 20px;
  font-weight: 400;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
}

@media (max-width: 991px) {
  .hyperion-iconblock-1-text {
    text-align: center;
  }
}
.hyperion-iconblock-1-title {
  font-family: "Ubuntu";
  color: #3e3e4b;
  font-size: 30px;
  font-weight: 900;
  margin-right: 18px;
  min-width: 75px;
  text-align: right;
  line-height: 1;
}

@media (max-width: 991px) {
  .hyperion-iconblock-1-title {
    text-align: center;
    margin-right: 0px;
    margin-bottom: 12px;
  }
}
.hyperion-outline-button:hover {
  transform: scale(1.05, 1.05);
  color: #c64b4b;
  background-color: #e96199;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #e96199;
  border-right-color: #e96199;
  border-bottom-color: #e96199;
  border-left-color: #e96199;
}

.hyperion-outline-button {
  font-weight: 900;
  font-size: 24px;
  color: #e96199;
  line-height: 1;
  letter-spacing: 0.125em;
  text-align: center;
  text-decoration: none;
  padding-top: 28px;
  padding-bottom: 28px;
  padding-left: 58px;
  padding-right: 58px;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #E96199;
  border-right-color: #E96199;
  border-bottom-color: #E96199;
  border-left-color: #E96199;
  border-radius: 1000px;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-property: all;
}

@media (max-width: 991px) {
  .hyperion-outline-button {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 479px) {
  .hyperion-outline-button {
    font-size: 18px;
    padding-top: 22px;
    padding-bottom: 22px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.hyperion-big-text {
  font-family: "Ubuntu";
  color: #23232d;
  font-size: 30px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .hyperion-big-text {
    font-size: 24px;
  }
}
.hyperion-team-1-column:hover {
  box-shadow: 0 20px 40px 0 rgba(194, 191, 211, 0.4), inset 2px 2px 0px #e8e6f2, 2px 2px 0px #e8e6f2;
  transition: all ease 0.2s;
}

.hyperion-team-1-column {
  text-align: center;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: solid;
  border-top-width: 2px;
  border-top-color: #e8e6f2;
  border-left-width: 2px;
  border-left-color: #e8e6f2;
  border-right-color: #e8e6f2;
  border-bottom-color: #e8e6f2;
  border-right-width: 2px;
  border-bottom-width: 2px;
}

.hyperion-team-1-column:not(.ct-section):not(.oxy-easy-posts),
.hyperion-team-1-column.oxy-easy-posts .oxy-posts,
.hyperion-team-1-column.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hyperion-team-1-avatar {
  width: 144px;
  border-radius: 50px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.hyperion-team-1-title {
  font-family: "Ubuntu";
  color: #23232d;
  font-size: 20px;
  font-weight: 900;
  text-align: center;
  line-height: 1;
  letter-spacing: 1px;
  margin-bottom: 6px;
  margin-left: 20px;
  margin-right: 20px;
}

.hyperion-portfolio-wrapper {
  background-image: url(http://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/p-3@2x.jpg);
  background-size: cover;
  width: 100%;
  background-color: #e96199;
  padding-bottom: 60px;
  padding-left: 60px;
  padding-top: 50%;
  padding-right: 60px;
  margin-bottom: 40px;
  position: relative;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  .hyperion-portfolio-wrapper {
    padding-left: 48px;
    padding-right: 48px;
    padding-bottom: 48px;
  }
}
@media (max-width: 767px) {
  .hyperion-portfolio-wrapper {
    order: 1;
  }
}
@media (max-width: 479px) {
  .hyperion-portfolio-wrapper {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
  }
}
.hyperion-portfolio-1-button:hover {
  background-color: white;
  color: #e96199;
}

.hyperion-portfolio-1-button {
  font-family: "Ubuntu";
  font-weight: 700;
  color: #c64b4b;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.125em;
  background-color: rgba(255, 255, 255, 0.2);
  padding-left: 48px;
  padding-right: 48px;
  padding-top: 18px;
  padding-bottom: 16px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  text-align: center;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-property: all;
  z-index: 100;
}

@media (max-width: 991px) {
  .hyperion-portfolio-1-button {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.hyperion-portfolio-1-tags {
  color: #c64b4b;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 18px;
  z-index: 100;
}

.hyperion-tesimonial-1-slide {
  padding-left: 24px;
  padding-top: 48px;
  padding-right: 24px;
  padding-bottom: 24px;
}

.hyperion-tesimonial-1-slide:not(.ct-section):not(.oxy-easy-posts),
.hyperion-tesimonial-1-slide.oxy-easy-posts .oxy-posts,
.hyperion-tesimonial-1-slide.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
}

@media (max-width: 991px) {
  .hyperion-tesimonial-1-slide:not(.ct-section):not(.oxy-easy-posts),
  .hyperion-tesimonial-1-slide.oxy-easy-posts .oxy-posts,
  .hyperion-tesimonial-1-slide.ct-section .ct-section-inner-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .hyperion-tesimonial-1-slide {
    text-align: center;
  }
  .hyperion-tesimonial-1-slide:not(.ct-section):not(.oxy-easy-posts),
  .hyperion-tesimonial-1-slide.oxy-easy-posts .oxy-posts,
  .hyperion-tesimonial-1-slide.ct-section .ct-section-inner-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 479px) {
  .hyperion-tesimonial-1-slide {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 12px;
    padding-bottom: 0px;
    height: 100%;
  }
}
.hyperion-testimonial-1-text {
  font-family: "";
  font-size: 30px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.5;
  margin-bottom: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #23232d;
}

@media (max-width: 767px) {
  .hyperion-testimonial-1-text {
    font-size: 24px;
  }
}
.hyperion-testimonial-1-title {
  font-family: "Ubuntu";
  color: #e96199;
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
  margin-right: 18px;
}

@media (max-width: 767px) {
  .hyperion-testimonial-1-title {
    margin-right: 0px;
    margin-bottom: 12px;
    margin-top: auto;
  }
}
.hyperion-testimonial-1-image {
  width: 96px;
  border-radius: 30px;
  margin-right: 18px;
}

@media (max-width: 767px) {
  .hyperion-testimonial-1-image {
    margin-right: 0px;
    margin-bottom: 18px;
  }
}
.hyperion-testimonial-1-name {
  font-family: "Ubuntu";
  color: #23232d;
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 1px;
  margin-bottom: 6px;
}

.hyperion-testimonial-1-wrapper {
  text-align: left;
}

.hyperion-testimonial-1-wrapper:not(.ct-section):not(.oxy-easy-posts),
.hyperion-testimonial-1-wrapper.oxy-easy-posts .oxy-posts,
.hyperion-testimonial-1-wrapper.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media (max-width: 767px) {
  .hyperion-testimonial-1-wrapper {
    text-align: center;
  }
  .hyperion-testimonial-1-wrapper:not(.ct-section):not(.oxy-easy-posts),
  .hyperion-testimonial-1-wrapper.oxy-easy-posts .oxy-posts,
  .hyperion-testimonial-1-wrapper.ct-section .ct-section-inner-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 479px) {
  .hyperion-testimonial-1-wrapper {
    text-align: center;
  }
  .hyperion-testimonial-1-wrapper:not(.ct-section):not(.oxy-easy-posts),
  .hyperion-testimonial-1-wrapper.oxy-easy-posts .oxy-posts,
  .hyperion-testimonial-1-wrapper.ct-section .ct-section-inner-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.hyperion-pricing-1-wrapper:hover {
  background-color: #3e3e4b;
}

.hyperion-pricing-1-wrapper {
  width: 100%;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #3e3e4b;
  border-right-color: #3e3e4b;
  border-bottom-color: #3e3e4b;
  border-left-color: #3e3e4b;
  text-align: center;
  padding-top: 48px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 48px;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-property: all;
}

.hyperion-pricing-1-wrapper:not(.ct-section):not(.oxy-easy-posts),
.hyperion-pricing-1-wrapper.oxy-easy-posts .oxy-posts,
.hyperion-pricing-1-wrapper.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.hyperion-pricing-1-icon {
  width: 96px;
  margin-bottom: 18px;
}

.hyperion-pricing-1-title {
  font-family: "Ubuntu";
  color: #c64b4b;
  font-size: 36px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 12px;
}

.hyperion-pricing-1-label {
  font-family: "Ubuntu";
  color: #e96199;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.hyperion-pricing-1-text {
  font-family: "Ubuntu";
  color: #c64b4b;
  font-size: 20px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
  margin-bottom: 18px;
}

.hyperion-blog-1-title-wrapper {
  background-image: linear-gradient(45deg, #e9435a, #e96199);
  margin-bottom: -218px;
  padding-left: 48px;
  padding-right: 48px;
  padding-bottom: 72px;
  padding-top: 60px;
  background-color: #e96199;
  z-index: 100;
  width: calc(50% - 12px);
}

.hyperion-logo:hover {
  opacity: 1;
}

.hyperion-logo {
  opacity: 0.7;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  transition-property: all;
}

.music-biggest-heading {
  font-family: "Qwigley";
  color: #ffffff;
  font-size: 288px;
  font-weight: 400;
  line-height: 0.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 767px) {
  .music-biggest-heading {
    font-size: 200px;
  }
}
@media (max-width: 479px) {
  .music-biggest-heading {
    font-size: 140px;
  }
}
.music-outline-button:hover {
  color: #180700;
  background-color: #fff;
  border-top-color: rgba(255, 255, 255, 0.5);
  border-right-color: rgba(255, 255, 255, 0.5);
  border-bottom-color: rgba(255, 255, 255, 0.5);
  border-left-color: rgba(255, 255, 255, 0.5);
}

.music-outline-button {
  background-color: transparent;
  border: 1px solid #1e73be;
  color: #1e73be;
  padding: 9px 15px;
}

.music-outline-button {
  font-family: "Ubuntu";
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  text-align: center;
  line-height: 1.1;
  letter-spacing: 2px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 36px;
  padding-right: 36px;
  border-top-color: rgba(255, 255, 255, 0.5);
  border-right-color: rgba(255, 255, 255, 0.5);
  border-bottom-color: rgba(255, 255, 255, 0.5);
  border-left-color: rgba(255, 255, 255, 0.5);
  border-radius: 100px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  transition-property: all;
}

.music-medium-strong-heading {
  font-family: "Ubuntu";
  color: #ffffff;
  font-size: 48px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 12px;
}

.music-pricing-wrapper {
  width: 100%;
  background-color: #2f201a;
  border-radius: 24px;
  padding-left: 36px;
  padding-right: 36px;
  padding-top: 36px;
  padding-bottom: 36px;
  text-align: center;
}

.music-pricing-wrapper:not(.ct-section):not(.oxy-easy-posts),
.music-pricing-wrapper.oxy-easy-posts .oxy-posts,
.music-pricing-wrapper.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

@media (max-width: 991px) {
  .music-pricing-wrapper {
    text-align: center;
  }
  .music-pricing-wrapper:not(.ct-section):not(.oxy-easy-posts),
  .music-pricing-wrapper.oxy-easy-posts .oxy-posts,
  .music-pricing-wrapper.ct-section .ct-section-inner-wrap {
    display: flex;
    flex-direction: column;
  }
}
.music-small-strong-heading {
  color: #ffffff;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.1;
}

.music-pricing-bullet {
  color: #a29b99;
  font-size: 12px;
  font-weight: 400;
  line-height: 2;
  text-align: left;
  margin-bottom: 18px;
  margin-left: 16px;
}

@media (max-width: 1120px) {
  .music-pricing-bullet {
    margin-left: 12px;
  }
}
@media (max-width: 991px) {
  .music-pricing-bullet {
    margin-left: 24px;
  }
}
.music-bullet-span {
  color: #ff668d;
  font-weight: 400;
  font-size: 12px;
  margin-right: 6px;
  margin-left: -12px;
}

@media (max-width: 991px) {
  .music-pricing-column:not(.ct-section):not(.oxy-easy-posts),
  .music-pricing-column.oxy-easy-posts .oxy-posts,
  .music-pricing-column.ct-section .ct-section-inner-wrap {
    display: flex;
    flex-direction: row;
    align-items: stretch;
  }
}
.music-big-strong-heading {
  font-family: "Ubuntu";
  color: #ffffff;
  font-size: 60px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 6px;
  z-index: 100;
}

@media (max-width: 767px) {
  .music-big-strong-heading {
    font-size: 48px;
  }
}
@media (max-width: 479px) {
  .music-big-strong-heading {
    font-size: 36px;
  }
}
.music-subheading {
  font-family: "Ubuntu";
  font-weight: 900;
  letter-spacing: 12px;
  line-height: 1.1;
  color: #2f201a;
  position: absolute;
  font-size: 60px;
  z-index: 0;
}

@media (max-width: 767px) {
  .music-subheading {
    font-size: 48px;
  }
}
@media (max-width: 479px) {
  .music-subheading {
    font-size: 36px;
  }
}
.music-testimonial-slider-column {
  text-align: center;
}

.music-testimonial-slider-column:not(.ct-section):not(.oxy-easy-posts),
.music-testimonial-slider-column.oxy-easy-posts .oxy-posts,
.music-testimonial-slider-column.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.music-slider-icon {
  color: #ff668d;
}

.music-slider-icon > svg {
  width: 30px;
  height: 30px;
}

.music-slider-icon {
  margin-bottom: 12px;
}

.music-slider-text {
  font-family: "Ubuntu";
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 24px;
}

.music-slicer-avatar {
  width: 60px;
  margin-bottom: 18px;
  margin-top: auto;
}

.music-slider-title {
  font-family: "Ubuntu";
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 6px;
}

.music-slider-small-text {
  color: #a29b99;
  font-size: 12px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.music-heading-meduim {
  font-family: "Qwigley";
  font-size: 72px;
  font-weight: 400;
  color: #fff;
  line-height: 0.9;
}

.music-benefits-column {
  text-align: left;
  padding-left: 0px;
}

.music-benefits-column:not(.ct-section):not(.oxy-easy-posts),
.music-benefits-column.oxy-easy-posts .oxy-posts,
.music-benefits-column.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

@media (max-width: 767px) {
  .music-benefits-column {
    text-align: center;
  }
  .music-benefits-column:not(.ct-section):not(.oxy-easy-posts),
  .music-benefits-column.oxy-easy-posts .oxy-posts,
  .music-benefits-column.ct-section .ct-section-inner-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.music-benefits-icon {
  color: #ff668d;
}

.music-benefits-icon > svg {
  width: 48px;
  height: 48px;
}

.music-benefits-icon {
  margin-bottom: 12px;
  margin-left: -20px;
}

.music-video-review-wrapper {
  width: 25%;
  border-radius: 24px;
  overflow: hidden;
  margin-top: 18px;
  margin-left: 18px;
  margin-right: 18px;
  margin-bottom: 18px;
  background-color: #2f201a;
  text-align: left;
  padding-bottom: 30px;
  min-width: 25%;
}

.music-video-review-wrapper:not(.ct-section):not(.oxy-easy-posts),
.music-video-review-wrapper.oxy-easy-posts .oxy-posts,
.music-video-review-wrapper.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media (max-width: 991px) {
  .music-video-review-wrapper {
    min-width: 30%;
  }
}
@media (max-width: 767px) {
  .music-video-review-wrapper {
    min-width: 60%;
    width: 60%;
  }
}
@media (max-width: 479px) {
  .music-video-review-wrapper {
    width: 80%;
    min-width: 80%;
  }
}
.music-video-image {
  margin-bottom: 30px;
}

.music-video-review-title {
  font-family: "Ubuntu";
  font-size: 18px;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.1;
  margin-bottom: 6px;
  margin-left: 36px;
  color: #ffffff;
}

.music-video-review-small-text {
  color: #a29b99;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  margin-left: 36px;
}

.BenefitWrapper {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  width: 50%;
}

@media (max-width: 991px) {
  .BenefitWrapper:not(.ct-section):not(.oxy-easy-posts),
  .BenefitWrapper.oxy-easy-posts .oxy-posts,
  .BenefitWrapper.ct-section .ct-section-inner-wrap {
    display: flex;
    flex-direction: row;
    align-items: stretch;
  }
}
@media (max-width: 767px) {
  .BenefitWrapper {
    width: 100%;
  }
}
.onepage-clients-image {
  height: 100px;
  opacity: 0.2;
}

.onepage-footer-contact:hover {
  color: #fd625e;
}

.onepage-footer-contact {
  text-decoration: none;
  color: #000000;
  font-weight: 900;
}

.onepage-footer-link:hover {
  color: #fd625e;
}

.onepage-footer-link {
  color: #ffab6a;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 20px;
  padding-right: 20px;
  letter-spacing: 0.5px;
}

.onepage-heading-two {
  color: #ffffff;
  font-size: 50px;
  font-weight: 900;
  line-height: 1.1;
}

@media (max-width: 479px) {
  .onepage-heading-two {
    font-size: 40px;
  }
}
.onepage-white-button:hover {
  box-shadow: 0px 20px 40px rgba(229, 6, 0, 0.5);
}

.onepage-white-button {
  background-color: #ffffff;
  color: #fd625e;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 1px;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 17px;
  padding-bottom: 17px;
  border-radius: 100px;
  text-decoration: none;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  transition-property: all;
  text-align: center;
  box-shadow: 0px 10px 20px 0px rgba(229, 6, 0, 0.3);
}

.onepage-subheading {
  color: #666666;
  font-size: 20px;
  font-weight: 400;
  max-width: 720px;
  line-height: 1.6;
}

.onepage-heading-three {
  color: #fd625e;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.1;
}

.onepage-testimonial-quote {
  color: #000000;
  background-color: #e4ebf3;
  font-weight: 400;
  font-style: italic;
  max-width: 720px;
  font-size: 20px;
  padding-top: 30px;
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 40px;
  margin-bottom: 24px;
  margin-left: 10px;
  margin-right: 10px;
}

@media (max-width: 479px) {
  .onepage-testimonial-quote {
    font-size: 16px;
  }
}
.onepage-testimonial-wrapper {
  margin-bottom: 24px;
}

.onepage-testimonial-wrapper:not(.ct-section):not(.oxy-easy-posts),
.onepage-testimonial-wrapper.oxy-easy-posts .oxy-posts,
.onepage-testimonial-wrapper.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
}

@media (max-width: 479px) {
  .onepage-testimonial-wrapper:not(.ct-section):not(.oxy-easy-posts),
  .onepage-testimonial-wrapper.oxy-easy-posts .oxy-posts,
  .onepage-testimonial-wrapper.ct-section .ct-section-inner-wrap {
    display: flex;
    flex-direction: column;
  }
}
.onepage-testimonial-avatar {
  height: 60px;
  border-radius: 100%;
  margin-right: 12px;
}

@media (max-width: 479px) {
  .onepage-testimonial-avatar {
    margin-right: 0px;
    margin-bottom: 12px;
  }
}
.onepage-testimonial-name {
  font-size: 20px;
  color: #000000;
  line-height: 1.1;
}

.onepage-integrations-brand-back {
  width: 100%;
  padding-top: 36px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 36px;
  text-align: center;
  background-color: white;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
}

.onepage-integrations-brand-back:not(.ct-section):not(.oxy-easy-posts),
.onepage-integrations-brand-back.oxy-easy-posts .oxy-posts,
.onepage-integrations-brand-back.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1120px) {
  .onepage-integrations-brand-back {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 991px) {
  .onepage-integrations-brand-back {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .onepage-integrations-brand-back {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (max-width: 479px) {
  .onepage-integrations-brand-back {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.onepage-integrations-colunm:not(.ct-section):not(.oxy-easy-posts),
.onepage-integrations-colunm.oxy-easy-posts .oxy-posts,
.onepage-integrations-colunm.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}

.onepage-portfolio-title {
  font-size: 22px;
  color: #000000;
  font-weight: 900;
  line-height: 1.1;
  text-align: left;
  margin-bottom: 12px;
}

.onepage-portfolio-label {
  background-color: #fd625e;
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
  padding-top: 4px;
  padding-bottom: 6px;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 100px;
}

.onepage-portfolio-image {
  margin-bottom: 12px;
}

.onepage-heading-one {
  color: #000000;
  font-weight: 900;
  font-size: 120px;
  line-height: 1.1;
}

.onepage-red-button:hover {
  transition-duration: 0.2s;
  transition-timing-function: ease;
  transition-property: all;
  box-shadow: 0px 20px 40px -10px rgba(253, 98, 90, 0.5);
}

.onepage-red-button {
  color: #ffffff;
  background-color: #fd625e;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  padding-left: 48px;
  padding-right: 48px;
  padding-top: 17px;
  padding-bottom: 17px;
  border-radius: 100px;
  letter-spacing: 1px;
  text-align: center;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  transition-property: all;
  box-shadow: 0px 25px 20px -20px rgba(253, 98, 90, 0.3);
}

.onepage-header-link:hover {
  color: #fd3732;
}

.onepage-header-link {
  color: #ffab6a;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0.5px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 20px;
  padding-right: 20px;
}

.onepage-benefits-number {
  color: #fd625e;
  font-size: 120px;
  font-weight: 900;
  line-height: 1.1;
  margin-left: -10px;
}

.onepage-benefits-title {
  color: #000000;
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 6px;
  line-height: 1.4;
}

.onepage-benefits-text {
  color: #666666;
  font-size: 20px;
  font-weight: 400;
}

.onepage-integrations-logo {
  max-width: 160px;
}

.onepage-benefit-wrapper {
  width: 100%;
  background-color: #ffffff;
  padding-top: 40px;
  padding-left: 60px;
  padding-bottom: 60px;
  padding-right: 60px;
  position: relative;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
}

.atomic-primary-heading {
  color: #2b2c27;
  font-size: 64px;
  font-weight: 400;
  line-height: 1.1;
  margin-top: 0px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 767px) {
  .atomic-primary-heading {
    font-size: 56px;
  }
}
@media (max-width: 479px) {
  .atomic-primary-heading {
    font-size: 44px;
  }
}
.atomic-other-single-content {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.atomic-secondary-heading {
  color: #2b2c27;
  font-weight: 400;
  font-size: 56px;
  line-height: 1.1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1120px) {
  .atomic-secondary-heading {
    font-size: 52px;
  }
}
@media (max-width: 767px) {
  .atomic-secondary-heading {
    font-size: 44px;
  }
}
@media (max-width: 479px) {
  .atomic-secondary-heading {
    font-size: 40px;
  }
}
.atomic-subheading {
  font-family: "Ubuntu";
  color: #2b2c27;
  font-size: 24px;
  line-height: 1.6;
  font-weight: 200;
  max-width: 480px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 767px) {
  .atomic-subheading {
    font-size: 20px;
  }
}
@media (max-width: 479px) {
  .atomic-subheading {
    font-size: 18px;
  }
}
.atomic-simple-article-content {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.atomic-header-7-text {
  color: #3b3c38;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  text-align: right;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 991px) {
  .atomic-header-7-text {
    margin-top: 12px;
  }
}
.atomic-logo:hover {
  opacity: 1;
}

.atomic-logo {
  opacity: 0.8;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-property: all;
}

.atomic-medium-button:hover {
  background-color: #6799b2;
  color: #ffffff;
  border-top-color: #6799b2;
  border-right-color: #6799b2;
  border-bottom-color: #6799b2;
  border-left-color: #6799b2;
}

.atomic-medium-button {
  background-color: #1e73be;
  border: 1px solid #1e73be;
  color: #ffffff;
  padding: 10px 16px;
}

.atomic-medium-button {
  background-color: #65bec2;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  padding-top: 15px;
  padding-right: 36px;
  padding-left: 36px;
  padding-bottom: 15px;
  letter-spacing: 0.25em;
  text-align: center;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-property: all;
  border-top-color: #65bec2;
  border-right-color: #65bec2;
  border-bottom-color: #65bec2;
  border-left-color: #65bec2;
}

.atomic-tritary-heading {
  color: #2b2c27;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 767px) {
  .atomic-tritary-heading {
    font-size: 30px;
  }
}
.atomic-footer-7-title {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  line-height: 1.1;
  letter-spacing: 0.15em;
  margin-bottom: 12px;
  margin-top: 8px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.atomic-footer-7-link:hover {
  color: #ffffff;
}

.atomic-footer-7-link {
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 1px;
  margin-top: 12px;
  margin-bottom: 12px;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-property: all;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.atomic-footer-7-text {
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 18px;
  margin-right: 18px;
  margin-top: 18px;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.atomic-footer-7-small-link:hover {
  color: #ffffff;
}

.atomic-footer-7-small-link {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  text-align: right;
  margin-left: 24px;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-property: all;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.atomic-primary-button:hover {
  background-color: #6799b2;
  color: #ffffff;
}

.atomic-primary-button {
  font-family: "Ubuntu";
  background-color: #65bec2;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 48px;
  padding-right: 48px;
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.25em;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-property: all;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
}

@media (max-width: 991px) {
  .atomic-primary-button {
    padding-top: 16px;
    padding-left: 36px;
    padding-right: 36px;
    padding-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .atomic-primary-button {
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  .atomic-primary-button {
    font-size: 16px;
  }
}
.atomic-small-text {
  font-family: "Ubuntu";
  color: #898989;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.atomic-content-29-wrapper {
  width: 100%;
  background-color: #ffffff;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
  text-align: left;
  box-shadow: 0px 12px 24px rgba(86, 109, 143, 0.1);
}

.atomic-content-29-wrapper:not(.ct-section):not(.oxy-easy-posts),
.atomic-content-29-wrapper.oxy-easy-posts .oxy-posts,
.atomic-content-29-wrapper.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.atomic-content-29-icon {
  color: #566d8f;
}

.atomic-content-29-icon > svg {
  width: 30px;
  height: 30px;
}

.atomic-content-29-icon {
  margin-bottom: 12px;
}

.atomic-content-29-title {
  color: #566d8f;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.12em;
  text-align: left;
  margin-bottom: 12px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.atomic-content-29-text {
  color: #3b3c38;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 32px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.atomic-medium-button-outline:hover {
  color: #6799b2;
}

.atomic-medium-button-outline {
  color: #65bec2;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-right: 34px;
  padding-left: 34px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.2em;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-property: all;
}

.atomic-hero-1-iconbox-icon {
  color: #566d8f;
}

.atomic-hero-1-iconbox-icon > svg {
  width: 30px;
  height: 30px;
}

.atomic-hero-1-iconbox-icon {
  margin-bottom: 12px;
}

.atomic-hero-1-iconbox-title {
  color: #566d8f;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.2;
  margin-bottom: 6px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.atomic-hero-1-iconbox-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #3b3c38;
  margin-bottom: 48px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.atomic-content-27-wrapper {
  box-shadow: 0px 12px 24px rgba(86, 109, 143, 0.1);
}

.atomic-content-27-checklist-wrapper {
  width: 100%;
  margin-bottom: 18px;
}

.atomic-content-27-checklist-wrapper:not(.ct-section):not(.oxy-easy-posts),
.atomic-content-27-checklist-wrapper.oxy-easy-posts .oxy-posts,
.atomic-content-27-checklist-wrapper.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

.atomic-content-27-icon {
  color: #65bec2;
}

.atomic-content-27-icon > svg {
  width: 24px;
  height: 24px;
}

.atomic-content-27-icon {
  color: #65bec2;
  margin-right: 8px;
}

.atomic-content-27-text {
  color: #3b3c38;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.atomic-pricing-6-column:last-child {
  border-right-style: solid;
}

.atomic-pricing-6-column {
  text-align: center;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #dddddd;
  border-right-color: #dddddd;
  border-bottom-color: #dddddd;
  border-left-color: #dddddd;
}

.atomic-pricing-6-column:not(.ct-section):not(.oxy-easy-posts),
.atomic-pricing-6-column.oxy-easy-posts .oxy-posts,
.atomic-pricing-6-column.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 991px) {
  .atomic-pricing-6-column {
    border-bottom-style: none;
  }
}
.atomic-pricing-6-icon {
  color: #566d8f;
}

.atomic-pricing-6-icon > svg {
  width: 42px;
  height: 42px;
}

.atomic-pricing-6-icon {
  margin-bottom: 16px;
}

.atomic-pricing-6-title {
  color: #566d8f;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.atomic-pricing-6-cost {
  margin-top: 0px;
  color: #65bec2;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.5px;
}

.atomic-pricing-6-small-text {
  color: #898989;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.atomic-pricing-6-text {
  color: #898989;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  padding-top: 12px;
  padding-bottom: 12px;
  width: 100%;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #dddddd;
  margin-bottom: 0px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.atomic-outline-button:hover {
  background-color: transparent;
  color: #6799b2;
  border-top-color: #6799b2;
  border-right-color: #6799b2;
  border-bottom-color: #6799b2;
  border-left-color: #6799b2;
}

.atomic-outline-button {
  background-color: transparent;
  border: 1px solid #6799b2;
  color: #6799b2;
  padding: 9px 15px;
}

.atomic-outline-button {
  font-family: "Ubuntu";
  font-weight: 700;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  text-align: center;
  line-height: 1.2;
  border-top-width: 3px;
  border-right-width: 3px;
  border-bottom-width: 3px;
  border-left-width: 3px;
  border-top-color: #65bec2;
  border-right-color: #65bec2;
  border-bottom-color: #65bec2;
  border-left-color: #65bec2;
  padding-left: 46px;
  padding-right: 46px;
  padding-top: 18px;
  padding-bottom: 18px;
  color: #65bec2;
  background-color: transparent;
  font-size: 20px;
  margin-right: 2px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.25em;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-property: all;
  text-transform: none;
  font-style: normal;
  text-decoration: none;
}

@media (max-width: 991px) {
  .atomic-outline-button {
    padding-top: 14px;
    padding-bottom: 14px;
    padding-right: 34px;
    padding-left: 34px;
  }
}
@media (max-width: 767px) {
  .atomic-outline-button {
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  .atomic-outline-button {
    font-size: 16px;
  }
}
.atomic-iconblock-21-title {
  color: #566d8f;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 8px;
  letter-spacing: 0.12em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.atomic-iconblock-21-text {
  margin-bottom: 57px;
  font-size: 18px;
  color: #2b2c27;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.atomic-testimonial-7-wrapper {
  background-color: #ffffff;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-top: 40px;
  height: 100%;
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
}

.atomic-testimonial-7-wrapper:not(.ct-section):not(.oxy-easy-posts),
.atomic-testimonial-7-wrapper.oxy-easy-posts .oxy-posts,
.atomic-testimonial-7-wrapper.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}

.atomic-testimonial-7-text {
  font-size: 18px;
  color: #3b3c38;
  font-weight: 300;
  line-height: 1.6;
  text-align: left;
  font-style: italic;
  margin-bottom: 32px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.atomic-testimonial-7-avatar {
  width: 60px;
  border-radius: 100%;
  margin-right: 12px;
}

.atomic-testimonial-7-author {
  font-size: 20px;
  font-weight: 600;
  color: #566d8f;
  line-height: 1.1;
  letter-spacing: 0.12em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.atomic-iconblock-2-column {
  text-align: left;
}

.atomic-iconblock-2-column:not(.ct-section):not(.oxy-easy-posts),
.atomic-iconblock-2-column.oxy-easy-posts .oxy-posts,
.atomic-iconblock-2-column.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.atomic-iconblock-2-icon {
  color: #566d8f;
}

.atomic-iconblock-2-icon > svg {
  width: 30px;
  height: 30px;
}

.atomic-iconblock-2-icon {
  margin-top: 20px;
  margin-bottom: 16px;
}

.atomic-iconblock-2-title {
  color: #566d8f;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.12em;
  margin-bottom: 8px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.atomic-iconblock-2-text {
  font-size: 18px;
  color: #3b3c38;
  font-weight: 400;
  margin-bottom: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.atomic-iconbox-2-link:after {
  content: "»";
  margin-left: 6px;
}

.atomic-iconbox-2-link:hover {
  color: #566d8f;
  text-decoration: none;
}

.atomic-iconbox-2-link {
  color: #6799b2;
  font-size: 16px;
  text-decoration: none;
  line-height: 1.4;
  margin-bottom: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.atomic-showcase-9-title {
  font-size: 20px;
  color: #566d8f;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.12em;
  margin-bottom: 12px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.atomic-showcase-9-text {
  font-size: 18px;
  color: #3b3c38;
  font-weight: 400;
  line-height: 1.6;
  max-width: 480px;
  margin-bottom: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.atomic-showcase-9-wrapper {
  width: 100%;
  background-color: #ffffff;
  padding-top: 60px;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 60px;
  text-align: left;
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
}

.atomic-showcase-9-wrapper:not(.ct-section):not(.oxy-easy-posts),
.atomic-showcase-9-wrapper.oxy-easy-posts .oxy-posts,
.atomic-showcase-9-wrapper.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media (max-width: 991px) {
  .atomic-showcase-9-wrapper {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
  }
}
.atomic-slider-6-image-column {
  text-align: center;
}

.atomic-slider-6-image-column:not(.ct-section):not(.oxy-easy-posts),
.atomic-slider-6-image-column.oxy-easy-posts .oxy-posts,
.atomic-slider-6-image-column.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.atomic-slider-6-text-column {
  text-align: left;
}

.atomic-slider-6-text-column:not(.ct-section):not(.oxy-easy-posts),
.atomic-slider-6-text-column.oxy-easy-posts .oxy-posts,
.atomic-slider-6-text-column.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media (max-width: 767px) {
  .atomic-slider-6-text-column {
    text-align: center;
  }
  .atomic-slider-6-text-column:not(.ct-section):not(.oxy-easy-posts),
  .atomic-slider-6-text-column.oxy-easy-posts .oxy-posts,
  .atomic-slider-6-text-column.ct-section .ct-section-inner-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.atomic-slider-6-title {
  color: #566d8f;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 8px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.12em;
}

.atomic-slider-6-text {
  color: #3b3c38;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.atomic-pricing-4-icon {
  color: #566d8f;
}

.atomic-pricing-4-icon > svg {
  width: 30px;
  height: 30px;
}

.atomic-pricing-4-icon {
  margin-bottom: 16px;
}

.atomic-pricing-4-title {
  color: #566d8f;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.12em;
  margin-bottom: 8px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.atomic-pricing-4-text {
  color: #3b3c38;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  line-height: 1.6;
  margin-bottom: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.atomic-pricing-4-cost {
  color: #65bec2;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: auto;
}

.atomic-pricing-4-small-text {
  color: #898989;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  text-align: left;
  margin-bottom: 30px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.atomic-cta-7-wrapper {
  text-align: center;
}

.atomic-cta-7-wrapper:not(.ct-section):not(.oxy-easy-posts),
.atomic-cta-7-wrapper.oxy-easy-posts .oxy-posts,
.atomic-cta-7-wrapper.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.atomic-cta-7-icon {
  background-color: #eff4f7;
  border: 1px solid #eff4f7;
  padding: 24px;
  color: #6799b2;
}

.atomic-cta-7-icon > svg {
  width: 30px;
  height: 30px;
}

.atomic-cta-7-icon {
  margin-bottom: 12px;
  icon-padding: 24px;
}

.atomic-cta-7-text {
  font-size: 18px;
  font-weight: 400;
  color: #3b3c38;
  line-height: 1.6;
  margin-top: 12px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: auto;
}

.atomic-content-20-image {
  background-color: #ffffff;
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
}

.atomic-hero-4-video {
  max-width: 640px;
}

.atomic-testimonial-11-wrapper {
  width: 100%;
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
  margin-top: 72px;
  background-color: #ffffff;
  height: 100%;
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.05);
}

.atomic-testimonial-11-wrapper:not(.ct-section):not(.oxy-easy-posts),
.atomic-testimonial-11-wrapper.oxy-easy-posts .oxy-posts,
.atomic-testimonial-11-wrapper.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.atomic-testimonial-11-avatar {
  width: 75%;
  border-radius: 100%;
  margin-top: -60px;
  margin-bottom: 24px;
}

.atomic-testimonial-11-author {
  font-size: 20px;
  font-weight: 500;
  color: #566d8f;
  line-height: 1.1;
  letter-spacing: 0.12em;
  margin-bottom: 8px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.atomic-testimonial-11-small-text {
  color: #898989;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 24px;
}

.atomic-testimonial-11-text {
  color: #3b3c38;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
  font-style: italic;
  margin-bottom: 36px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.atomic-team-1-column {
  text-align: center;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-width: 6px;
  border-right-width: 6px;
  border-bottom-width: 6px;
  border-left-width: 6px;
  border-top-color: #eff4fb;
  border-right-color: #eff4fb;
  border-bottom-color: #eff4fb;
  border-left-color: #eff4fb;
}

.atomic-team-1-column:not(.ct-section):not(.oxy-easy-posts),
.atomic-team-1-column.oxy-easy-posts .oxy-posts,
.atomic-team-1-column.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.atomic-team-1-mate {
  margin-bottom: 24px;
}

.atomic-team-1-title {
  line-height: 1.2;
  font-size: 20px;
  color: #566d8f;
  font-weight: 600;
  margin-bottom: 4px;
  letter-spacing: 0.12em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.atomic-team-1-text {
  font-size: 14px;
  line-height: 1.6;
  color: #3b3c38;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 300;
}

.atomic-content-32-column {
  width: 33.33%;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #eff4f7;
  border-right-color: #eff4f7;
  border-bottom-color: #eff4f7;
  border-left-color: #eff4f7;
}

.atomic-content-32-column:not(.ct-section):not(.oxy-easy-posts),
.atomic-content-32-column.oxy-easy-posts .oxy-posts,
.atomic-content-32-column.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 1120px) {
  .atomic-content-32-column:not(.ct-section):not(.oxy-easy-posts),
  .atomic-content-32-column.oxy-easy-posts .oxy-posts,
  .atomic-content-32-column.ct-section .ct-section-inner-wrap {
    display: flex;
  }
}
@media (max-width: 767px) {
  .atomic-content-32-column {
    width: 100%;
  }
  .atomic-content-32-column:not(.ct-section):not(.oxy-easy-posts),
  .atomic-content-32-column.oxy-easy-posts .oxy-posts,
  .atomic-content-32-column.ct-section .ct-section-inner-wrap {
    display: flex;
    flex-direction: column;
  }
}
.atomic-content-32-image {
  width: auto;
}

.atomic-content-32-text-wrapper {
  width: 100%;
  background-color: #ffffff;
  padding-top: 47px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 47px;
  text-align: center;
  flex-grow: 1;
}

.atomic-content-32-text-wrapper:not(.ct-section):not(.oxy-easy-posts),
.atomic-content-32-text-wrapper.oxy-easy-posts .oxy-posts,
.atomic-content-32-text-wrapper.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .atomic-content-32-text-wrapper {
    padding-top: 24px;
  }
}
.atomic-content-32-icon {
  color: #566d8f;
}

.atomic-content-32-icon > svg {
  width: 42px;
  height: 42px;
}

.atomic-content-32-icon {
  margin-top: 12px;
  margin-bottom: 12px;
}

@media (max-width: 767px) {
  .atomic-content-32-icon:not(.ct-section):not(.oxy-easy-posts),
  .atomic-content-32-icon.oxy-easy-posts .oxy-posts,
  .atomic-content-32-icon.ct-section .ct-section-inner-wrap {
    flex-direction: unset;
  }
}
.atomic-content-32-title {
  color: #566d8f;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
  margin-top: 6px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.atomic-content-32-small-text {
  font-family: "Ubuntu";
  color: #898989;
  margin-bottom: 8px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.atomic-content-32-text {
  color: #3b3c38;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.atomic-iconblock-18-icon {
  background-color: #6799b2;
  border: 1px solid #6799b2;
  padding: 24px;
  color: #ffffff;
}

.atomic-iconblock-18-icon > svg {
  width: 30px;
  height: 30px;
}

.atomic-iconblock-18-icon {
  margin-bottom: 12px;
  icon-padding: 24px;
}

.atomic-iconblock-18-title {
  color: #566d8f;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.5px;
  margin-top: 8px;
  margin-bottom: 12px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.atomic-iconblock-18-text {
  font-size: 18px;
  font-weight: 400;
  color: #3b3c38;
  line-height: 1.6;
  margin-bottom: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.atomic-content-26-columns {
  margin-bottom: 75px;
}

.atomic-content-26-title {
  color: #566d8f;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.12em;
  margin-bottom: 12px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.atomic-content-26-text {
  color: #3b3c38;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.atomic-testimonial-10-author {
  font-weight: 500;
  font-size: 20px;
  color: #566d8f;
  line-height: 1.1;
  letter-spacing: 0.12em;
  margin-bottom: 8px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.atomic-testimonial-10-small-text {
  color: #898989;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.atomic-content-25-title {
  color: #566d8f;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 4px;
  letter-spacing: 0.12em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.atomic-content-25-small-text {
  color: #898989;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 6px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.atomic-content-25-progress-bar {
  width: 100%;
  background-color: #eff4f7;
  margin-bottom: 18px;
  overflow: hidden;
  padding-bottom: 0px;
}

.atomic-content-25-percent {
  color: #ffffff;
  font-weight: 700;
  background-color: #65bec2;
  padding-right: 20px;
  padding-left: 20px;
  text-align: right;
  padding-top: 4px;
  padding-bottom: 4px;
}

.atomic-iconblock-17-icon {
  color: #566d8f;
}

.atomic-iconblock-17-icon > svg {
  width: 30px;
  height: 30px;
}

.atomic-iconblock-17-icon {
  margin-bottom: 16px;
}

.atomic-iconblock-17-title {
  font-size: 20px;
  font-weight: 500;
  color: #566d8f;
  line-height: 1.1;
  letter-spacing: 0.12em;
  margin-bottom: 8px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.atomic-iconblock-17-text {
  font-size: 18px;
  color: #3b3c38;
  font-weight: 400;
  margin-bottom: 48px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.atomic-iconblock-20-icon {
  color: #566d8f;
}

.atomic-iconblock-20-icon > svg {
  width: 30px;
  height: 30px;
}

.atomic-iconblock-20-icon {
  margin-bottom: 16px;
}

.atomic-iconblock-20-title {
  color: #566d8f;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.12em;
  margin-bottom: 8px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.atomic-iconblock-20-text {
  font-size: 18px;
  color: #2b2c27;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 47px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.atomic-iconblock-21-icon {
  color: #566d8f;
}

.atomic-iconblock-21-icon > svg {
  width: 30px;
  height: 30px;
}

.atomic-iconblock-21-icon {
  margin-bottom: 16px;
}

.atomic-content-23-wrapper {
  width: 100%;
  background-color: #ffffff;
  padding-top: 36px;
  padding-left: 36px;
  padding-right: 36px;
  padding-bottom: 36px;
  text-align: center;
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
}

.atomic-content-23-wrapper:not(.ct-section):not(.oxy-easy-posts),
.atomic-content-23-wrapper.oxy-easy-posts .oxy-posts,
.atomic-content-23-wrapper.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.atomic-content-23-title {
  color: #566d8f;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 8px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.12em;
}

.atomic-content-23-text {
  color: #3b3c38;
  font-size: 18px;
  font-weight: 200;
  line-height: 1.6;
  margin-bottom: 36px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.atomic-small-button-outline:hover {
  color: #6799b2;
}

.atomic-small-button-outline {
  font-weight: 700;
  color: #65bec2;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.25em;
  text-align: center;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  padding-top: 8px;
  padding-bottom: 9px;
  padding-left: 24px;
  padding-right: 24px;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-property: all;
}

.atomic-content-30-column {
  text-align: left;
}

.atomic-content-30-column:not(.ct-section):not(.oxy-easy-posts),
.atomic-content-30-column.oxy-easy-posts .oxy-posts,
.atomic-content-30-column.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.atomic-content-30-wrapper {
  width: 100%;
  background-color: #eff4fb;
  text-align: center;
}

.atomic-content-30-wrapper:not(.ct-section):not(.oxy-easy-posts),
.atomic-content-30-wrapper.oxy-easy-posts .oxy-posts,
.atomic-content-30-wrapper.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.atomic-content-30-popup:hover {
  opacity: 1;
}

.atomic-content-30-popup {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
  background-color: rgba(86, 109, 143, 0.8);
  width: 100%;
  text-align: center;
  opacity: 0;
}

.atomic-content-30-popup:not(.ct-section):not(.oxy-easy-posts),
.atomic-content-30-popup.oxy-easy-posts .oxy-posts,
.atomic-content-30-popup.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.atomic-small-button:hover {
  background-color: #6799b2;
  color: #ffffff;
}

.atomic-small-button {
  background-color: #1e73be;
  border: 1px solid #1e73be;
  color: #ffffff;
  padding: 10px 16px;
}

.atomic-small-button {
  background-color: #65bec2;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  padding-right: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.2;
  letter-spacing: 1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  padding-left: 18px;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-property: all;
}

.atomic-content-30-text {
  color: #3b3c38;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 12px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.atomic-iconblock-5-column {
  text-align: center;
}

.atomic-iconblock-5-column:not(.ct-section):not(.oxy-easy-posts),
.atomic-iconblock-5-column.oxy-easy-posts .oxy-posts,
.atomic-iconblock-5-column.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.atomic-iconblock-5-icon {
  background-color: #eff4f7;
  border: 1px solid #eff4f7;
  padding: 24px;
  color: #566d8f;
}

.atomic-iconblock-5-icon > svg {
  width: 30px;
  height: 30px;
}

.atomic-iconblock-5-icon {
  icon-padding: 24px;
  margin-bottom: 16px;
}

.atomic-iconblock-5-title {
  font-size: 20px;
  color: #566d8f;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.12em;
  margin-bottom: 8px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.atomic-iconbox-5-text {
  font-size: 18px;
  font-weight: 400;
  color: #3b3c38;
  line-height: 1.6;
  margin-bottom: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.atomic-showcase-7-image {
  width: 33.33%;
}

@media (max-width: 991px) {
  .atomic-showcase-7-image {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .atomic-showcase-7-image {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .atomic-content-31-text-column {
    width: 0;
  }
}
.atomic-content-31-wrapper {
  width: 100%;
  background-color: #ffffff;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
  text-align: left;
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
}

.atomic-content-31-title {
  font-size: 20px;
  color: #566d8f;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.12em;
  margin-bottom: 8px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.atomic-content-31-small-text {
  font-size: 14px;
  color: #898989;
  font-weight: 400;
  margin-bottom: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.atomic-content-31-text {
  color: #3b3c38;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.atomic-content-31-middle-column {
  text-align: center;
  position: relative;
}

.atomic-content-31-middle-column:not(.ct-section):not(.oxy-easy-posts),
.atomic-content-31-middle-column.oxy-easy-posts .oxy-posts,
.atomic-content-31-middle-column.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
}

@media (max-width: 991px) {
  .atomic-content-31-middle-column {
    text-align: left;
  }
  .atomic-content-31-middle-column:not(.ct-section):not(.oxy-easy-posts),
  .atomic-content-31-middle-column.oxy-easy-posts .oxy-posts,
  .atomic-content-31-middle-column.ct-section .ct-section-inner-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .atomic-content-31-middle-column {
    text-align: center;
  }
  .atomic-content-31-middle-column:not(.ct-section):not(.oxy-easy-posts),
  .atomic-content-31-middle-column.oxy-easy-posts .oxy-posts,
  .atomic-content-31-middle-column.ct-section .ct-section-inner-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.atomic-content-31-icon {
  background-color: #566d8f;
  border: 1px solid #566d8f;
  padding: 24px;
  color: #ffffff;
}

.atomic-content-31-icon > svg {
  width: 42px;
  height: 42px;
}

.atomic-content-31-icon {
  icon-padding: 24px;
  position: absolute;
  z-index: 100;
}

.atomic-content-31-line {
  height: 100%;
}

@media (max-width: 991px) {
  .atomic-content-31-line {
    margin-left: 47px;
  }
}
@media (max-width: 767px) {
  .atomic-content-31-line {
    margin-left: 0px;
  }
  .atomic-content-31-line:not(.ct-section):not(.oxy-easy-posts),
  .atomic-content-31-line.oxy-easy-posts .oxy-posts,
  .atomic-content-31-line.ct-section .ct-section-inner-wrap {
    display: none;
    flex-direction: unset;
  }
}
.atomic-testimonial-2-author {
  color: #566d8f;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.12em;
  margin-bottom: 8px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.atomic-testimonial-2-small-text {
  color: #898989;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.atomic-contact-10-wrapper {
  width: 100%;
  margin-bottom: 18px;
}

.atomic-contact-10-wrapper:not(.ct-section):not(.oxy-easy-posts),
.atomic-contact-10-wrapper.oxy-easy-posts .oxy-posts,
.atomic-contact-10-wrapper.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.atomic-contact-10-icon {
  color: #566d8f;
}

.atomic-contact-10-icon > svg {
  width: 24px;
  height: 24px;
}

.atomic-contact-10-icon {
  margin-right: 12px;
}

.atomic-contact-10-text {
  color: #3b3c38;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 24px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.atomic-content-25-price {
  color: #65bec2;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.atomic-content-35-title {
  color: #566d8f;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-align: left;
  margin-bottom: 12px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.atomic-content-39-text {
  color: #3b3c38;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  line-height: 1.6;
  margin-bottom: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.atomic-hero-8-icon {
  color: #65bec2;
}

.atomic-hero-8-icon > svg {
  width: 24px;
  height: 24px;
}

.atomic-hero-8-icon {
  margin-bottom: 18px;
}

.atomic-hero-8-text {
  color: #ffffff;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.6;
  font-style: italic;
  max-width: 640px;
  margin-bottom: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.atomic-hero-8-avatar {
  width: 120px;
  border-radius: 100%;
  margin-bottom: 12px;
}

.atomic-hero-8-title {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.12em;
  margin-bottom: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.atomic-iconblock-11-wrapper {
  background-color: #ffffff;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  width: 46%;
  margin-top: 2%;
  margin-left: 2%;
  margin-right: 2%;
  margin-bottom: 2%;
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
  .atomic-iconblock-11-wrapper {
    width: 98%;
  }
}
.atomic-iconblock-11-icon {
  color: #566d8f;
}

.atomic-iconblock-11-icon > svg {
  width: 30px;
  height: 30px;
}

.atomic-iconblock-11-icon {
  margin-bottom: 16px;
}

.atomic-iconblock-11-title {
  color: #566d8f;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.12em;
  margin-bottom: 8px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.atomic-iconblock-11-text {
  color: #3b3c38;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.atomic-showcase-5-image {
  margin-bottom: 42px;
}

@media (max-width: 767px) {
  .atomic-showcase-5-image {
    width: 100%;
  }
}
.atomic-iconblock-1-column {
  text-align: left;
}

.atomic-iconblock-1-column:not(.ct-section):not(.oxy-easy-posts),
.atomic-iconblock-1-column.oxy-easy-posts .oxy-posts,
.atomic-iconblock-1-column.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media (max-width: 991px) {
  .atomic-iconblock-1-column {
    text-align: center;
  }
  .atomic-iconblock-1-column:not(.ct-section):not(.oxy-easy-posts),
  .atomic-iconblock-1-column.oxy-easy-posts .oxy-posts,
  .atomic-iconblock-1-column.ct-section .ct-section-inner-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.atomic-iconblock-1-icon {
  color: #566d8f;
}

.atomic-iconblock-1-icon > svg {
  width: 30px;
  height: 30px;
}

.atomic-iconblock-1-icon {
  margin-bottom: 15px;
}

.atomic-iconblock-1-title {
  color: #566d8f;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 14px;
  line-height: 1.1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.1em;
}

.atomic-iconblock-1-text {
  color: #3b3c38;
  font-size: 18px;
  margin-bottom: 18px;
  line-height: 1.6;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.atomic-gridbased-1-image {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #eff4fb;
  border-right-color: #eff4fb;
  border-bottom-color: #eff4fb;
  border-left-color: #eff4fb;
  margin-bottom: 12px;
}

.atomic-gridbased-1-text {
  margin-bottom: 48px;
  color: #3b3c38;
  font-size: 18px;
  text-align: left;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 300;
}

.atomic-testimonial-1-column {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-width: 6px;
  border-right-width: 6px;
  border-bottom-width: 6px;
  border-left-width: 6px;
  border-top-color: #eff4fb;
  border-right-color: #eff4fb;
  border-bottom-color: #eff4fb;
  border-left-color: #eff4fb;
  text-align: center;
}

.atomic-testimonial-1-column:not(.ct-section):not(.oxy-easy-posts),
.atomic-testimonial-1-column.oxy-easy-posts .oxy-posts,
.atomic-testimonial-1-column.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.atomic-testimonial-1-quote {
  color: #566d8f;
}

.atomic-testimonial-1-quote > svg {
  width: 36px;
  height: 36px;
}

.atomic-testimonial-1-quote {
  margin-bottom: 12px;
}

.atomic-testimonial-1-text {
  font-size: 18px;
  color: #3b3c38;
  font-weight: 300;
  font-style: italic;
  margin-bottom: 32px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.atomic-testimonial-1-avatar {
  width: 60px;
  border-radius: 100px;
  margin-bottom: 12px;
  margin-top: auto;
}

.atomic-testimonial-1-author {
  color: #566d8f;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 18px;
  letter-spacing: 1px;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.atomic-pricing-1-row-light {
  width: 100%;
  background-color: #ffffff;
  min-width: 640px;
  overflow: scroll;
}

.atomic-pricing-1-row-light:not(.ct-section):not(.oxy-easy-posts),
.atomic-pricing-1-row-light.oxy-easy-posts .oxy-posts,
.atomic-pricing-1-row-light.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: row;
}

.atomic-pricing-1-title {
  width: 33.33%;
  text-align: left;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 18px;
  padding-right: 18px;
  font-weight: 500;
  font-size: 20px;
  color: #566d8f;
  line-height: 1.1;
  letter-spacing: 0.5px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.atomic-pricing-1-row-dark {
  width: 100%;
  background-color: #eff4f7;
  min-width: 640px;
  overflow: scroll;
}

.atomic-pricing-1-row-dark:not(.ct-section):not(.oxy-easy-posts),
.atomic-pricing-1-row-dark.oxy-easy-posts .oxy-posts,
.atomic-pricing-1-row-dark.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.atomic-pricing-1-text {
  font-size: 18px;
  color: #2b2c27;
  width: 33.33%;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 18px;
  padding-right: 18px;
  text-align: left;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.atomic-pricing-1-link:hover {
  color: #566d8f;
}

.atomic-pricing-1-link {
  font-size: 18px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 18px;
  padding-right: 18px;
  width: 33.33%;
  text-align: left;
  color: #6799b2;
  text-decoration: underline;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-property: all;
}

.atomic-footer-1-column:not(.ct-section):not(.oxy-easy-posts),
.atomic-footer-1-column.oxy-easy-posts .oxy-posts,
.atomic-footer-1-column.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 767px) {
  .atomic-footer-1-column {
    text-align: center;
  }
  .atomic-footer-1-column:not(.ct-section):not(.oxy-easy-posts),
  .atomic-footer-1-column.oxy-easy-posts .oxy-posts,
  .atomic-footer-1-column.ct-section .ct-section-inner-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.copy {
  font-weight: 700;
}

.button-home {
  margin-top: 20px;
}

@media (max-width: 479px) {
  .button-home {
    margin-left: 20px;
    background-color: #560444;
  }
}
.roadmap1 {
  text-align: right;
}

.column-heading {
  max-width: 40%;
}

.column-heading:not(.ct-section):not(.oxy-easy-posts),
.column-heading.oxy-easy-posts .oxy-posts,
.column-heading.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.div4 {
  width: 30%;
  max-width: 30%;
}

.phase-text {
  font-size: 17px;
  text-align: left;
  margin-left: 20px;
}

@media (max-width: 991px) {
  .phase-text {
    margin-left: 15px;
  }
}
.footer-heading {
  font-size: 18px;
}

.bitmart {
  margin-left: 40px;
}

@media (max-width: 767px) {
  .bitmart {
    margin-left: 0px;
  }
}
@media (max-width: 479px) {
  .bitmart {
    font-size: 14px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (max-width: 479px) {
  .uniswap {
    font-size: 14px;
  }
}
@media (max-width: 479px) {
  .button-whitepaper {
    font-size: 14px;
  }
}
.image1-roadmap {
  opacity: 0.3;
}

.image2-roadmap {
  opacity: 0.2;
}

.image3-roadmap {
  opacity: 0.3;
}

.image4-roadmap {
  opacity: 0.3;
}

.image5-roadmap {
  opacity: 0.3;
}

.oxy-close-modal {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #273752;
  padding: 10px 16px;
}

.oxy-close-modal {
  font-weight: 600;
  border-radius: 40px;
  margin-top: 45px;
  align-self: center;
}

#link-851-89 {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1;
}

#fancy_icon-853-89 {
  color: #ffffff;
}

#fancy_icon-853-89 {
  background-color: #560444;
}

#div_block-1056-89 {
  background-image: linear-gradient(96deg, #560444, rgba(63, 10, 53, 0.93));
  position: fixed;
  left: 20px;
  display: flex;
  border-radius: 20px;
  padding-top: 30px;
  padding-left: 7px;
  padding-right: 7px;
  padding-bottom: 30px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  z-index: 1;
  flex-direction: row;
  text-align: left;
}

#div_block-1062-89 {
  width: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

@media (max-width: 767px) {
  #div_block-1056-89 {
    display: none;
  }
}
@media (max-width: 479px) {
  #div_block-1056-89 {
    display: none;
  }
}
#link-1063-89 {
  margin-bottom: 13px;
}

#link-16-158 {
  margin-bottom: 4px;
}

#link-1064-89 {
  margin-bottom: 13px;
}

#link-1065-89 {
  margin-bottom: 13px;
}

#fancy_icon-1067-89 {
  color: #ffffff;
}

#fancy_icon-1067-89 > svg {
  width: 27px;
  height: 27px;
}

#fancy_icon-1068-89 {
  color: #ffffff;
}

#fancy_icon-1068-89 > svg {
  width: 27px;
  height: 27px;
}

#fancy_icon-1069-89 {
  color: #ffffff;
}

#fancy_icon-1069-89 > svg {
  width: 26px;
  height: 26px;
}

#fancy_icon-1071-89 {
  color: #ffffff;
}

#fancy_icon-1071-89 > svg {
  width: 25px;
  height: 25px;
}

#code_block-19-158 {
  margin-top: 0;
  padding-top: 0;
}

/*This file was exported by "Export WP Page to Static HTML" plugin which created by ReCorp (https://myrecorp.com) */
#div_block-13-148 {
  flex-direction: row;
  display: flex;
  align-items: center;
}

#div_block-20-148 {
  margin-left: 15px;
  justify-content: center;
}

#text_block-12-148 {
  font-family: "Ubuntu";
  font-size: 32px;
  margin-bottom: -5px;
  color: #ffefff;
  font-weight: 900;
  letter-spacing: -0.5px;
}

#text_block-22-148 {
  font-weight: 900;
  font-family: "Ubuntu";
  color: #ffefff;
  font-size: 15px;
}

@media (max-width: 479px) {
  #text_block-12-148 {
    font-size: 26px;
  }
}
#link-217-89 {
  text-align: center;
  display: flex;
}

#image-11-148 {
  width: 74px;
}

/*This file was exported by "Export WP Page to Static HTML" plugin which created by ReCorp (https://myrecorp.com) */
#div_block-39-148 {
  background-size: cover;
  height: 100%;
  width: 49%;
  background-position: -40px 0%;
}

#div_block-45-148 {
  height: 100%;
  width: 60%;
  padding-top: 25px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 25px;
  justify-content: center;
  align-items: center;
  text-align: center;
}

@media (max-width: 991px) {
  #div_block-39-148 {
    display: none;
  }
}
@media (max-width: 991px) {
  #div_block-45-148 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #div_block-39-148 {
    display: none;
  }
}
@media (max-width: 767px) {
  #div_block-45-148 {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 479px) {
  #div_block-39-148 {
    display: none;
  }
}
@media (max-width: 479px) {
  #div_block-45-148 {
    padding-top: 45px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 45px;
    width: 100%;
  }
}
#headline-26-148 {
  color: #ffffff;
  font-size: 30px;
}

#text_block-25-148 {
  color: #ffffff;
  text-align: center;
}

#link_button-617-89 {
  margin-left: 18px;
}

@media (max-width: 767px) {
  #link_button-617-89 {
    margin-left: 0px;
    margin-top: 24px;
    margin-bottom: 0px;
    margin-right: 0px;
  }
}
#image-47-148 {
  max-height: 100%;
}

#code_block-49-148 {
  margin-top: 20px;
}

#_nav_menu-9-89 .oxy-nav-menu-hamburger-line {
  background-color: #ffefff;
}

@media (max-width: 991px) {
  #_nav_menu-9-89 .oxy-nav-menu-list {
    display: none;
  }
  #_nav_menu-9-89 .oxy-menu-toggle {
    display: initial;
  }
  #_nav_menu-9-89.oxy-nav-menu.oxy-nav-menu-open .oxy-nav-menu-list {
    display: initial;
  }
}
#_nav_menu-9-89.oxy-nav-menu.oxy-nav-menu-open {
  background-color: #5e064b;
  margin-top: 0 !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  margin-bottom: 0 !important;
}

#_nav_menu-9-89.oxy-nav-menu.oxy-nav-menu-open .menu-item a {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 14px;
  padding-right: 14px;
}

#_nav_menu-9-89 .oxy-nav-menu-hamburger-wrap {
  width: 24px;
  height: 24px;
}

#_nav_menu-9-89 .oxy-nav-menu-hamburger {
  width: 24px;
  height: 19px;
}

#_nav_menu-9-89 .oxy-nav-menu-hamburger-line {
  height: 3px;
  background-color: #ffffff;
}

#_nav_menu-9-89.oxy-nav-menu-open .oxy-nav-menu-hamburger .oxy-nav-menu-hamburger-line:first-child {
  top: 8px;
}

#_nav_menu-9-89.oxy-nav-menu-open .oxy-nav-menu-hamburger .oxy-nav-menu-hamburger-line:last-child {
  top: -8px;
}

#_nav_menu-9-89 .menu-item > .sub-menu {
  transition-duration: 0.2s;
}

#_nav_menu-9-89 {
  font-family: "Ubuntu";
  font-weight: 500;
  text-transform: uppercase;
}

#_nav_menu-9-89 .oxy-nav-menu-list {
  flex-direction: row;
}

#_nav_menu-9-89 .menu-item a {
  padding-top: 8px;
  padding-left: 14px;
  padding-right: 14px;
  padding-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: 0.2s;
  color: #ffefff;
}

#_nav_menu-9-89.oxy-nav-menu:not(.oxy-nav-menu-open) .sub-menu .menu-item a {
  border: 0;
  padding-top: 8px;
  padding-bottom: 8px;
}

#_nav_menu-9-89 .menu-item:hover a {
  color: #ffffff;
}

#_nav_menu-9-89.oxy-nav-menu:not(.oxy-nav-menu-open) .sub-menu .menu-item a:hover {
  border: 0;
  padding-top: 8px;
  padding-bottom: 8px;
}

@media (max-width: 991px) {
  #_nav_menu-9-89 {
    margin-top: 20px;
  }
  #_nav_menu-9-89.oxy-nav-menu:not(.oxy-nav-menu-open) .sub-menu .menu-item a {
    border: 0;
  }
}
@media (max-width: 767px) {
  #_nav_menu-9-89 {
    margin-top: 30px;
    margin-right: 20px;
  }
  #_nav_menu-9-89.oxy-nav-menu:not(.oxy-nav-menu-open) .sub-menu .menu-item a {
    border: 0;
  }
}
#_header-197-89 .oxy-nav-menu-open, #_header-197-89 .oxy-nav-menu:not(.oxy-nav-menu-open) .sub-menu {
  background-color: #d06889;
}

#_header-197-89 .oxy-header-container {
  max-width: 75%;
}

@media (max-width: 991px) {
  #_header-197-89 .oxy-header-container {
    flex-direction: column;
  }
  #_header-197-89 .oxy-header-container > div {
    justify-content: center;
  }
}
#_header-197-89 {
  display: flex;
  width: 100%;
  border-bottom-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-top-color: #ffffff;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  background-color: #d06889;
}

@media (max-width: 1120px) {
  #_header_row-198-89 .oxy-header-container {
    flex-direction: column;
  }
  #_header_row-198-89 .oxy-header-container > div {
    justify-content: center;
  }
}
#_header_row-198-89.oxy-header-row .oxy-header-container {
  max-width: 100%;
}

.oxy-header.oxy-sticky-header-active > #_header_row-198-89.oxygen-show-in-sticky-only {
  display: block;
}

#_header_row-198-89 {
  margin-top: 25px;
  margin-bottom: 25px;
}

#modal-24-148 {
  background-color: #95495e;
  height: 350px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  width: 800px;
  border-top-color: rgba(255, 255, 255, 0.18);
  border-right-color: rgba(255, 255, 255, 0.18);
  border-bottom-color: rgba(255, 255, 255, 0.18);
  border-left-color: rgba(255, 255, 255, 0.18);
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  padding-top: 0px;
  flex-direction: row;
  display: flex;
  text-align: left;
  border-radius: 20px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
}

@media (max-width: 991px) {
  #modal-24-148 {
    height: 65%;
    max-width: 70%;
    background-color: #540b3f;
  }
}
@media (max-width: 767px) {
  #modal-24-148 {
    padding-top: 45px;
    padding-bottom: 45px;
    background-color: #540b3f;
    max-width: 80%;
    height: 65%;
  }
}
@media (max-width: 479px) {
  #modal-24-148 {
    width: 80%;
    padding-right: 0px;
    height: 65%;
    background-color: #540b3f;
  }
}
#section-4-145 > .ct-section-inner-wrap {
  max-width: 80%;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 25px;
  padding-left: 0;
}

#section-4-145 {
  background-size: contain;
}

#section-97-145 > .ct-section-inner-wrap {
  padding-top: 75px;
  padding-bottom: 75px;
  display: none;
  align-items: center;
}

#section-97-145 {
  text-align: left;
  background-color: #ffffff;
}

#section-119-145 {
  background-image: linear-gradient(135deg, rgba(86, 4, 68, 0.89), rgba(86, 4, 68, 0.89));
  background-size: auto, cover;
  background-color: rgba(86, 4, 68, 0.89);
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#section-15-145 > .ct-section-inner-wrap {
  padding-top: 75px;
  padding-bottom: 75px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#section-15-145 {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.89);
}

@media (max-width: 991px) {
  #section-119-145 > .ct-section-inner-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #section-119-145 {
    text-align: center;
  }
}
@media (max-width: 479px) {
  #section-4-145 > .ct-section-inner-wrap {
    padding-bottom: 45px;
  }
}
#div_block-1-145 {
  padding-bottom: 0px;
  background-color: #d06889;
}
@media only screen and (max-width: 800px) {
  #div_block-1-145 .element {
    border-right: none;
  }
}

#div_block-6-145 {
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  text-align: left;
  width: 50%;
  padding-left: 0px;
  justify-content: center;
}

#div_block-333-145 {
  background-image: linear-gradient(96deg, #560444, rgba(63, 10, 53, 0.93));
  position: fixed;
  left: 20px;
  display: flex;
  border-radius: 20px;
  padding-top: 30px;
  padding-left: 7px;
  padding-right: 7px;
  padding-bottom: 30px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  z-index: 1;
  text-align: left;
  margin-bottom: 45px;
}

#div_block-334-145 {
  width: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

#div_block-208-145 {
  max-width: 100%;
  margin-top: 35px;
  margin-left: 20px;
  border-radius: 20px;
  background-color: rgba(86, 4, 68, 0.89);
}

#div_block-211-145 {
  width: 33.33%;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ffffff;
  border-right-color: rgba(255, 255, 255, 0.35);
  border-bottom-color: #ffffff;
  border-left-color: #ffffff;
  border-right-style: solid;
  flex-direction: column;
  display: flex;
  text-align: left;
  align-items: center;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}

#div_block-212-145 {
  width: 33.33%;
  flex-direction: column;
  display: flex;
  text-align: left;
  align-items: center;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  border-top-style: none;
  border-right-style: solid;
  border-bottom-style: none;
  border-left-style: none;
  border-right-color: rgba(255, 255, 255, 0.38);
  border-right-width: 1px;
}

#div_block-213-145 {
  width: 33.34%;
  flex-direction: column;
  display: flex;
  text-align: left;
  align-items: center;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}

#div_block-12-145 {
  width: 50%;
  text-align: left;
  align-items: center;
  justify-content: center;
}

#div_block-57-145 {
  width: 33.33%;
  text-align: left;
  align-items: center;
}

#div_block-60-145 {
  background-color: #d06889;
  text-align: left;
  align-items: center;
  padding-top: 45px;
  border-radius: 20px;
  justify-content: center;
  border-top-color: #560444;
  border-right-color: #560444;
  border-bottom-color: #560444;
  border-left-color: #560444;
  border-top-width: 3px;
  border-right-width: 3px;
  border-bottom-width: 3px;
  border-left-width: 3px;
  width: 90%;
  padding-left: 45px;
  padding-right: 45px;
  padding-bottom: 45px;
}

#div_block-58-145 {
  width: 33.34%;
  text-align: left;
  align-items: center;
}

#div_block-61-145 {
  background-color: #d06889;
  text-align: left;
  align-items: center;
  padding-top: 45px;
  border-radius: 20px;
  justify-content: center;
  border-top-color: #ffffff;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-left-color: #ffffff;
  border-top-width: 3px;
  border-right-width: 3px;
  border-bottom-width: 3px;
  border-left-width: 3px;
  width: 90%;
  padding-left: 45px;
  padding-right: 45px;
  padding-bottom: 45px;
}

#div_block-59-145 {
  width: 33.33%;
  text-align: left;
  align-items: center;
}

#div_block-62-145 {
  background-color: #d06889;
  width: 90%;
  height: 100%;
  padding-top: 45px;
  text-align: left;
  align-items: center;
  border-radius: 20px;
  justify-content: center;
  border-top-color: #ffffff;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-left-color: #ffffff;
  border-top-width: 3px;
  border-right-width: 3px;
  border-bottom-width: 3px;
  border-left-width: 3px;
  padding-left: 45px;
  padding-right: 45px;
  padding-bottom: 45px;
}

#div_block-380-145 {
  flex-direction: row;
  display: flex;
}

#div_block-18-145 {
  width: 33.33%;
}

#div_block-19-145 {
  width: 100%;
  flex-direction: column;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding-top: 36px;
  padding-left: 36px;
  padding-right: 36px;
  padding-bottom: 36px;
  background-color: #d06889;
}

#div_block-24-145 {
  width: 33.33%;
}

#div_block-528-145 {
  width: 100%;
  flex-direction: column;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding-top: 36px;
  padding-left: 36px;
  padding-right: 36px;
  padding-bottom: 36px;
  background-color: #d06889;
  height: 100%;
}

#div_block-29-145 {
  width: 33.34%;
}

#div_block-533-145 {
  width: 100%;
  flex-direction: column;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding-top: 36px;
  padding-left: 36px;
  padding-right: 36px;
  padding-bottom: 36px;
  background-color: #d06889;
  height: 100%;
}

@media (max-width: 1120px) {
  #div_block-208-145 {
    display: none;
  }
}
@media (max-width: 991px) {
  #div_block-6-145 {
    margin-top: 25px;
  }
}
@media (max-width: 991px) {
  #div_block-208-145 {
    display: none;
  }
}
@media (max-width: 767px) {
  #div_block-333-145 {
    display: none;
  }
}
@media (max-width: 767px) {
  #div_block-208-145 {
    display: none;
  }
}
@media (max-width: 767px) {
  #div_block-380-145 {
    flex-direction: column;
    display: flex;
  }
}
@media (max-width: 479px) {
  #div_block-6-145 {
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    text-align: center;
    margin-top: 25px;
  }
}
@media (max-width: 479px) {
  #div_block-333-145 {
    display: none;
  }
}
@media (max-width: 479px) {
  #div_block-208-145 {
    display: none;
  }
}
@media (max-width: 479px) {
  #div_block-57-145 {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
}
@media (max-width: 479px) {
  #div_block-60-145 {
    margin-bottom: 25px;
  }
}
@media (max-width: 479px) {
  #div_block-58-145 {
    padding-bottom: 0px;
  }
}
@media (max-width: 479px) {
  #div_block-61-145 {
    margin-bottom: 25px;
  }
}
@media (max-width: 479px) {
  #div_block-59-145 {
    padding-bottom: 0px;
  }
}
@media (max-width: 479px) {
  #div_block-380-145 {
    flex-direction: column;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 991px) {
  #new_columns-5-145 > .ct-div-block {
    width: 100% !important;
  }
}
@media (max-width: 991px) {
  #new_columns-210-145 > .ct-div-block {
    width: 100% !important;
  }
}
@media (max-width: 991px) {
  #new_columns-55-145 > .ct-div-block {
    width: 100% !important;
  }
}
@media (max-width: 991px) {
  #new_columns-17-145 > .ct-div-block {
    width: 100% !important;
  }
}
@media (max-width: 479px) {
  #new_columns-210-145 {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
  }
}
#headline-7-145 {
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  text-align: left;
  font-family: "Ubuntu";
  font-weight: 600;
  font-size: 45px;
  color: #ffffff;
  text-transform: capitalize;
}

#headline-219-145 {
  color: #ffffff;
  font-size: 41px;
}

#headline-226-145 {
  color: #ffffff;
  font-size: 41px;
}

#headline-230-145 {
  color: #ffffff;
  font-size: 41px;
}

#headline-181-145 {
  font-weight: 600;
  color: #560444;
  margin-bottom: 48px;
  font-size: 48px;
}

#headline-68-145 {
  color: #ffffff;
  font-size: 51px;
}

#headline-72-145 {
  color: #ffffff;
  font-size: 51px;
}

#headline-77-145 {
  color: #ffffff;
  font-size: 51px;
}

#headline-16-145 {
  margin-bottom: 48px;
  color: #560444;
  font-family: "Ubuntu";
  font-size: 50px;
}

@media (max-width: 479px) {
  #headline-16-145 {
    font-size: 40px;
  }
}
#headline-21-145 {
  color: #ffffff;
}

#headline-530-145 {
  color: #ffffff;
}

#headline-535-145 {
  color: #ffffff;
}

@media (max-width: 479px) {
  #headline-7-145 {
    font-size: 40px;
  }
}
#text_block-266-145 {
  background-color: #68124d;
  color: rgba(255, 255, 255, 0.89);
  padding-top: 5px;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 5px;
  margin-left: 20px;
  margin-bottom: 10px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  font-family: "Ubuntu";
}

#text_block-8-145 {
  font-size: 17px;
  font-weight: 500;
  font-family: "Ubuntu";
  line-height: 1.6;
  text-align: left;
  max-width: 480px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 0px;
  color: #ffffff;
}

#text_block-221-145 {
  color: #ffffff;
  text-align: center;
  font-size: 14px;
}

#text_block-228-145 {
  color: #ffffff;
  font-size: 14px;
}

#text_block-235-145 {
  color: #ffffff;
  font-size: 14px;
}

#text_block-65-145 {
  color: #ffffff;
}

#text_block-74-145 {
  color: #ffffff;
}

#text_block-80-145 {
  color: #ffffff;
}

#text_block-22-145 {
  color: #ffffff;
}

#text_block-531-145 {
  color: #ffffff;
}

#text_block-536-145 {
  color: #ffffff;
}

@media (max-width: 479px) {
  #text_block-8-145 {
    font-size: 16px;
  }
}
#link-335-145 {
  margin-bottom: 13px;
}

#link-337-145 {
  margin-bottom: 4px;
}

#link-339-145 {
  margin-bottom: 13px;
}

#link-341-145 {
  margin-bottom: 13px;
}

#link-202-145 {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

#link_button-116-145 {
  background-color: rgba(86, 4, 68, 0.89);
  border: 1px solid rgba(86, 4, 68, 0.89);
}

#link_button-116-145 {
  margin-left: 18px;
}
#link_button-116-145 .zoom:hover {
  transform: scale(1.1);
}

#link_button-116-145:hover {
  background-color: rgba(86, 4, 68, 0.89);
  border: 1px solid rgba(86, 4, 68, 0.89);
}

#link_button-116-145:hover {
  transition-duration: 0.2s;
  transform: scale(1.1);
}

#link_button-11-145 {
  background-color: #560444;
  border: 1px solid #560444;
  padding: 14px 22.4px;
}

#link_button-11-145 {
  margin-top: 20px;
  margin-left: 20px;
  border-radius: 1010px;
  background-color: #560444;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 2px;
  font-weight: 900;
  color: #eddeed;
  display: none;
}

@media (max-width: 767px) {
  #link_button-116-145 {
    margin-left: 0px;
    margin-top: 24px;
    margin-bottom: 0px;
    margin-right: 0px;
  }
}
@media (max-width: 479px) {
  #link_button-11-145 {
    padding: 14px 22.4px;
  }
  #link_button-11-145 {
    margin-left: 20px;
    background-color: #560444;
    border-radius: 40px;
    font-family: "Ubuntu";
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 900;
    line-height: 1.2;
    color: #eddeed;
    margin-top: 20px;
  }
}
#image-383-145 {
  height: 40px;
}

#image-381-145 {
  height: 40px;
}

#image-385-145 {
  height: 40px;
}

#image-241-145 {
  margin-top: 20px;
  max-width: 130%;
}

#fancy_icon-336-145 {
  color: #ffffff;
}

#fancy_icon-336-145 > svg {
  width: 27px;
  height: 27px;
}

#fancy_icon-340-145 {
  color: #ffffff;
}

#fancy_icon-340-145 > svg {
  width: 27px;
  height: 27px;
}

#fancy_icon-342-145 {
  color: #ffffff;
}

#fancy_icon-342-145 > svg {
  width: 26px;
  height: 26px;
}

#fancy_icon-344-145 {
  color: #ffffff;
}

#fancy_icon-344-145 > svg {
  width: 25px;
  height: 25px;
}

#fancy_icon-217-145 {
  color: #ffffff;
}

#fancy_icon-217-145 > svg {
  width: 50px;
  height: 50px;
}

#fancy_icon-70-145 {
  color: #ffffff;
}

#fancy_icon-70-145 > svg {
  width: 50px;
  height: 50px;
}

#fancy_icon-76-145 {
  color: #ffffff;
}

#fancy_icon-76-145 > svg {
  width: 50px;
  height: 50px;
}

#fancy_icon-20-145 {
  border: 1px solid;
  padding: 20px;
  color: #ffffff;
}

#fancy_icon-20-145 > svg {
  width: 36px;
  height: 36px;
}

#fancy_icon-20-145 {
  margin-bottom: 12px;
}

#fancy_icon-529-145 {
  border: 1px solid;
  padding: 20px;
  color: #ffffff;
}

#fancy_icon-529-145 > svg {
  width: 36px;
  height: 36px;
}

#fancy_icon-529-145 {
  margin-bottom: 12px;
}

#fancy_icon-534-145 {
  border: 1px solid;
  padding: 20px;
  color: #ffffff;
}

#fancy_icon-534-145 > svg {
  width: 36px;
  height: 36px;
}

#fancy_icon-534-145 {
  margin-bottom: 12px;
}

#fancy_icon-204-145 {
  color: #ffffff;
}

#fancy_icon-204-145 {
  background-color: #560444;
}

#code_block-338-145 {
  margin-top: 0px;
  padding-top: 0px;
}

#_nav_menu-115-145 .oxy-nav-menu-hamburger-line {
  background-color: #ffefff;
}

@media (max-width: 991px) {
  #_nav_menu-115-145 .oxy-nav-menu-list {
    display: none;
  }
  #_nav_menu-115-145 .oxy-menu-toggle {
    display: initial;
  }
  #_nav_menu-115-145.oxy-nav-menu.oxy-nav-menu-open .oxy-nav-menu-list {
    display: initial;
  }
}
#_nav_menu-115-145.oxy-nav-menu.oxy-nav-menu-open {
  background-color: #5e064b;
  margin-top: 0 !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  margin-bottom: 0 !important;
}

#_nav_menu-115-145.oxy-nav-menu.oxy-nav-menu-open .menu-item a {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 14px;
  padding-right: 14px;
}

#_nav_menu-115-145 .oxy-nav-menu-hamburger-wrap {
  width: 24px;
  height: 24px;
}

#_nav_menu-115-145 .oxy-nav-menu-hamburger {
  width: 24px;
  height: 19px;
}

#_nav_menu-115-145 .oxy-nav-menu-hamburger-line {
  height: 3px;
  background-color: #ffffff;
}

#_nav_menu-115-145.oxy-nav-menu-open .oxy-nav-menu-hamburger .oxy-nav-menu-hamburger-line:first-child {
  top: 8px;
}

#_nav_menu-115-145.oxy-nav-menu-open .oxy-nav-menu-hamburger .oxy-nav-menu-hamburger-line:last-child {
  top: -8px;
}

#_nav_menu-115-145 .menu-item > .sub-menu {
  transition-duration: 0.2s;
}

#_nav_menu-115-145 {
  font-family: "Ubuntu";
  font-weight: 500;
  text-transform: uppercase;
}

#_nav_menu-115-145 .oxy-nav-menu-list {
  flex-direction: row;
}

#_nav_menu-115-145 .menu-item a {
  padding-top: 8px;
  padding-left: 14px;
  padding-right: 14px;
  padding-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: 0.2s;
  color: #ffefff;
}

#_nav_menu-115-145.oxy-nav-menu:not(.oxy-nav-menu-open) .sub-menu .menu-item a {
  border: 0;
  padding-top: 8px;
  padding-bottom: 8px;
}

#_nav_menu-115-145 .menu-item:hover a {
  color: #ffffff;
}

#_nav_menu-115-145.oxy-nav-menu:not(.oxy-nav-menu-open) .sub-menu .menu-item a:hover {
  border: 0;
  padding-top: 8px;
  padding-bottom: 8px;
}

@media (max-width: 991px) {
  #_nav_menu-115-145 {
    margin-top: 20px;
  }
  #_nav_menu-115-145.oxy-nav-menu:not(.oxy-nav-menu-open) .sub-menu .menu-item a {
    border: 0;
  }
}
@media (max-width: 767px) {
  #_nav_menu-115-145 {
    margin-top: 30px;
    margin-right: 20px;
  }
  #_nav_menu-115-145.oxy-nav-menu:not(.oxy-nav-menu-open) .sub-menu .menu-item a {
    border: 0;
  }
}
#_header-108-145 .oxy-header-container {
  max-width: 75%;
}

@media (max-width: 991px) {
  #_header-108-145 .oxy-header-container {
    flex-direction: column;
  }
  #_header-108-145 .oxy-header-container > div {
    justify-content: center;
  }
}
#_header-108-145 {
  display: flex;
  width: 100%;
  border-bottom-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
}

@media (max-width: 1120px) {
  #_header_row-109-145 .oxy-header-container {
    flex-direction: column;
  }
  #_header_row-109-145 .oxy-header-container > div {
    justify-content: center;
  }
}
#_header_row-109-145.oxy-header-row .oxy-header-container {
  max-width: 100%;
}

.oxy-header.oxy-sticky-header-active > #_header_row-109-145.oxygen-show-in-sticky-only {
  display: block;
}

#_header_row-109-145 {
  margin-top: 25px;
  margin-bottom: 25px;
}

#_tabs-120-145 {
  margin-bottom: 36px;
}

@media (max-width: 767px) {
  #_tabs-120-145 {
    flex-direction: column;
    display: flex;
  }
}
.oxy_shape_divider {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  pointer-events: none;
}

.oxy_shape_divider > svg {
  min-width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  transform-origin: bottom center;
}

.oxy_shape_divider_top {
  top: -1px;
  bottom: initial;
}

.oxy_shape_divider_flipped {
  transform: scaleX(-1);
}

#-shape-divider-299-145 .oxy_shape_divider {
  color: #d06889;
}

#-shape-divider-299-145 .oxy_shape_divider svg {
  height: 60px;
}

#section-210-89 > .ct-section-inner-wrap {
  max-width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

#section-210-89 {
  background-color: rgba(38, 15, 15, 0.35);
  border-top-color: #ffffff;
  border-right-color: #ffffff;
  border-bottom-color: rgba(255, 255, 255, 0.23);
  border-left-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  z-index: 1;
}

@media (max-width: 479px) {
  #section-210-89 > .ct-section-inner-wrap {
    display: flex;
  }
}
#text_block-91-89 {
  font-family: "Ubuntu";
  font-weight: 500;
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
}

#fancy_icon-300-89 {
  color: rgba(255, 255, 255, 0.72);
}

#fancy_icon-300-89 > svg {
  width: 16px;
  height: 16px;
}

#fancy_icon-300-89 {
  margin-top: 3px;
  margin-right: 7px;
}

@media (max-width: 479px) {
  #fancy_icon-300-89 {
    display: none;
  }
}
#section-1051-89 > .ct-section-inner-wrap {
  max-width: 80%;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}

#section-1051-89 {
  background-size: contain;
}

#div_block-1186-89 {
  justify-content: center;
  text-align: left;
  align-items: center;
  width: 20%;
}

@media (max-width: 479px) {
  #div_block-1186-89 {
    flex-direction: column;
    display: flex;
    align-items: center;
  }
}
#headline-1171-89 {
  margin-bottom: 45px;
  margin-left: 20px;
  margin-right: 20px;
  font-family: "Ubuntu";
  font-size: 60px;
  color: #520840;
  font-weight: 600;
  margin-top: 0px;
}

#genesis-collection > .ct-section-inner-wrap {
  padding-top: 75px;
  padding-right: 20px;
  padding-bottom: 75px;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#genesis-collection {
  position: relative;
  overflow: hidden;
  text-align: center;
}

#roadmap > .ct-section-inner-wrap {
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#roadmap {
  text-align: center;
  border-top-color: rgba(153, 116, 116, 0.41);
  border-top-width: 1px;
  background-color: #ffffff;
}

#section-855-89 > .ct-section-inner-wrap {
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#section-855-89 {
  border-top-color: #c95277;
  border-right-color: #c95277;
  border-bottom-color: #c95277;
  border-left-color: #c95277;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  background-position: 50% 0;
}
@media (min-width: 769px) {
  #section-855-89 {
    background-image: url("/assets/images/back.png");
    background-size: 300px auto;
    text-align: center;
    background-repeat: no-repeat;
  }
}

#section-1074-89 > .ct-section-inner-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#section-1074-89 {
  background-image: linear-gradient(#d06889, #d06889);
  text-align: center;
  border-top-color: #c95277;
  border-top-width: 1px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  background-color: #d06889;
}

#section-1164-89 > .ct-section-inner-wrap {
  padding-top: 30px;
  padding-bottom: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#section-1164-89 {
  background-color: #630e4b;
}

@media (max-width: 991px) {
  #section-855-89 {
    background-position: 52.5% 0;
  }
}
@media (max-width: 767px) {
  #section-369-89 > .ct-section-inner-wrap {
    padding-top: 60px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  #section-529-89 > .ct-section-inner-wrap {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  #section-855-89 > .ct-section-inner-wrap {
    padding-top: 40px;
    padding-bottom: 45px;
    display: flex;
    align-items: center;
  }
  #section-855-89 {
    text-align: right;
  }
}
@media (max-width: 767px) {
  #section-1074-89 > .ct-section-inner-wrap {
    padding-bottom: 20px;
  }
}
@media (max-width: 479px) {
  #section-1051-89 > .ct-section-inner-wrap {
    padding-bottom: 45px;
  }
}
@media (max-width: 479px) {
  #div_block-1059-89 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
}
@media (max-width: 479px) {
  #section-529-89 > .ct-section-inner-wrap {
    padding-top: 45px;
  }
}
@media (max-width: 479px) {
  #section-855-89 > .ct-section-inner-wrap {
    padding-bottom: 45px;
  }
}
#div_block-1048-89 {
  padding-bottom: 0px;
  background-color: #d06889;
}

#div_block-1053-89 {
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  text-align: left;
  width: 45%;
  padding-left: 0px;
  justify-content: center;
}

#div_block-1059-89 {
  margin-top: 25px;
  margin-bottom: 25px;
  width: 55%;
  text-align: left;
  align-items: center;
  justify-content: center;
}

#div_block-372-89 {
  width: 50%;
}

#div_block-378-89 {
  width: 50%;
}

#div_block-385-89 {
  width: 50%;
}

#div_block-391-89 {
  width: 50%;
}

#div_block-867-89 {
  width: 30%;
  flex-direction: column;
  display: flex;
  align-items: center;
  text-align: center;
  max-width: 30%;
}

#div_block-1003-89 {
  width: 20%;
  display: flex;
  text-align: left;
}

#div_block-1004-89 {
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  background-color: #c95277;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 3px;
}

#div_block-873-89 {
  width: 50%;
}

#div_block-969-89 {
  width: 36.67%;
  flex-direction: column;
  display: flex;
  max-width: 30%;
  align-items: center;
  text-align: center;
  padding-top: 0px;
}

#div_block-997-89 {
  width: 26.67%;
  display: flex;
  text-align: left;
}

#div_block-998-89 {
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  display: flex;
  flex-direction: column;
  background-color: #c95277;
  justify-content: center;
  align-items: center;
  margin-left: 3px;
}

#div_block-975-89 {
  width: 56.67%;
}

#div_block-942-89 {
  width: 36.67%;
  flex-direction: column;
  display: flex;
  align-items: center;
  text-align: center;
  max-width: 30%;
  padding-bottom: 0px;
}

#div_block-991-89 {
  width: 26.67%;
  display: flex;
  text-align: left;
}

#div_block-992-89 {
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  background-color: #c95277;
  text-align: left;
  align-items: center;
  justify-content: center;
  margin-left: 3px;
}

#div_block-948-89 {
  width: 56.67%;
  display: flex;
}

#div_block-956-89 {
  width: 36.67%;
  flex-direction: column;
  display: flex;
  align-items: center;
  text-align: center;
  max-width: 30%;
  padding-top: 0px;
}

#div_block-985-89 {
  width: 26.67%;
  display: flex;
  text-align: left;
}

#div_block-987-89 {
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  background-color: #c95277;
  text-align: left;
  align-items: center;
  justify-content: center;
  width: 40px;
  margin-left: 3px;
}

#div_block-962-89 {
  width: 56.67%;
}

#div_block-894-89 {
  width: 36.67%;
  flex-direction: column;
  display: flex;
  align-items: center;
  padding-top: 0px;
}

#div_block-897-89 {
  width: 26.67%;
  display: flex;
  text-align: left;
}

#div_block-899-89 {
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  background-color: #c95277;
  text-align: left;
  align-items: center;
  justify-content: center;
  width: 40px;
  margin-left: 3px;
}

#div_block-900-89 {
  width: 56.67%;
}

#div_block-1078-89 {
  width: 33.33%;
  text-align: left;
  align-items: center;
  justify-content: center;
}

#div_block-1079-89 {
  max-width: 100%;
  max-height: 100%;
}

#div_block-1083-89 {
  width: 33.33%;
}

#div_block-1088-89 {
  width: 33.34%;
}

#div_block-1139-89 {
  width: 33.33%;
}

#div_block-1144-89 {
  width: 33.33%;
}

#div_block-1149-89 {
  width: 33.34%;
}

@media (max-width: 991px) {
  #div_block-1053-89 {
    margin-top: 25px;
  }
}
@media (max-width: 991px) {
  #div_block-1004-89 {
    margin-left: 18px;
  }
}
@media (max-width: 991px) {
  #div_block-998-89 {
    margin-left: 18px;
  }
}
@media (max-width: 991px) {
  #div_block-992-89 {
    margin-left: 18px;
  }
}
@media (max-width: 991px) {
  #div_block-987-89 {
    margin-left: 18px;
  }
}
@media (max-width: 991px) {
  #div_block-899-89 {
    margin-left: 18px;
  }
}
@media (max-width: 767px) {
  #div_block-1053-89 {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  #div_block-867-89 {
    padding-bottom: 0px;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  #div_block-1003-89 {
    padding-top: 0px;
    flex-direction: column;
    display: flex;
    align-items: center;
    width: 0px;
    margin-top: 5rem;
  }
}
@media (max-width: 767px) {
  #div_block-1004-89 {
    display: none;
  }
}
@media (max-width: 767px) {
  #div_block-873-89 {
    max-width: 100%;
    width: 0px;
  }
}
@media (max-width: 767px) {
  #div_block-969-89 {
    padding-bottom: 0px;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  #div_block-997-89 {
    padding-top: 0px;
    flex-direction: column;
    display: flex;
    align-items: center;
    margin-top: 5rem;
  }
}
@media (max-width: 767px) {
  #div_block-998-89 {
    display: none;
  }
}
@media (max-width: 767px) {
  #div_block-975-89 {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  #div_block-942-89 {
    padding-bottom: 0px;
    display: flex;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  #div_block-991-89 {
    padding-top: 0px;
    flex-direction: column;
    display: flex;
    align-items: center;
    margin-top: 5rem;
  }
}
@media (max-width: 767px) {
  #div_block-948-89 {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  #div_block-956-89 {
    padding-bottom: 0px;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  #div_block-985-89 {
    padding-top: 0px;
    flex-direction: column;
    display: flex;
    align-items: center;
    text-align: center;
    margin-top: 5rem;
  }
}
@media (max-width: 767px) {
  #div_block-962-89 {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  #div_block-894-89 {
    padding-bottom: 0px;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  #div_block-897-89 {
    padding-top: 0px;
    flex-direction: column;
    display: flex;
    align-items: center;
    margin-top: 5rem;
  }
}
@media (max-width: 767px) {
  #div_block-900-89 {
    max-width: 100%;
  }
}
@media (max-width: 479px) {
  #div_block-1053-89 {
    margin-top: 25px;
  }
}
@media (max-width: 479px) {
  #div_block-867-89 {
    max-width: 100%;
  }
}
@media (max-width: 479px) {
  #div_block-1003-89 {
    max-width: 100%;
    flex-direction: column;
    display: flex;
    align-items: center;
    margin-top: 5rem;
    width: 16.67px;
  }
}
@media (max-width: 479px) {
  #div_block-1004-89 {
    display: none;
  }
}
@media (max-width: 479px) {
  #div_block-873-89 {
    width: 36px;
    max-width: 100%;
  }
}
@media (max-width: 479px) {
  #div_block-969-89 {
    max-width: 100%;
    width: 25px;
  }
}
@media (max-width: 479px) {
  #div_block-997-89 {
    max-width: 100%;
    flex-direction: column;
    display: flex;
    align-items: center;
    margin-top: 5rem;
    width: 16.67px;
  }
}
@media (max-width: 479px) {
  #div_block-998-89 {
    display: none;
  }
}
@media (max-width: 479px) {
  #div_block-975-89 {
    max-width: 100%;
    width: 36.66px;
  }
}
@media (max-width: 479px) {
  #div_block-942-89 {
    max-width: 100%;
    width: 25px;
  }
}
@media (max-width: 479px) {
  #div_block-991-89 {
    max-width: 100%;
    flex-direction: column;
    display: flex;
    align-items: center;
    margin-top: 5rem;
    width: 16.67px;
  }
}
@media (max-width: 479px) {
  #div_block-948-89 {
    max-width: 100%;
    width: 36.66px;
  }
}
@media (max-width: 479px) {
  #div_block-956-89 {
    max-width: 100%;
    width: 25px;
  }
}
@media (max-width: 479px) {
  #div_block-985-89 {
    max-width: 100%;
    flex-direction: column;
    display: flex;
    align-items: center;
    margin-top: 5rem;
    width: 16.67px;
  }
}
@media (max-width: 479px) {
  #div_block-962-89 {
    max-width: 100%;
    width: 36.66px;
  }
}
@media (max-width: 479px) {
  #div_block-894-89 {
    max-width: 100%;
    display: flex;
    width: 25px;
  }
}
@media (max-width: 479px) {
  #div_block-897-89 {
    max-width: 100%;
    flex-direction: column;
    display: flex;
    align-items: center;
    margin-top: 5rem;
    width: 16.67px;
  }
}
@media (max-width: 479px) {
  #div_block-900-89 {
    max-width: 100%;
    width: 36.66px;
  }
}
@media (max-width: 991px) {
  #new_columns-1052-89 > .ct-div-block {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  #new_columns-371-89 > .ct-div-block {
    width: 100% !important;
  }
  #new_columns-371-89 {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  #new_columns-384-89 > .ct-div-block {
    width: 100% !important;
  }
  #new_columns-384-89 {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  #new_columns-866-89 > .ct-div-block {
    width: 100% !important;
  }
  #new_columns-866-89 {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  #new_columns-968-89 > .ct-div-block {
    width: 100% !important;
  }
  #new_columns-968-89 {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  #new_columns-941-89 > .ct-div-block {
    width: 100% !important;
  }
  #new_columns-941-89 {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  #new_columns-955-89 > .ct-div-block {
    width: 100% !important;
  }
  #new_columns-955-89 {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  #new_columns-893-89 > .ct-div-block {
    width: 100% !important;
  }
  #new_columns-893-89 {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  #new_columns-1077-89 > .ct-div-block {
    width: 100% !important;
  }
}
@media (max-width: 991px) {
  #new_columns-1138-89 > .ct-div-block {
    width: 100% !important;
  }
}
#new_columns-1138-89 {
  margin-bottom: 45px;
}

@media (max-width: 767px) {
  #new_columns-866-89 {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 767px) {
  #new_columns-968-89 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 767px) {
  #new_columns-941-89 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 767px) {
  #new_columns-955-89 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 767px) {
  #new_columns-893-89 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 479px) {
  #new_columns-866-89 {
    width: 100%;
    margin-left: 20px;
  }
}
#headline-1054-89 {
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  text-align: left;
  font-family: "Ubuntu";
  font-weight: 600;
  font-size: 51px;
  color: #ffffff;
}

#headline-370-89 {
  margin-bottom: 48px;
  color: #560444;
  font-family: "Ubuntu";
  font-weight: 600;
  padding-top: 20px;
  font-size: 50px;
}

#headline-856-89 {
  padding-top: 75px;
  margin-bottom: 45px;
  margin-left: 20px;
  margin-right: 20px;
  font-family: "Ubuntu";
  font-size: 50px;
  color: #520840;
  font-weight: 600;
  margin-top: 0px;
}

#headline-999-89 {
  margin-bottom: 45px;
  margin-left: 20px;
  margin-right: 20px;
  font-family: "Ubuntu";
  font-size: 50px;
  color: #520840;
  font-weight: 600;
  margin-top: 0px;
}

#headline-1075-89 {
  margin-bottom: 12px;
  color: #ffffff;
  font-size: 50px;
}

@media (max-width: 479px) {
  #headline-1075-89 {
    font-size: 40px;
  }
}
@media (max-width: 479px) {
  #headline-370-89 {
    font-size: 40px;
  }
}
@media (max-width: 479px) {
  #headline-856-89 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  #headline-856-89 {
    margin-bottom: 48px;
  }
}
@media (max-width: 479px) {
  #headline-999-89 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  #headline-999-89 {
    margin-bottom: 48px;
  }
}
@media (max-width: 479px) {
  #headline-1054-89 {
    font-size: 36px;
  }
}
#text_block-1094-89 {
  color: rgba(255, 255, 255, 0.89);
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 8px;
  padding-left: 8px;
  margin-left: 20px;
  margin-bottom: 10px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 600;
  background-color: rgba(86, 4, 68, 0.85);
}

#text_block-1055-89 {
  font-size: 17px;
  font-weight: 500;
  font-family: "Ubuntu";
  line-height: 1.6;
  text-align: left;
  max-width: 480px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 0px;
  color: #ffffff;
}

#text_block-976-89 {
  color: #bf85b1;
  font-size: 17px;
  font-family: "Ubuntu";
  text-align: left;
  margin-left: 20px;
}

#text_block-949-89 {
  color: #bf85b1;
  font-size: 17px;
  text-align: left;
  margin-left: 20px;
}

#text_block-963-89 {
  color: #bf85b1;
  font-family: "Ubuntu";
  text-align: left;
  font-size: 17px;
  margin-left: 20px;
}

#text_block-901-89 {
  color: #bf85b1;
  font-size: 17px;
  margin-left: 20px;
}

#text_block-1076-89 {
  max-width: 750px;
  margin-bottom: 36px;
  color: #ffffff;
  font-size: 17px;
  text-align: justify;
  font-weight: 500;
}

#text_block-1169-89 {
  color: #ffffff;
  font-weight: 400;
  font-size: 12px;
  width: 500px;
  text-align: center;
  margin-bottom: 6px;
}

@media (max-width: 991px) {
  #text_block-976-89 {
    margin-left: 15px;
  }
}
@media (max-width: 991px) {
  #text_block-949-89 {
    margin-left: 15px;
  }
}
@media (max-width: 991px) {
  #text_block-963-89 {
    margin-left: 15px;
  }
}
@media (max-width: 991px) {
  #text_block-901-89 {
    margin-left: 15px;
  }
}
@media (max-width: 991px) {
  #text_block-1076-89 {
    text-align: justify;
  }
}
@media (max-width: 767px) {
  #text_block-1076-89 {
    text-align: center;
    width: 350px;
  }
}
@media (max-width: 767px) {
  #text_block-1169-89 {
    max-width: 100%;
  }
}
@media (max-width: 479px) {
  #text_block-1055-89 {
    font-size: 16px;
  }
}
@media (max-width: 479px) {
  #text_block-1076-89 {
    text-align: center;
    width: 300px;
  }
}
@media (max-width: 479px) {
  #text_block-1169-89 {
    max-width: 100%;
  }
}
#link-1165-89 {
  transition-duration: 0.2s;
  transition-timing-function: ease;
  transition-property: all;
  margin-bottom: 12px;
}

#link-1165-89:hover {
  opacity: 1;
}

#link_button-1058-89 {
  background-color: #560444;
  border: 1px solid #560444;
  padding: 14px 22.4px;
}

#link_button-1058-89 {
  background-color: rgba(86, 4, 68, 0.89);
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 2px;
  font-weight: 900;
  border-radius: 1010px;
  color: #eddeed;
  margin-left: 20px;
  margin-top: 20px;
}

#link_button-1058-89:hover {
  background-color: rgba(86, 4, 68, 0.89);
  border: 1px solid rgba(86, 4, 68, 0.89);
  padding: 14px 22.4px;
}

#link_button-1058-89:hover {
  transition-duration: 0.2s;
  transform: scale(1.1);
}

@media (max-width: 479px) {
  #link_button-1058-89 {
    padding: 14px 22.4px;
  }
  #link_button-1058-89 {
    margin-left: 20px;
    background-color: #560444;
    border-radius: 40px;
    font-family: "Ubuntu";
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 900;
    line-height: 1.2;
    color: #eddeed;
    margin-top: 20px;
  }
}
#image-1060-89 {
  max-width: 110%;
  padding-bottom: 0px;
}

#image-1115-89 {
  height: 281px;
}

#image-1111-89 {
  height: 281px;
}

#image-1107-89 {
  height: 281px;
  width: 100%;
}

#image-939-89 {
  width: 156px;
}

#image-973-89 {
  width: 156px;
}

#image-880-89 {
  width: 156px;
}

#image-960-89 {
  width: 156px;
}

#image-898-89 {
  width: 156px;
}

#image-1085-89 {
  width: 250px;
}

#image-1090-89 {
  width: 250px;
}

#image-1146-89 {
  width: 250px;
}

#image-1151-89 {
  width: 250px;
}

@media (max-width: 1120px) {
  #image-1115-89 {
    width: 100%;
    height: 45%;
  }
}
@media (max-width: 1120px) {
  #image-1111-89 {
    width: 100%;
    height: 45%;
  }
}
@media (max-width: 1120px) {
  #image-1107-89 {
    width: 100%;
    height: 57%;
  }
}
@media (max-width: 991px) {
  #image-1115-89 {
    width: 100%;
    height: 38%;
  }
}
@media (max-width: 991px) {
  #image-1111-89 {
    height: 100%;
    width: 100%;
  }
}
@media (max-width: 991px) {
  #image-1107-89 {
    width: 100%;
    height: 45%;
  }
}
@media (max-width: 767px) {
  #image-1115-89 {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 767px) {
  #image-1111-89 {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 767px) {
  #image-1107-89 {
    height: 100%;
    width: 100%;
  }
}
@media (max-width: 479px) {
  #image-1115-89 {
    height: 100%;
    width: 100%;
  }
}
@media (max-width: 479px) {
  #image-1111-89 {
    height: 100%;
    width: 100%;
  }
}
@media (max-width: 479px) {
  #image-1107-89 {
    width: 100%;
    height: 100%;
  }
}
#fancy_icon-1120-89 {
  color: #ffffff;
}

#fancy_icon-1120-89 > svg {
  width: 22px;
  height: 22px;
}

#code_block-1168-89 {
  margin-top: 10px;
}

#_nav_menu-1167-89 .oxy-nav-menu-hamburger-line {
  background-color: #ffffff;
}

@media (max-width: 767px) {
  #_nav_menu-1167-89 .oxy-nav-menu-list {
    display: none;
  }
  #_nav_menu-1167-89 .oxy-menu-toggle {
    display: initial;
  }
  #_nav_menu-1167-89.oxy-nav-menu.oxy-nav-menu-open .oxy-nav-menu-list {
    display: initial;
  }
}
#_nav_menu-1167-89.oxy-nav-menu.oxy-nav-menu-open {
  background-color: #5e064b;
  margin-top: 0 !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  margin-bottom: 0 !important;
}

#_nav_menu-1167-89.oxy-nav-menu.oxy-nav-menu-open .menu-item a {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 18px;
  padding-right: 18px;
}

#_nav_menu-1167-89 .oxy-nav-menu-hamburger-wrap {
  width: 24px;
  height: 24px;
}

#_nav_menu-1167-89 .oxy-nav-menu-hamburger {
  width: 24px;
  height: 19px;
}

#_nav_menu-1167-89 .oxy-nav-menu-hamburger-line {
  height: 3px;
  background-color: #869dab;
}

#_nav_menu-1167-89.oxy-nav-menu-open .oxy-nav-menu-hamburger .oxy-nav-menu-hamburger-line:first-child {
  top: 8px;
}

#_nav_menu-1167-89.oxy-nav-menu-open .oxy-nav-menu-hamburger .oxy-nav-menu-hamburger-line:last-child {
  top: -8px;
}

#_nav_menu-1167-89 {
  font-family: "Ubuntu";
  margin-bottom: 6px;
}

#_nav_menu-1167-89 .oxy-nav-menu-list {
  flex-direction: row;
}

#_nav_menu-1167-89 .menu-item a {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-left: 18px;
  padding-right: 18px;
}

#_nav_menu-1167-89.oxy-nav-menu:not(.oxy-nav-menu-open) .sub-menu .menu-item a {
  border: 0;
  padding-top: 8px;
  padding-bottom: 8px;
}

@media (max-width: 767px) {
  #_nav_menu-1167-89 {
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 24px;
  }
  #_nav_menu-1167-89.oxy-nav-menu:not(.oxy-nav-menu-open) .sub-menu .menu-item a {
    border: 0;
  }
}
.oxy_shape_divider {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  pointer-events: none;
}

.oxy_shape_divider > svg {
  min-width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  transform-origin: bottom center;
}

.oxy_shape_divider_top {
  top: -1px;
  bottom: initial;
}

.oxy_shape_divider_flipped {
  transform: scaleX(-1);
}

#-shape-divider-1132-89 .oxy_shape_divider {
  color: #d06889;
}

#-shape-divider-1132-89 .oxy_shape_divider svg {
  height: 60px;
}

/*This file was exported by "Export WP Page to Static HTML" plugin which created by ReCorp (https://myrecorp.com) */
#section-471-145 > .ct-section-inner-wrap {
  padding-top: 30px;
  padding-bottom: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#section-471-145 {
  background-color: rgba(86, 4, 68, 0.89);
}

#text_block-6-180 {
  color: #ffffff;
  font-size: 12px;
  width: 500px;
  text-align: center;
  margin-bottom: 6px;
}

@media (max-width: 767px) {
  #text_block-6-180 {
    max-width: 400px;
  }
}
@media (max-width: 479px) {
  #text_block-6-180 {
    max-width: 300px;
  }
}
#link-472-145 {
  transition-duration: 0.2s;
  transition-timing-function: ease;
  transition-property: all;
  margin-bottom: 12px;
}

#link-472-145:hover {
  opacity: 1;
}

#code_block-263-145 {
  margin-top: 10px;
}

#_nav_menu-474-145 .oxy-nav-menu-hamburger-line {
  background-color: #ffffff;
}

@media (max-width: 767px) {
  #_nav_menu-474-145 .oxy-nav-menu-list {
    display: none;
  }
  #_nav_menu-474-145 .oxy-menu-toggle {
    display: initial;
  }
  #_nav_menu-474-145.oxy-nav-menu.oxy-nav-menu-open .oxy-nav-menu-list {
    display: initial;
  }
}
#_nav_menu-474-145.oxy-nav-menu.oxy-nav-menu-open {
  background-color: #d06889;
  margin-top: 0 !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  margin-bottom: 0 !important;
}

#_nav_menu-474-145.oxy-nav-menu.oxy-nav-menu-open .menu-item a {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 18px;
  padding-right: 18px;
}

#_nav_menu-474-145 .oxy-nav-menu-hamburger-wrap {
  width: 24px;
  height: 24px;
}

#_nav_menu-474-145 .oxy-nav-menu-hamburger {
  width: 24px;
  height: 19px;
}

#_nav_menu-474-145 .oxy-nav-menu-hamburger-line {
  height: 3px;
}

#_nav_menu-474-145.oxy-nav-menu-open .oxy-nav-menu-hamburger .oxy-nav-menu-hamburger-line:first-child {
  top: 8px;
}

#_nav_menu-474-145.oxy-nav-menu-open .oxy-nav-menu-hamburger .oxy-nav-menu-hamburger-line:last-child {
  top: -8px;
}

#_nav_menu-474-145 {
  font-family: "Ubuntu";
  margin-bottom: 6px;
}

#_nav_menu-474-145 .oxy-nav-menu-list {
  flex-direction: row;
}

#_nav_menu-474-145 .menu-item a {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-left: 18px;
  padding-right: 18px;
}

#_nav_menu-474-145.oxy-nav-menu:not(.oxy-nav-menu-open) .sub-menu .menu-item a {
  border: 0;
  padding-top: 8px;
  padding-bottom: 8px;
}

@media (max-width: 767px) {
  #_nav_menu-474-145 {
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 24px;
  }
  #_nav_menu-474-145.oxy-nav-menu:not(.oxy-nav-menu-open) .sub-menu .menu-item a {
    border: 0;
  }
}
/*This file was exported by "Export WP Page to Static HTML" plugin which created by ReCorp (https://myrecorp.com) */
#section-4-183 > .ct-section-inner-wrap {
  max-width: 80%;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}

#section-4-183 {
  background-size: contain;
}

#section-29-183 > .ct-section-inner-wrap {
  align-items: center;
}

#section-29-183 {
  background-color: #ffffff;
  text-align: center;
}

#section-46-183 > .ct-section-inner-wrap {
  padding-top: 30px;
  padding-bottom: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#section-46-183 {
  background-color: rgba(86, 4, 68, 0.89);
}

@media (max-width: 479px) {
  #section-4-183 > .ct-section-inner-wrap {
    padding-bottom: 45px;
  }
}
#div_block-1-183 {
  background-image: linear-gradient(45deg, #d06889, #d06889);
  padding-bottom: 0px;
}

#div_block-6-183 {
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  text-align: left;
  width: 45%;
  padding-left: 0px;
  justify-content: center;
}

#div_block-98-183 {
  background-image: linear-gradient(96deg, #560444, rgba(63, 10, 53, 0.93));
  position: fixed;
  left: 20px;
  display: flex;
  border-radius: 20px;
  padding-top: 30px;
  padding-left: 7px;
  padding-right: 7px;
  padding-bottom: 30px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  flex-direction: row;
  text-align: left;
  z-index: 1;
  margin-bottom: 45px;
}

#div_block-99-183 {
  width: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

#div_block-12-183 {
  width: 55%;
  text-align: right;
  align-items: center;
  justify-content: center;
  margin-top: 35px;
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  #div_block-98-183 {
    display: none;
  }
}
@media (max-width: 479px) {
  #div_block-98-183 {
    display: none;
  }
}
@media (max-width: 991px) {
  #new_columns-5-183 > .ct-div-block {
    width: 100% !important;
  }
}
#headline-7-183 {
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  text-align: left;
  font-family: "Ubuntu";
  font-weight: 600;
  font-size: 51px;
  color: #ffffff;
}

#headline-52-183 {
  color: #560444;
  font-size: 48px;
  margin-bottom: 15px;
}

#headline-55-183 {
  color: #560444;
  font-size: 48px;
  margin-bottom: 15px;
}

@media (max-width: 479px) {
  #headline-7-183 {
    font-size: 40px;
  }
}
#text_block-56-183 {
  margin-left: 20px;
  margin-bottom: 20px;
  color: #ffffff;
  font-weight: 500;
}

#text_block-8-183 {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-family: "Ubuntu";
  line-height: 1.6;
  text-align: left;
  max-width: 480px;
  margin-bottom: 0px;
  color: #2e272b;
  font-weight: bolder;
  border: 1px solid #4b0e3d;
  padding-top: 10px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 10px;
  border-radius: 10px;
}

.mint-wrapper {
  margin-top: 24px;
  margin-left: 20px;
}

.connect-wallet {
  margin-top: 32px;
}

.mint-controls {
  display: flex;
  align-items: center;
  margin-top: 32px;
  margin-bottom: 16px;
}

.mint-amount {
  color: #fff;
  font-size: 44px;
  font-weight: bolder;
  margin: 0 24px;
}

.mint-amount-text {
  color: #4e0d3e;
  font-size: 32px;
}

.mint-btn {
  margin-left: 3rem;
}

.mint-price {
  color: #fff;
  margin-top: 20px;
  font-size: 18px;
}

.mint-status {
  font-size: 14px;
  color: #fff;
  margin-left: 20px;
  padding: 0.25rem 0.75rem;
  background-color: rgba(255, 255, 255, 0.08);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}

.mint-status-waiting {
  color: #2e272b;
  margin-top: 32px;
  line-height: 1.6;
}
.mint-status-waiting > h5 {
  font-size: 20px;
}

#text_block-50-183 {
  color: #ffffff;
  font-size: 12px;
  width: 500px;
  text-align: center;
  margin-bottom: 6px;
}

@media (max-width: 767px) {
  #text_block-50-183 {
    max-width: 400px;
  }
}
@media (max-width: 479px) {
  #text_block-8-183 {
    font-size: 16px;
  }
}
@media (max-width: 479px) {
  #text_block-50-183 {
    max-width: 300px;
  }
}
#link-14-183 {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1;
}

#link-100-183 {
  margin-bottom: 13px;
}

#link-102-183 {
  margin-bottom: 4px;
}

#link-104-183 {
  margin-bottom: 13px;
}

#link-106-183 {
  margin-bottom: 13px;
}

#link-47-183 {
  transition-duration: 0.2s;
  transition-timing-function: ease;
  transition-property: all;
  margin-bottom: 12px;
}

#link-47-183:hover {
  opacity: 1;
}

#image-13-183 {
  max-width: 150%;
  padding-bottom: 0;
  border-top-color: #ffffff;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-left-color: #ffffff;
  border-top-width: 5px;
  border-right-width: 5px;
  border-bottom-width: 5px;
  border-left-width: 5px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  width: 75%;
}

#fancy_icon-16-183 {
  color: #ffffff;
}

#fancy_icon-16-183 {
  background-color: #560444;
}

#fancy_icon-101-183 {
  color: #ffffff;
}

#fancy_icon-101-183 > svg {
  width: 27px;
  height: 27px;
}

#fancy_icon-105-183 {
  color: #ffffff;
}

#fancy_icon-105-183 > svg {
  width: 27px;
  height: 27px;
}

#fancy_icon-107-183 {
  color: #ffffff;
}

#fancy_icon-107-183 > svg {
  width: 26px;
  height: 26px;
}

#fancy_icon-109-183 {
  color: #ffffff;
}

#fancy_icon-109-183 > svg {
  width: 25px;
  height: 25px;
}

#code_block-103-183 {
  margin-top: 0;
  padding-top: 0;
}

#code_block-51-183 {
  margin-top: 10px;
}

#_nav_menu-49-183 .oxy-nav-menu-hamburger-line {
  background-color: #ffffff;
}

@media (max-width: 767px) {
  #_nav_menu-49-183 .oxy-nav-menu-list {
    display: none;
  }
  #_nav_menu-49-183 .oxy-menu-toggle {
    display: initial;
  }
  #_nav_menu-49-183.oxy-nav-menu.oxy-nav-menu-open .oxy-nav-menu-list {
    display: initial;
  }
}
#_nav_menu-49-183.oxy-nav-menu.oxy-nav-menu-open {
  background-color: #d06889;
  margin-top: 0 !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  margin-bottom: 0 !important;
}

#_nav_menu-49-183.oxy-nav-menu.oxy-nav-menu-open .menu-item a {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 18px;
  padding-right: 18px;
}

#_nav_menu-49-183 .oxy-nav-menu-hamburger-wrap {
  width: 24px;
  height: 24px;
}

#_nav_menu-49-183 .oxy-nav-menu-hamburger {
  width: 24px;
  height: 19px;
}

#_nav_menu-49-183 .oxy-nav-menu-hamburger-line {
  height: 3px;
}

#_nav_menu-49-183.oxy-nav-menu-open .oxy-nav-menu-hamburger .oxy-nav-menu-hamburger-line:first-child {
  top: 8px;
}

#_nav_menu-49-183.oxy-nav-menu-open .oxy-nav-menu-hamburger .oxy-nav-menu-hamburger-line:last-child {
  top: -8px;
}

#_nav_menu-49-183 {
  font-family: "Ubuntu";
  margin-bottom: 6px;
}

#_nav_menu-49-183 .oxy-nav-menu-list {
  flex-direction: row;
}

#_nav_menu-49-183 .menu-item a {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-left: 18px;
  padding-right: 18px;
}

#_nav_menu-49-183.oxy-nav-menu:not(.oxy-nav-menu-open) .sub-menu .menu-item a {
  border: 0;
  padding-top: 8px;
  padding-bottom: 8px;
}

@media (max-width: 767px) {
  #_nav_menu-49-183 {
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 24px;
  }
  #_nav_menu-49-183.oxy-nav-menu:not(.oxy-nav-menu-open) .sub-menu .menu-item a {
    border: 0;
  }
}
/*This file was exported by "Export WP Page to Static HTML" plugin which created by ReCorp (https://myrecorp.com) */