html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
}
::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  background-color: #151618;
}

::-webkit-scrollbar-thumb {
  background-color: #e6e8eb;
  border: 2px solid #000;
  box-shadow:
    inset 0 -4px #58585a,
    inset 0 -7px #f9fafa,
    inset 3px 3px #f9fafa,
    inset -3px 0 #f9fafa;
  min-height: 80px;
  max-height: 80px;
}
footer,
menu,
nav,
section {
  display: block;
}

[hidden] {
  display: none;
}

a {
  background-color: #0000;
}

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

b {
  font-weight: 700;
}

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

img {
  border: 0;
}

button,
select {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled] {
  cursor: default;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
}
body {
  color: #333;
  background-color: #1f1f1f;
  min-height: 100vh;
  margin: 0;

  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.page-wrapper {
  width: 100%;
  max-width: 1279px;
  margin: 0 auto;
  flex: 1;
}

.footer {
  background-color: #161616;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 100%;
}

img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
}

html.w-mod-touch * {
  background-attachment: scroll !important;
}

.w-block {
  display: block;
}

.inline-block {
  max-width: 100%;
  display: inline-block;
}

.w-button {
  color: #fff;
  line-height: inherit;
  cursor: pointer;
  background-color: #3898ec;
  border: 0;
  border-radius: 0;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

html[data-w-dynpage] [data-w-cloak] {
  color: #0000 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 10px;
  font-weight: 700;
}

h1 {
  margin-top: 20px;
  font-size: 38px;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  font-size: 32px;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  font-size: 12px;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

[type="button"],
[type="reset"],
button {
  cursor: pointer;
  -webkit-appearance: button;
  border: 0;
}

label {
  margin-bottom: 5px;
  font-weight: 700;
  display: block;
}

.w-select {
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 100%;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857;
  display: block;
}

.w-select::placeholder {
  color: #999;
}

.w-select:focus {
  border-color: #3898ec;
  outline: 0;
}

.w-select[disabled],
.w-select[readonly] {
  cursor: not-allowed;
}

.w-select[disabled]:not(.w-input-disabled),
.w-select[readonly] {
  background-color: #eee;
}

.w-select {
  background-color: #f3f3f3;
}

.w-select[multiple] {
  height: auto;
}

.w-container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.w-container:after,
.w-container:before {
  content: " ";
  grid-area: 1/1/2/2;
  display: table;
}

.w-container:after {
  clear: both;
}

@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
}

@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }
}

.w-slider {
  text-align: center;
  clear: both;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  background: #ddd;
  height: 300px;
  position: relative;
}

.w-slider-nav {
  z-index: 2;
  text-align: center;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  height: 40px;
  margin: auto;
  padding-top: 10px;
  position: absolute;
  inset: auto 0 0;
}

.w-slider-arrow-left,
.w-slider-arrow-right {
  cursor: pointer;
  color: #fff;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  -webkit-user-select: none;
  user-select: none;
  width: 80px;
  margin: auto;
  font-size: 40px;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.w-slider-arrow-left [class*=" w-icon-"],
.w-slider-arrow-left [class^="w-icon-"],
.w-slider-arrow-right [class*=" w-icon-"],
.w-slider-arrow-right [class^="w-icon-"] {
  position: absolute;
}

.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
  outline: 0;
}

.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}

.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}

.w-icon-slider-left,
.w-icon-slider-right {
  width: 1em;
  height: 1em;
  margin: auto;
  inset: 0;
}

.w-slider-aria-label {
  clip: rect(0 0 0 0);
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.w-dropdown {
  text-align: left;
  z-index: 900;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: relative;
}

.w-dropdown-link,
.w-dropdown-toggle {
  vertical-align: top;
  color: #222;
  text-align: left;
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  position: relative;
}

.w-dropdown-toggle {
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  padding-right: 40px;
  display: inline-block;
}

.w-dropdown-toggle:focus {
  outline: 0;
}

.w-icon-dropdown-toggle {
  width: 1em;
  height: 1em;
  margin: auto 20px auto auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.w-dropdown-list {
  background: #ddd;
  min-width: 100%;
  display: none;
  position: absolute;
}

.w-dropdown-list.w--open {
  display: block;
}

.w-dropdown-link {
  color: #222;
  padding: 10px 20px;
  display: block;
}

.w-dropdown-link:focus {
  outline: 0;
}

@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}

.w-nav {
  z-index: 1000;
  background: #ddd;
  position: relative;
}

.w-nav:after,
.w-nav:before {
  content: " ";
  grid-area: 1/1/2/2;
  display: table;
}

.w-nav:after {
  clear: both;
}

.w-nav-brand {
  float: left;
  color: #333;
  text-decoration: none;
  position: relative;
}

.w-nav-link {
  vertical-align: top;
  color: #222;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.w-nav-menu {
  float: right;
  position: relative;
}

[data-nav-menu-open] {
  text-align: center;
  background: #c8c8c8;
  min-width: 200px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: visible;
  display: block !important;
}

.w--nav-link-open {
  display: block;
  position: relative;
}

.w-nav-overlay {
  width: 100%;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-nav-overlay [data-nav-menu-open] {
  top: 0;
}

.w-nav[data-animation="over-left"] .w-nav-overlay {
  width: auto;
}

.w-nav[data-animation="over-left"] .w-nav-overlay,
.w-nav[data-animation="over-left"] [data-nav-menu-open] {
  z-index: 1;
  top: 0;
  right: auto;
}

.w-nav[data-animation="over-right"] .w-nav-overlay {
  width: auto;
}

.w-nav[data-animation="over-right"] .w-nav-overlay,
.w-nav[data-animation="over-right"] [data-nav-menu-open] {
  z-index: 1;
  top: 0;
  left: auto;
}

.w-nav-button {
  float: right;
  cursor: pointer;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  -webkit-user-select: none;
  user-select: none;
  padding: 18px;
  font-size: 24px;
  display: none;
  position: relative;
}

.w-nav-button:focus {
  outline: 0;
}

.w-nav-button.w--open {
  color: #fff;
  background-color: #c8c8c8;
}

.w-nav[data-collapse="all"] .w-nav-menu {
  display: none;
}

.w--nav-dropdown-open,
.w--nav-dropdown-toggle-open,
.w-nav[data-collapse="all"] .w-nav-button {
  display: block;
}

.w--nav-dropdown-list-open {
  position: static;
}

@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="medium"] .w-nav-button {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="small"] .w-nav-button {
    display: block;
  }

  .w-nav-brand {
    padding-left: 10px;
  }
}

@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="tiny"] .w-nav-button {
    display: block;
  }
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.wf-layout-layout {
  display: grid;
}

@font-face {
  font-family: Minecraft Five Bold;
  src: url(https://citicx.ca/work/backend/font/MCFIVE.otf) format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Minecraft Seven;
  src: url(https://citicx.ca/work/backend/font/MCSEVEN.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Minecraft Ten;
  src: url(https://citicx.ca/work/backend/font/MCTEN.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --citicxca--neutral--80: #636b75;
  --citicxca--neutral--100: #0e0f11;
  --citicxca--neutral--60: #aaafb6;
  --bgdark: #131218;
  --citicxca--color--heading-dark: #150438;
  --citicxca--800: #211f54;
  --citicxca--600: #6e7191;
  --citicxca--100: white;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.navbar-link-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navigation-links {
  color: #000;
  border-radius: 8px;
  margin-right: 10px;
  padding: 13px 10px 10px;
  font-family:
    Minecraft Seven,
    Arial,
    sans-serif;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.2s;
}

.navigation-links:hover {
  color: #0066ff;
  text-decoration: underline;
  border-radius: 0;
  transform: translate(0, -2px);
}

.navbar {
  z-index: 10;
  background-color: #151618;
  justify-content: space-around;
  align-items: center;
  padding-left: 20px;
  position: absolute;
  inset: 0 0 auto;
  box-shadow: 0 3px 15px 6px #00000078;
}

.navbar.subpage {
  background-color: #e6e8eb;
  border-bottom: 4px solid #b1b2b5;
}

.title {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    Minecraft Ten,
    Arial,
    sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.oreuiimage {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.oreuibuttoninner {
  border-top: 3px solid #000;
}

.oreuibuttoninner:active {
  border-bottom-style: none;
  border-bottom-width: 0;
}

.navigation-section {
  padding-bottom: 100px;
  padding-left: 60px;
  padding-right: 60px;
}

.oreuidiv {
  grid-column-gap: 0;
  grid-row-gap: 0;
  color: #313233;
  -webkit-text-stroke-width: 0;
  -webkit-text-stroke-color: transparent;
  background-color: #48494a;
  border: 3px solid #000;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  text-decoration: none;
  transition: all 0.1s;
  display: flex;
}

.oreuidiv:hover {
  background-color: #58585a;
  transform: translate(-2px, -2px);
}

.oreuidiv:active {
  transform: translate(8px, 8px);
}

.grid-title {
  grid-template-rows: auto;
  grid-template-columns: 1.1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  display: flex;
}

.grid-title.slider {
  margin-bottom: 20px;
}

.oreuigrid {
  grid-row-gap: 28px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.subtitle {
  color: #ffc800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family:
    Minecraft Five Bold,
    Arial,
    sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

.subtitle.subpage {
  color: #fff;
  margin-bottom: 0;
}

.oreuibuttontext {
  border-top: 2px solid #616161;
  width: 100%;
  padding: 10px 16px;
  text-decoration: none;
  display: flex;
}

.innershadoworeui {
  border-bottom: 4px solid #313233;
  height: 100%;
  transition: all 0.1s;
  box-shadow: 11px 11px 0 1px #00000057;
}

.innershadoworeui:active {
  border-bottom-style: none;
  padding-bottom: 0;
  transform: translate(0);
  box-shadow: 11px 11px 0 -20px #00000057;
}

.oreuiimages {
  width: 100%;
}

.oreuitextblock {
  color: #fff;
  text-align: left;
  -webkit-text-stroke-color: transparent;
  flex: 0 auto;
  font-family:
    Minecraft Seven,
    Arial,
    sans-serif;
  text-decoration: none;
}

.container-2 {
  max-width: 100%;
}

.dropdown {
  background-color: #0000;
  border: 3px solid #1e1e1f;
  margin-bottom: 5px;
  padding: 0;
  display: block;
}

.hero-padding {
  padding: 70px 60px 65px;
  position: relative;
}

.hero-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.hero-split {
  flex-direction: column;
  max-width: 46%;
  padding-top: 10px;
  padding-right: 10px;
  display: flex;
}

.hero-image {
  box-shadow: 0 4px 24px #96a3b514;
}

.subpage-desc {
  color: #fff;
  text-align: center;
  margin-bottom: 24px;
  font-family:
    Minecraft Seven,
    Arial,
    sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.heading-1 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-family:
    Minecraft Ten,
    Arial,
    sans-serif;
  font-size: 44px;
  font-weight: 400;
}

.padding {
  width: 50px;
}

.hero-image-border {
  background-color: #131313;
  border: 4px solid #000;
  border-color: #000 #000 #383838 #383838;
  margin-top: 5px;
  margin-right: 5px;
  padding: 20px 20px 10px;
}

.footer-centre-wrap {
  text-align: center;
  max-width: 700px;
  padding-top: 20px;
  padding-bottom: 40px;
}

.footerlogo {
  margin-bottom: 20px;
  padding-top: 10px;
  transition: all 0.2s;
}

.footerlogo:hover {
  transform: scale(0.9);
}

.footer-link {
  color: #6b6b6b;
  margin-left: 15px;
  margin-right: 15px;
  font-family:
    Minecraft Seven,
    Arial,
    sans-serif;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.125s;
}

.footer-link:hover {
  color: #fff;
}

.breadcrumbs-link {
  color: #fff;
  font-family:
    Minecraft Seven,
    Arial,
    sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.breadcrumbs-link:hover {
  color: #2f54eb;
}

.breadcrumbs-link:active {
  color: #2f54eb;
}

.breadcrumbs-link:focus {
  color: #2f54eb;
}

.breadcrumbs-separator {
  color: var(--citicxca--neutral--60);
  padding-left: 8px;
  padding-right: 8px;
  line-height: 24px;
  display: inline-block;
}

.breadcrumbs {
  color: var(--citicxca--neutral--80);
  align-items: center;
  display: block;
}

.hero-image-subtext {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-family:
    Minecraft Seven,
    Arial,
    sans-serif;
  font-size: 12px;
}

.lightboximage {
  object-fit: cover;
}

.lightboxtag {
  color: #c99b8f;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.lightboxtag.tagwhite {
  color: #000;
  text-align: center;
  letter-spacing: 0;
  background-color: #fff;
  align-self: flex-start;
  padding: 5px;
  font-family:
    Minecraft Seven,
    Arial,
    sans-serif;
  font-size: 13px;
}

.lightboxcardbase {
  background-color: var(--bgdark);
  max-width: 744px;
  position: relative;
  overflow: hidden;
}

.lightboxtextwrapper {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.lightboxtitle {
  color: #fff;
  text-transform: capitalize;
  font-family:
    Minecraft Seven,
    Arial,
    sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.lightboxcardalpha {
  z-index: 3;
  background-color: #000000a8;
  border-bottom: 4px solid #383838;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  display: flex;
  position: absolute;
  inset: auto 0 0;
}

@media screen and (min-width: 1280px) {
  .lightboxtitle {
    font-size: 25px;
    line-height: 35px;
  }
}

@media screen and (max-width: 991px) {
  .navbar-link-wrapper {
    left: auto;
    right: 0;
  }

  .navigation-section {
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .oreuigrid {
    grid-template-columns: 1fr 1fr;
  }

  .oreuibuttontext {
    margin-top: -132px;
    padding-top: 141px;
  }

  .hero-padding {
    padding: 65px 40px 30px;
  }

  .hero-padding.gallery {
    padding-bottom: 40px;
  }

  .hero-wrapper {
    flex-flow: column;
  }

  .hero-split {
    padding-top: 25px;
    max-width: 100%;
  }

  .padding {
    display: none;
  }

  .lightboxcardalpha {
    align-items: center;
    padding-left: 20px;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo {
    padding-left: 0;
  }

  .navigation-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-title {
    grid-template-columns: 1.1fr;
  }

  .oreuigrid {
    grid-template-columns: 1fr;
  }

  .subtitle {
    font-size: 17px;
    line-height: 19px;
  }

  .oreuibuttontext {
    flex-flow: row;
    margin-top: 0;
    padding-top: 10px;
  }

  .hero-padding {
    padding-top: 65px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-split {
    padding-top: 25px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-1 {
    margin-top: 10px;
  }

  .hero-image-border {
    padding: 15px 15px 10px;
  }

  .footer-centre-wrap {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    padding-left: 15vw;
    padding-right: 15vw;
    display: flex;
  }

  .footer-link {
    margin-bottom: 10px;
    display: inline-block;
  }

  .breadcrumbs {
    margin-left: 0;
  }
}

@media screen and (max-width: 479px) {
  .navbar-link-wrapper {
    display: none;
  }

  .navigation-links {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navigation-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .subtitle {
    font-size: 14px;
    line-height: 18px;
  }

  .oreuibuttontext {
    margin-top: 0;
    padding-top: 10px;
  }

  .hero-padding {
    padding: 65px 20px 20px;
  }

  .hero-padding.gallery {
    padding-top: 30px;
    padding-bottom: 70px;
  }

  .hero-wrapper {
    margin-top: 0;
  }

  .hero-split {
    padding-top: 10px;
  }

  .subpage-desc {
    font-size: 16px;
  }

  .heading-1 {
    font-size: 26px;
  }

  .hero-image-border {
    padding-bottom: 10px;
  }

  .footer-centre-wrap {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .hero-image-subtext {
    text-align: center;
    font-size: 10px;
  }

  .lightboximage {
    min-height: 225px;
  }

  .lightboxtitle {
    font-size: 16px;
    line-height: 24px;
  }

  .lightboxcardalpha {
    padding-bottom: 20px;
    padding-right: 0;
  }
}

@media screen and (max-width: 991px) {
  #lightboxcardbase {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}
#preloader {
  position: fixed;
  inset: 0;
  background: #1f1f1f;
  z-index: 999999;

  display: flex;
  align-items: center;
  justify-content: center;

  transition:
    opacity 350ms ease,
    visibility 350ms ease;
  opacity: 1;
  visibility: visible;
}

#preloader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.preloader-inner {
  width: min(680px, 82vw);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  transform: translateY(-6px);
}

.preloader-bar {
  width: min(520px, 78vw);
  height: 22px;
  border: 2px solid #fff;
  padding: 3px;
  box-sizing: border-box;
  overflow: hidden;
}

.preloader-bar-fill {
  height: 100%;
  width: 0%;
  background: #fff;
  transition: width 120ms linear;
}

.preloader-bar {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.25) inset;
}
