:root {
  --grey: #5b5b5b;
  --xc_black: #121212;
  --borders: #eaeaea;
  --xc_red: #f34f1f;
  --blue: #3b429f;
  --xc_blue: #2453ff;
  --xc_white: #f6f6f4;
  --violet: #9499dd;
  --transparent-blue-gradient: #9499dd1a;
  --gradient-blue: #e7e8ff;
  --transparent-orange-gradient: #ffd9d033;
  --orange-gradient: #fcdbd4;
  --white-2\<deleted\|variable-b8702183\>: white;
  --xc_yellow: #ffd030;
  --null: #fff0;
  --xc_green: #029234;
  --xc_white_pure: white;
  --xc_blue_bright: #00e;
  --xc_blue_20: #2454ff33;
  --xc_blue_dark: #132d8a;
  --xc_black_pure: black;
}

.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;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

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

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: var(--grey);
  font-family: Poppins, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6;
}

h1 {
  color: var(--xc_black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.2;
}

h2 {
  color: var(--xc_black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

h3 {
  color: var(--xc_black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.2;
}

h4 {
  color: var(--xc_black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
}

h5 {
  color: var(--xc_black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.5;
}

h6 {
  color: var(--xc_black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: .75rem;
  font-weight: 600;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .5rem;
}

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

label {
  margin-bottom: 0;
  font-weight: 600;
}

blockquote {
  border-left: .25rem solid var(--borders);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 18px;
  line-height: 26px;
}

figure {
  margin-bottom: 0;
}

figcaption {
  text-align: center;
  margin-top: .5rem;
  font-size: 1rem;
}

.form_message-error {
  color: var(--xc_red);
  background-color: #0000;
  margin-top: 1rem;
  padding: .5rem 0;
}

.text-size-regular {
  font-size: 1.125rem;
}

.text-size-regular.text-color-white {
  text-align: center;
}

.text-size-regular.text-color-white.footer {
  font-size: .8rem;
}

.text-color-grey {
  color: var(--grey);
}

.form_message-success {
  color: var(--xc_black);
  background-color: #9499dd40;
  border-radius: .4rem;
  padding: 1.25rem;
}

.text-rich-text h2 {
  text-align: left;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5 {
  margin-top: 1.25rem;
  margin-bottom: .75rem;
}

.text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: .5rem;
}

.text-rich-text p {
  margin-bottom: 1.5rem;
}

.text-rich-text ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

.text-rich-text blockquote {
  margin-bottom: 1rem;
}

.text-rich-text a {
  transition: color .25s ease-out;
}

.text-rich-text a:hover {
  color: var(--xc_black);
}

.text-rich-text.responsible_gaming {
  font-size: .9rem;
}

.button {
  border: .125rem solid var(--blue);
  background-color: var(--blue);
  color: #fff;
  text-align: center;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  font-weight: 600;
  transition: border-color .25s, background-color .25s;
}

.button:hover {
  background-color: var(--xc_blue);
  border-color: #000cb8;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-secondary {
  border-style: solid;
  border-color: var(--xc_blue);
  background-color: var(--xc_blue);
  color: #fff;
  text-align: center;
  font-family: Gotham Book, sans-serif;
  font-weight: 600;
}

.button.is-text {
  border-style: none;
  border-color: var(--blue);
  color: var(--blue);
  background-color: #0000;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.icon-large {
  height: 3rem;
}

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

.form_label {
  margin-bottom: .5rem;
  font-family: Gotham, sans-serif;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.icon-1x1-small {
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 3rem;
}

.padding-global {
  padding-top: .5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-global.game_padding {
  padding-bottom: 8rem;
}

.main-wrapper {
  background-color: var(--xc_white);
}

.text-color-black {
  color: var(--xc_black);
}

.button-text {
  color: var(--grey);
  text-align: center;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  transition: color .25s;
  display: none;
}

.button-text:hover {
  color: var(--xc_black);
}

.form_input {
  border: 2px solid var(--borders);
  background-color: #fff;
  border-radius: .25rem;
  min-height: 4rem;
  margin-bottom: 0;
  padding: 1.25rem 2rem;
  font-family: Gotham Book, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.form_input:focus {
  border-color: var(--violet);
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.text-size-large {
  font-size: 1.5rem;
}

.container-medium {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-size-medium {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.nav_container {
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 6rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav_component {
  z-index: 999;
  background-color: #000;
  background-image: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 7rem;
  font-family: Poppins, sans-serif;
  position: sticky;
  top: 0;
}

.nav_component.dark {
  background-image: none;
}

.nav_link {
  color: var(--xc_white);
  padding: 1rem;
  font-size: 1rem;
  transition: color .25s;
}

.nav_link:hover {
  color: var(--xc_red);
}

.nav_link.w--current {
  color: var(--xc_red);
  display: block;
}

.nav_link.dark {
  color: var(--xc_black);
}

.nav_link.dark:hover, .nav_link.dark.w--current {
  color: var(--xc_red);
}

.nav_link.black {
  color: var(--xc_black);
  font-family: Gotham, sans-serif;
  font-weight: 400;
}

.nav_link.black:hover {
  color: var(--xc_blue);
}

.nav_logo-link {
  margin-right: 2rem;
  line-height: 0;
}

.section_home-header {
  background-color: #555;
  background-image: linear-gradient(#000, #0d13174f 47%), linear-gradient(#00000080, #00000080), url('../images/iGaming-Banner.jpeg');
  background-position: 0 0, 0 0, 50% 45%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 15rem;
  padding-bottom: 15rem;
  position: relative;
  overflow: hidden;
}

.nav_menu-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav_logo {
  position: relative;
  bottom: auto;
}

.nav_button {
  border: .125rem none var(--violet);
  background-color: var(--blue);
  color: var(--xc_white);
  border-radius: .4rem;
  flex: none;
  padding: .75rem 1.5rem;
  transition: border-color .25s;
  display: none;
}

.nav_button:hover {
  border-color: var(--xc_blue);
  background-color: var(--xc_blue);
}

.home_header_component {
  grid-column-gap: 4rem;
  grid-row-gap: 3rem;
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-content: center;
  place-items: center;
  padding-top: 0%;
  padding-bottom: 0%;
}

.home_header_content-wrapper {
  max-width: none;
}

.button-row {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home_header_image {
  z-index: 2;
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
  display: none;
  position: relative;
}

.home_header_big-shape {
  z-index: 1;
  background-color: var(--blue);
  border-bottom-right-radius: 4rem;
  width: 14rem;
  height: 16rem;
  display: none;
  position: absolute;
  inset: auto -3.5rem -3.5rem auto;
}

.social_component {
  grid-column-gap: 4rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
}

.social_logo {
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
}

.why-us_component {
  grid-column-gap: 4rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
}

.why-us_columns {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  align-items: start;
}

.why-us_column.is-left {
  margin-top: 2rem;
}

.why-us_item {
  background-image: linear-gradient(to bottom, var(--transparent-blue-gradient), var(--gradient-blue));
  border-radius: .75rem;
  margin-bottom: 2rem;
  padding: 2.5rem 2rem;
}

.why-us_item.is-bottom-row {
  background-image: linear-gradient(to bottom, var(--transparent-orange-gradient), var(--orange-gradient));
  margin-bottom: 0;
}

.text-color-blue {
  color: var(--blue);
}

.text-color-orange {
  color: var(--xc_red);
}

.section_home-team {
  background-image: url('../images/happy-girl-typing.jpg');
  background-position: 50% 10%;
  background-size: cover;
  min-height: 40rem;
  margin-bottom: 10rem;
  position: relative;
}

.home_team_component {
  background-color: var(--blue);
  border-top-left-radius: .75rem;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  padding: 6rem;
  display: flex;
  position: absolute;
  inset: auto 0% -10rem auto;
}

.text-color-white {
  color: #fff;
}

.features_grid {
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  align-items: center;
  position: relative;
}

.features_grid.is-reverse {
  grid-template-columns: 1fr 1.25fr;
}

.features_image-wrapper {
  background-image: none;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 32rem;
  padding: 4rem 0;
  display: flex;
}

.features_image-wrapper.is-right-column {
  background-image: none;
  border-bottom-right-radius: 2rem;
  border-bottom-left-radius: 0;
}

.features_content-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.button-icon {
  color: var(--xc_black);
  align-items: center;
  display: flex;
}

.button-icon:hover {
  color: var(--xc_red);
}

.button-icon-arrow {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 1rem;
  margin-left: .75rem;
  display: flex;
}

.features_image {
  border-radius: 1rem;
  width: 100%;
  box-shadow: 0 10px 20px -4px #0d131733;
}

.features_inner-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
}

.section_home-testimonials {
  overflow: hidden;
}

.testimonials_client-wrapper {
  align-items: center;
  margin-bottom: 1.5rem;
  display: flex;
}

.testimonials_image {
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
}

.testimonials_header {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.faq_component {
  flex-direction: column;
}

.faq_item {
  border-bottom: 1px solid var(--borders);
  padding-top: 2.5rem;
  padding-bottom: 1rem;
}

.faq_item.is-last {
  border-bottom-style: none;
}

.faq_question-wrapper {
  cursor: pointer;
  align-items: center;
  display: flex;
}

.faq_number-wrapper {
  color: var(--xc_black);
  flex: none;
  align-self: flex-start;
  width: 2rem;
  margin-right: 2rem;
}

.faq_answer-wrapper {
  margin-top: 1.5rem;
  margin-left: 4rem;
  overflow: hidden;
}

.footer_component {
  background-color: var(--white-2\<deleted\|variable-b8702183\>);
  position: relative;
}

.footer_component.dark {
  background-color: var(--xc_white);
}

.footer_bottom {
  background-color: var(--blue);
  justify-content: center;
  padding-top: .5em;
  padding-bottom: .5em;
  display: none;
}

.footer_cta_component {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: relative;
}

.footer_cta_shape-top {
  background-color: #0000;
  border-bottom-left-radius: .375rem;
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: 0% auto auto -3.5rem;
}

.footer_cta_shape-bottom {
  background-color: #0000;
  border-bottom-right-radius: .375rem;
  width: 1rem;
  height: 1rem;
  position: absolute;
  inset: auto -2.5rem 0% auto;
}

.footer_form-row {
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  align-items: center;
  margin-top: 5rem;
}

.footer_content-right {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: auto;
}

.faq_title {
  font-size: 1.5rem;
  font-weight: 600;
}

.footer_links-col {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer_title {
  font-size: 1.5rem;
}

.footer_link {
  color: #3b429f;
  margin-top: 1.5rem;
  transition: color .25s;
  display: block;
}

.footer_link:hover {
  color: var(--xc_red);
}

.footer_socials {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-items: center;
  margin-top: 2.5rem;
}

.footer_form {
  background-color: #fff;
  border-radius: .4rem;
  align-items: stretch;
  padding: .5rem;
  display: flex;
}

.footer_form-input {
  color: var(--grey);
  border: 1px #000;
  height: auto;
  margin-bottom: 0;
  padding: .5rem 1.5rem;
  font-size: 1rem;
}

.footer_form-wrapper {
  margin-bottom: 0;
}

.section_product-header {
  background-image: linear-gradient(#0000 30%, #000), url('../images/city-scape.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-top: 10rem;
  padding-bottom: 8rem;
  overflow: hidden;
}

.product_header_component {
  grid-column-gap: 6rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.product_header_images {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  opacity: 0;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  align-items: flex-end;
  position: relative;
}

.product_header_big-image {
  border-bottom-right-radius: 7rem;
  max-height: 26rem;
}

.product_header_small-image {
  object-fit: cover;
  border-top-left-radius: 2.5rem;
  width: 8rem;
  height: 8rem;
}

.product_header_shape-top {
  background-color: var(--xc_red);
  border-bottom-left-radius: .375rem;
  width: 2rem;
  height: 2rem;
  position: relative;
  inset: 0% 0% auto 2rem;
}

.product_header_shape-bottom {
  background-color: var(--blue);
  border-bottom-left-radius: .375rem;
  width: 3rem;
  height: 3rem;
  position: relative;
  bottom: 2rem;
}

.product_header_small-image-wrapper {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.product_header_image-right-col {
  opacity: 1;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.services_component {
  grid-column-gap: 6rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.services_item {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.services_image-wrapper {
  background-image: linear-gradient(to bottom, var(--transparent-blue-gradient), var(--gradient-blue));
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 6rem;
  margin-bottom: auto;
  display: flex;
}

.features_list {
  padding-left: 1.2rem;
}

.customer_component {
  padding-bottom: 6rem;
  padding-right: 8rem;
  position: relative;
}

.customer_image {
  width: 100%;
}

.customer_content {
  background-color: var(--xc_red);
  border-top-left-radius: 4rem;
  width: 100%;
  max-width: 32rem;
  padding: 4rem 6rem 4rem 4rem;
  position: absolute;
  inset: auto 0% 0% auto;
}

.customer_shape {
  background-color: var(--blue);
  border-bottom-left-radius: 1rem;
  width: 3rem;
  height: 3rem;
  position: absolute;
  inset: -5rem 3rem auto auto;
}

.section_pricing-header {
  padding-top: 10rem;
}

.pricing_background {
  z-index: -1;
  background-image: linear-gradient(to bottom, var(--transparent-blue-gradient), var(--gradient-blue));
  min-height: 52rem;
  position: absolute;
  inset: 0% 0% auto;
}

.pricing_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 6rem;
  margin-bottom: 2rem;
}

.pricing_plan {
  background-image: linear-gradient(#fff 50%, #e7e8ff);
  flex-direction: column;
  justify-content: space-between;
  padding: 4rem 3rem 2rem;
  display: flex;
}

.pricing_plan.center {
  background-image: linear-gradient(#fff 50%, #fcdbd4);
}

.pricing_content-wrapper {
  text-align: left;
}

.pricing_list {
  flex-direction: column;
  margin-top: 2rem;
  margin-bottom: .5rem;
  display: flex;
}

.pricing_list-item {
  text-align: left;
  align-items: center;
  margin-bottom: 1.5rem;
  display: flex;
}

.pricing_checkmark {
  color: var(--blue);
  height: 1rem;
  margin-right: 1rem;
  line-height: 0;
}

.pricing_checkmark.is-orange {
  color: var(--xc_red);
}

.pricing_button {
  border: .125rem solid var(--blue);
  color: var(--blue);
  text-align: center;
  background-color: #0000;
  border-radius: .4rem;
  width: 100%;
  padding: .875rem 0;
  font-size: 1.25rem;
  transition: background-color .25s, color .25s;
}

.pricing_button:hover {
  background-color: var(--blue);
  color: #fff;
}

.pricing_button.is-orange {
  border-color: var(--xc_red);
  background-color: var(--xc_red);
  color: #fff;
}

.pricing_button.is-orange:hover {
  color: var(--xc_red);
  background-color: #0000;
}

.section_about-us-header {
  background-image: linear-gradient(to bottom, var(--transparent-blue-gradient), var(--gradient-blue)), url('../images/city-scape_1.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-top: 10rem;
  padding-bottom: 8rem;
  position: relative;
}

.about_header_component {
  position: relative;
}

.about_header_shapes {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  position: absolute;
  top: -4rem;
  right: 6rem;
}

.about_header_small-shape {
  background-color: #0000;
  border-top-left-radius: 1rem;
  width: 4.75rem;
  height: 5rem;
}

.about_header_big-shape {
  background-color: #0000;
  border-bottom-right-radius: 1rem;
  width: 7rem;
  height: 8rem;
}

.about_header_top-shapes {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: auto;
  margin-bottom: 1rem;
}

.about_header_bottom-shapes {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: auto;
}

.about_image-wrapper {
  position: relative;
}

.about_shapes {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: auto 4rem -5rem auto;
}

.about_shape-top {
  background-color: #0000;
  border-bottom-right-radius: 1.5rem;
  width: 4.5rem;
  height: 5rem;
  margin-bottom: 1em;
  margin-right: 3rem;
}

.about_shape-bottom {
  background-color: #0000;
  border-top-left-radius: 1rem;
  width: 3rem;
  height: 3.25rem;
}

.team_component {
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.5fr;
}

.team_person-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr 1fr 1fr;
}

.team_image {
  object-fit: cover;
  border-radius: 1rem;
  width: 100%;
  margin-bottom: 1.5rem;
}

.section_privacy-policy {
  padding-top: 4rem;
}

.section_contact-us {
  padding-top: 0;
  padding-bottom: 0;
}

.contact_component {
  grid-column-gap: 4rem;
  grid-row-gap: 2rem;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.25fr;
  display: block;
}

.contact_content-left {
  padding-bottom: 4rem;
}

.contact_shapes {
  align-items: flex-end;
  margin-bottom: 1.5rem;
  display: flex;
}

.contact_shape-left {
  background-color: #0000;
  border-top-left-radius: .5rem;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: .5rem;
}

.contact_shape-right {
  background-color: #0000;
  border-bottom-right-radius: 1rem;
  width: 2.5rem;
  height: 2.5rem;
}

.testimonials_star {
  color: var(--xc_red);
  width: 1.25rem;
  margin-right: .25rem;
  line-height: 0;
}

.nav_link-wrapper {
  align-items: center;
  display: flex;
}

.footer_main-wrapper {
  background-color: #0000;
}

.footer_cta_content {
  background-color: var(--blue);
  text-align: left;
  border-top-right-radius: .75rem;
  border-bottom-left-radius: .75rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding: 4.5rem 6rem;
  display: flex;
  position: relative;
}

.footer_cta_background {
  z-index: -1;
  background-color: var(--gradient-blue);
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.pricing_header {
  text-align: center;
  width: 100%;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
}

.testimonials_stars-wrapper {
  margin-top: .25rem;
  display: flex;
}

.utility_component {
  background-color: var(--xc_white);
  background-image: none;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility_wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 32rem;
  margin-bottom: 0;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.nav_menu-button {
  background-color: #0000;
}

.section_blog-header {
  background-image: linear-gradient(to bottom, var(--transparent-blue-gradient), var(--gradient-blue));
  padding-top: 10rem;
  padding-bottom: 8rem;
  overflow: hidden;
}

.blog_header_content {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  align-items: center;
}

.blog_header_content-wrapper {
  flex-direction: column;
  align-items: flex-start;
}

.blog_header_image-wrapper {
  height: 100%;
  position: relative;
}

.blog_header_shape-left {
  background-color: var(--blue);
  border-bottom-right-radius: .5rem;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  inset: 0% auto auto -3rem;
}

.blog_image {
  width: 100%;
  transition: transform .25s ease-out;
}

.blog_image:hover {
  transform: scale(1.1);
}

.blog_header_shape-right {
  background-color: var(--xc_red);
  border-top-left-radius: .75rem;
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  inset: auto -3.5rem 0% auto;
}

.blog_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.margin-xxlarge {
  margin: 5rem;
}

.padding-small {
  padding: 1rem;
}

.padding-xsmall {
  padding: .5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-xhuge {
  padding: 8rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

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

.button-wrapper {
  margin-top: 1rem;
  margin-right: 1rem;
}

.blog_title {
  font-size: 1.5rem;
  line-height: 1.5;
}

.about_image {
  border-top-right-radius: 5rem;
  width: 100%;
}

.features_grid-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-columns: 1fr;
}

.features_grid-wrapper.solutions {
  grid-row-gap: 0rem;
}

.testimonials_item {
  background-image: linear-gradient(to bottom, var(--transparent-blue-gradient), var(--gradient-blue));
  padding: 2rem;
}

.testimonials_item.is-first {
  border-bottom-left-radius: 1rem;
}

.testimonials_item.is-last {
  border-top-right-radius: 1rem;
}

.testimonials_list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.section_pricing-testimonials {
  overflow: hidden;
}

.contact_form-wrapper {
  margin-bottom: 0;
}

.blog_title-link {
  margin-bottom: 1rem;
}

.blog_image-link {
  border-radius: .75rem;
  margin-bottom: 1.5rem;
  overflow: hidden;
}

.footer_content {
  grid-column-gap: 1rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  padding-bottom: 4rem;
}

.footer_logo {
  height: 2rem;
}

.testimonials_image-wrapper {
  flex: none;
  margin-right: 1rem;
}

.social_icon {
  width: 1.5rem;
  height: 1.5rem;
}

.social_ilnk {
  color: var(--grey);
  justify-content: center;
  align-items: center;
  transition: color .25s;
}

.social_ilnk:hover {
  color: var(--xc_black);
}

.customer_image-wrapper {
  border-top-right-radius: 2.5rem;
  border-bottom-left-radius: 2.5rem;
  overflow: hidden;
}

.about_component {
  display: block;
}

.team_socials {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  margin-top: 2.5rem;
}

.contact_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog_header_image {
  width: 100%;
  height: 100%;
}

.blog_header_image.is-hover-scale {
  transition: transform .25s ease-out;
}

.blog_header_image.is-hover-scale:hover {
  transform: scale(1.1);
}

.blog_header_image-link {
  border-radius: .75rem;
  height: 100%;
  overflow: hidden;
}

.blog_empty-state {
  background-color: #0000;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.padding-section-huge {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.padding-section-xhuge {
  flex-direction: column;
  align-items: center;
  padding: 4rem 0 8rem;
  display: flex;
}

.padding-section-xlarge {
  padding: 4rem 0;
}

.margin-xhuge {
  margin: 8rem;
}

.text-weight-bold {
  font-weight: 700;
}

.icon-height-small {
  height: 1rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

.heading-style-h4 {
  margin-top: 2.5rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.text-size-small {
  font-size: .875rem;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.margin-0 {
  margin: 0;
}

.text-weight-xbold {
  font-weight: 800;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.text-weight-normal {
  font-weight: 400;
}

.padding-0 {
  padding: 0;
}

.text-size-tiny {
  font-size: .75rem;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.background-color-white {
  background-color: #fff;
}

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

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.overflow-visible {
  overflow: visible;
}

.text-weight-medium {
  font-weight: 500;
}

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.icon-height-large {
  height: 3rem;
}

.fs-styleguide_classes {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.margin-small {
  margin: 1rem;
}

.icon-height-medium {
  height: 2rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.padding-custom3 {
  padding: 3.5rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.margin-huge {
  margin: 6rem;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.fs-styleguide_heading-large {
  font-size: 6rem;
}

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

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.margin-medium {
  margin: 2rem;
}

.fs-styleguide_spacing {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-image: linear-gradient(to top, #fcdbd480, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.text-weight-semibold {
  font-weight: 600;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.heading-style-h2.form {
  text-align: center;
}

.text-style-link {
  color: #000;
  text-decoration: underline;
}

.margin-xsmall {
  margin: .5rem;
}

.heading-style-h3 {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.2;
}

.fs-styleguide_label {
  background-color: var(--blue);
  color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-weight: 500;
  line-height: 1.4;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.fs-styleguide_label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.text-style-italic {
  font-style: italic;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.margin-custom2 {
  margin: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.overflow-auto {
  overflow: auto;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.form_component {
  margin-bottom: 0;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.margin-tiny {
  margin: .125rem;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

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

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.fs-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.text-weight-light {
  font-weight: 300;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.text-style-nowrap {
  white-space: nowrap;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.padding-xxhuge {
  padding: 12rem;
}

.background-color-grey {
  background-color: #f5f5f5;
}

.text-style-muted {
  opacity: .6;
}

.heading-style-h6 {
  font-size: .75rem;
  font-weight: 600;
  line-height: 1.5;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.fs-styleguide_header {
  background-color: var(--transparent-blue-gradient);
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.heading-style-h5 {
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.5;
}

.fs-styleguide_empty-box {
  z-index: -1;
  border: 1px dashed var(--xc_red);
  background-color: var(--transparent-orange-gradient);
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.fs-styleguide_color.is-3 {
  background-color: #fff;
}

.fs-styleguide_color.is-1 {
  background-color: #000;
}

.fs-styleguide_color.is-2 {
  background-color: #f5f5f5;
}

.margin-custom1 {
  margin: 1.5rem;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.margin-large {
  margin: 3rem;
}

.padding-tiny {
  padding: .125rem;
}

.fs-styleguide_spacing-all {
  display: none;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.heading-style-h1 {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.2;
}

.hide {
  display: none;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.heading {
  color: var(--xc_white);
  text-align: center;
  text-shadow: 0 5px 5px #0003;
  font-family: Gotham, sans-serif;
  font-weight: 700;
}

.paragraph {
  color: var(--xc_white);
  text-align: center;
  text-shadow: 0 5px 5px #0003;
  font-family: Gotham Book, sans-serif;
  font-weight: 400;
}

.games-section {
  background-color: var(--xc_white);
}

.partners, .padding-global-copy {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.heading-2 {
  color: var(--xc_white);
}

.html-embed {
  justify-content: center;
  padding-top: 0;
  padding-bottom: 4rem;
  display: flex;
}

.html-embed.desktop_iframe {
  cursor: w-resize;
}

.heading-3 {
  text-align: center;
  display: flex;
}

.paragraph-2 {
  color: var(--xc_white);
}

.paragraph-3 {
  font-family: Gotham, sans-serif;
  font-weight: 400;
}

.responsive_html_embed {
  width: 100%;
  height: 100%;
}

.link {
  color: var(--blue);
}

.open_mic_game_page_header {
  background-image: linear-gradient(#0000 30%, #000), url('../images/2104.i126.021.F.m005.c9.people-playing-guitar.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-top: 10rem;
  padding-bottom: 8rem;
  overflow: hidden;
}

.license_text {
  text-align: center;
  font-size: .6rem;
}

.license_text.white {
  color: var(--xc_black);
  font-family: Gotham, sans-serif;
  font-weight: 400;
}

.footer_content_new {
  grid-column-gap: 1rem;
  grid-row-gap: 3rem;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 2fr;
  justify-items: center;
}

.padding-section-footer {
  padding-top: 0;
  padding-bottom: 2rem;
}

.text-align-subheader {
  text-align: center;
  font-size: 1.5rem;
}

.padding-section-about-us {
  padding-top: 3rem;
  padding-bottom: 6rem;
}

.footer_social_new {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: center;
  margin-top: 0;
  margin-bottom: 2.5rem;
}

.footer_logo_new {
  max-width: none;
  height: 4.5rem;
  margin-bottom: -3.1rem;
}

.license_logo {
  height: 150px;
}

.license_logo_stack {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  height: 100px;
  margin-top: -2rem;
  margin-bottom: -2rem;
  padding: 0;
}

.text-style-email {
  color: var(--xc_red);
  text-decoration: none;
}

.heading-6 {
  text-align: center;
}

.game-paragraph {
  margin-top: 2.5rem;
}

.games-section-highlight {
  grid-column-gap: 6rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.paragraph-4 {
  text-align: center;
}

.heading-9 {
  text-align: center;
  margin-top: 4rem;
  font-size: 2rem;
  font-weight: 400;
}

.submit-button {
  background-color: #4cb963;
  width: 10rem;
}

.form-2 {
  grid-column-gap: 16px;
  grid-row-gap: 10px;
  text-align: left;
  flex-direction: column;
  grid-template: ". ."
                 ". ."
                 ". ."
                 ". ."
                 ". ."
                 "Area-3 ."
                 "Area Area"
                 "Area-2 Area-2"
                 / 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 2rem;
  display: grid;
}

.form-block {
  width: 50rem;
}

.navbar_white {
  z-index: 9999999;
  background-color: #f5f5f3;
  position: static;
  top: 0;
}

.section {
  justify-content: center;
  align-items: center;
  height: 75vh;
  display: flex;
}

.bold-text {
  font-family: Gotham, sans-serif;
  font-weight: 900;
}

.bold-text.blue {
  color: var(--xc_blue);
  font-family: Gotham Book, sans-serif;
  font-weight: 700;
}

.bold-text-2 {
  font-family: Gotham, sans-serif;
  font-weight: 900;
}

.section-2 {
  background-color: var(--xc_black);
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.col {
  flex-flow: column;
  flex: 0 auto;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.col.lg-3 {
  flex: none;
  width: 25%;
}

.col.lg-2 {
  width: 16.66%;
}

.col.lg-6 {
  flex: 0 auto;
  align-items: flex-start;
  width: 50%;
}

.col.lg-6.md-3.centre-align {
  align-items: center;
}

.col.lg-6.md-3.centre-align.tech {
  width: 75%;
}

.col.lg-6.md-3.xs-2 {
  align-items: center;
}

.col.lg-6.centre-align {
  justify-content: flex-start;
  align-items: center;
}

.col.lg-6.map {
  background-image: none;
}

.col.lg-5 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 41.66%;
}

.col.lg-5.align-vertically {
  justify-content: center;
}

.col.lg-5.align-vertically.map {
  background-image: none;
}

.col.lg-1 {
  flex: 0 auto;
  width: 8.33%;
}

.col.lg-4 {
  flex-wrap: wrap;
  flex: 0 auto;
  width: 33.33%;
}

.col.lg-4.sm-2.lg-vertical-align {
  justify-content: center;
}

.col.lg-4.centre-align {
  background-color: var(--xc_yellow);
  border-radius: 20px;
  padding: 30px;
}

.col.lg-8 {
  width: 66.66%;
}

.footer-logo-2 {
  margin-bottom: 40px;
}

.footer-links-container {
  flex-direction: column;
  display: flex;
}

.negative-margin {
  margin-left: -18px;
}

.social-media-icon {
  padding: 8px;
}

.row {
  flex-flow: wrap;
  align-content: stretch;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.row.centre-align {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.row.md-reverse-layout.md-centre-align {
  align-items: center;
}

.row.align-centre {
  justify-content: center;
  align-items: flex-start;
}

.row.flex-horizontal {
  flex-wrap: nowrap;
  justify-content: flex-start;
  display: flex;
}

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

.footer-heading {
  color: var(--xc_white);
  margin-bottom: 20px;
  font-family: Gotham, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.wrapper {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  top: 0;
  left: 0;
  right: 0;
}

.wrapper.navbar-2 {
  flex-direction: row;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.footer-link {
  opacity: .5;
  color: var(--xc_white);
  cursor: pointer;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Gotham Book, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .2s ease-in-out;
}

.footer-link:hover {
  opacity: 1;
  font-family: Gotham, sans-serif;
  font-weight: 700;
}

.footer-link.w--current {
  opacity: 1;
}

.footer-link.w--current:active {
  font-weight: 700;
}

.footer-link.w--current:lang(en) {
  font-family: Gotham, sans-serif;
  font-weight: 700;
}

.footer-link.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.nav-menu-2 {
  background-color: var(--xc_white);
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-around;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-menu-2.inverse, .nav-menu-2.no_bg {
  background-color: var(--null);
}

.nav-bar {
  z-index: 200;
  background-color: var(--xc_white);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 20px;
  display: flex;
}

.nav-bar.nav_games {
  background-color: var(--xc_white);
}

.nav-bar.inverted {
  background-color: var(--xc_blue);
}

.nav-link-2 {
  color: var(--xc_black);
  cursor: pointer;
  padding: 16px 20px 18px;
  font-family: Gotham, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  transition: opacity .15s;
  position: relative;
}

.nav-link-2:hover {
  opacity: 1;
  color: var(--xc_blue);
}

.nav-link-2.w--current {
  color: var(--xc_blue);
  font-weight: 500;
  transition-property: none;
}

.nav-link-2.w--current:lang(en) {
  font-weight: 700;
}

.nav-link-2.border {
  border: 1px solid var(--xc_blue);
  opacity: 1;
  border-radius: 50px;
  padding: 8px 24px;
  transition: background-color .2s;
}

.nav-link-2.border:hover {
  background-color: var(--xc_blue);
  color: #fff;
}

.nav-link-2.border.jobs_button {
  border-color: var(--xc_white_pure);
  color: var(--xc_white_pure);
  background-color: #f6f6f400;
  padding-top: 12px;
  padding-bottom: 12px;
}

.nav-link-2.border.jobs_button:hover {
  border-color: var(--xc_white_pure);
  background-color: var(--xc_blue);
}

.nav-link-2.border.jobs_button.connect:hover {
  background-image: linear-gradient(#018728, #018728), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.nav-link-2.border.jobs_button.connect.green {
  border-color: var(--xc_white);
}

.nav-link-2.border.jobs_button.connect.green:hover {
  background-image: linear-gradient(#006920, #006920);
}

.nav-link-2.border.jobs_button.connect.red {
  border-color: var(--xc_white);
}

.nav-link-2.border.jobs_button.connect.red:hover {
  background-image: linear-gradient(#a04000, #a04000);
}

.nav-link-2.border.jobs_button.connect.red-copy {
  border-color: var(--xc_black);
  color: var(--xc_black);
}

.nav-link-2.border.jobs_button.connect.red-copy:hover {
  background-image: linear-gradient(to bottom, var(--xc_black), var(--xc_black));
  color: var(--xc_yellow);
}

.nav-link-2.border.jobs_button.jobs {
  background-color: var(--xc_blue);
  box-shadow: 0 0 10px -1px #0003;
}

.nav-link-2.border.jobs_button.jobs:hover {
  background-color: var(--xc_blue_bright);
}

.nav-link-2.border.red {
  border-color: var(--xc_red);
}

.nav-link-2.border.red:hover {
  background-color: var(--xc_red);
  color: var(--xc_white);
}

.nav-link-2.border.green {
  border-color: var(--xc_green);
}

.nav-link-2.border.green:hover {
  background-color: var(--xc_green);
  color: var(--xc_white);
}

.nav-link-2.border.yellow, .nav-link-2.border.yelloww {
  border-color: var(--xc_yellow);
}

.nav-link-2.border.yelloww:hover {
  background-color: var(--xc_yellow);
  color: var(--xc_white_pure);
}

.nav-link-2.red:hover, .nav-link-2.red.w--current {
  color: var(--xc_red);
}

.nav-link-2.green:hover, .nav-link-2.green.w--current {
  color: var(--xc_green);
}

.nav-link-2.yellow:hover, .nav-link-2.yellow:lang(en) {
  color: var(--xc_yellow);
}

.nav-link-2.yelloww:hover {
  color: var(--xc_yellow);
  font-family: Gotham, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.nav-link-2.yelloww.w--current {
  color: var(--xc_yellow);
}

.nav-link-2.yelloww.inverse:hover, .nav-link-2.inverse {
  color: var(--xc_white_pure);
}

.nav-link-2.inverse.tech:hover {
  color: var(--xc_yellow);
}

.nav-link-2.inverse.studios:hover {
  color: var(--xc_red);
}

.nav-link-2.inverse.connect:hover {
  color: var(--xc_green);
}

.div-block-8 {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.menu-button-3.w--open {
  color: #096ad033;
  background-color: #fff;
}

.xc_header {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.xc_header.wider-padding {
  padding-top: 160px;
  padding-bottom: 160px;
}

.xc_header.wider-padding.background-image {
  background-image: url('../images/cinematic---big.svg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  align-items: center;
  display: flex;
}

.centre-align {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-family: Gotham, sans-serif;
  font-weight: 900;
  display: flex;
}

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

.api_section {
  background-color: var(--xc_white);
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
  position: relative;
  overflow: hidden;
}

.api_section.full-screen {
  background-color: var(--xc_white);
  align-items: center;
  min-height: 100vh;
  padding-top: 40px;
  display: flex;
}

.button-2 {
  background-color: #096ad0;
  border: 1px solid #096ad0;
  border-radius: 40px;
  padding: 10px 25px;
  font-size: 16px;
  font-weight: 300;
  transition: all .2s;
  display: none;
  box-shadow: 0 4px 11px #013a7554;
}

.button-2:hover {
  color: #fff;
  background-color: #096ad0;
  border: 1px solid #096ad0;
  transform: translate(0, -4px);
  box-shadow: 0 6px 20px #013a7554;
}

.button-2.ghost {
  box-shadow: none;
  color: #096ad0;
  background-color: #0000;
  border: 1px solid #096ad0;
}

.button-2.ghost:hover {
  color: #fff;
  background-color: #096ad0;
  background-image: none;
  transform: none;
}

.button-2.ghost.reversed {
  color: #fff;
  background-color: #0000;
  border-color: #fff;
}

.button-2.ghost.reversed:hover {
  color: #096ad0;
  background-color: #fff;
}

.button-2.margin-left {
  margin-right: 20px;
  display: none;
}

.value-proposition-buttons {
  margin-top: 40px;
}

.short-paragraph {
  color: var(--xc_black);
  text-transform: none;
  width: 75%;
  font-family: Gotham Book, sans-serif;
  font-weight: 400;
}

.value-proposition-container.vertical-align {
  flex: 1;
  align-items: center;
  display: flex;
}

.wrapper-2 {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  top: 0;
  left: 0;
  right: 0;
}

.success_section {
  background-color: var(--xc_white_pure);
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
  position: relative;
  overflow: hidden;
}

.testimonial-image-wrap {
  background-color: var(--xc_blue_20);
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 350px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.horizontal-angle {
  z-index: 99;
  object-fit: cover;
  height: 101%;
  position: absolute;
  inset: 0% -2% 0% auto;
}

.horizontal-fixed-height {
  min-height: 0;
}

.author-job {
  color: #151c3480;
  font-family: Gotham, sans-serif;
  font-size: 1rem;
}

.testimonial---name {
  padding-bottom: 5%;
  font-family: Gotham, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}

.slider-horizontal {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.testimonial---text {
  color: #0a071b;
  font-family: Gotham Book, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.column-wrap {
  display: flex;
}

.author-block-2 {
  align-items: center;
  margin-top: 25px;
  display: block;
}

.testimonial---slider-container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.horizontal-logo {
  margin-bottom: 25px;
  display: none;
}

.title-wrap-centre {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 90%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-family: Gotham, sans-serif;
  display: flex;
}

.horizontal-content-block {
  background-color: var(--xc_white_pure);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  padding: 20px 75px;
  display: flex;
}

.left-arrow-2 {
  background-color: var(--xc_blue);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  padding: 10px;
  font-size: 14px;
  transition: all .2s;
  display: flex;
  top: 17px;
  left: -17px;
}

.left-arrow-2:hover {
  transform: translate(-2px);
}

.testimonial-image-2 {
  object-fit: cover;
  background-color: #0000;
  width: auto;
  max-width: 50%;
  height: auto;
  padding-top: 20%;
}

.testimonial-image-2.neil {
  max-width: 80%;
  padding-top: 10%;
}

.testimonial-image-2.lisa {
  max-width: 60%;
  padding-top: 38%;
}

.testimonial-image-2.dylan {
  max-width: 75%;
  padding-top: 10%;
}

.testimonial-image-2.claudio {
  max-width: 80%;
  padding-top: 10%;
}

.author-image {
  border-radius: 100px;
  width: 50px;
  margin-right: 14px;
  display: none;
  box-shadow: 1px 1px 3px #00000024;
}

.slide-nav-2 {
  background-color: #fff;
  border-radius: 500px;
  max-width: 150px;
  display: none;
  top: 575.901px;
  box-shadow: 1px 1px 3px #0000000d;
}

.testimonial-section-2 {
  background-color: var(--xc_white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 0;
  padding: 80px 3% 120px;
  display: block;
  overflow: hidden;
}

.titles---1 {
  color: #161616;
  width: auto;
  max-width: none;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Gotham, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 72px;
}

.mask-horizontal {
  overflow: visible;
}

.right-arrow-2 {
  background-color: var(--xc_blue);
  border-radius: 100px;
  width: 45px;
  height: 45px;
  font-size: 14px;
  transition: all .2s;
  top: 17px;
  right: -17px;
}

.right-arrow-2:hover {
  transform: translate(2px);
}

.testimonial-card-2 {
  height: 100%;
  display: flex;
  box-shadow: 17px 88px 60px -100px #4f5e782e, 11px 0 20px -9px #4f5e781a;
}

.gallery-image-block {
  height: 300px;
}

.gallery-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.employee-testimonial {
  background-color: var(--xc_blue_20);
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
}

.hero-heading {
  color: var(--xc_white);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gotham, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 72px;
}

.hero-heading.black {
  color: var(--xc_blue);
  font-family: Gotham, sans-serif;
  font-weight: 500;
}

.gallery-row {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
}

.gallery---container {
  width: 100%;
  max-width: 950px;
  margin-top: 3%;
  margin-left: auto;
  margin-right: auto;
}

.centre-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 620px;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.gallery-row-centre {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  margin-top: 40px;
  margin-bottom: 40px;
}

.body-medium {
  color: #0a071b;
  letter-spacing: -.03em;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  display: none;
}

.company-section {
  text-align: center;
  padding: 80px 3%;
}

.container-19 {
  max-width: 90%;
}

.heading-11 {
  text-align: center;
  font-family: Gotham, sans-serif;
  font-size: 64px;
  font-weight: 700;
}

.container {
  justify-content: center;
  width: 100%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.company-perk-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 2%;
  margin-left: auto;
  margin-right: auto;
}

.company-value-card {
  text-align: center;
  background-color: #fff;
  border: 1px #f8f7fc;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px;
  display: flex;
}

.icon-medium {
  width: 64px;
  margin-bottom: 24px;
}

.paragraph-5 {
  color: #0a071b;
  font-family: Gotham, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.gallery-row-reversed {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  margin-top: 40px;
}

.div-block-5 {
  justify-content: center;
  padding-top: 3%;
  padding-bottom: 3%;
  display: flex;
}

.gallery-section {
  padding: 64px 3%;
}

.heading-12 {
  text-align: center;
  font-weight: 700;
}

.gallery---malta {
  width: 100%;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}

.body-medium---left-aligned-copy {
  color: #0a071b;
  text-align: left;
  letter-spacing: -.03em;
  justify-content: center;
  max-width: 75%;
  margin-bottom: 0;
  font-family: Gotham Book, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  display: flex;
}

.malta {
  background-color: var(--xc_blue_20);
  padding-top: 80px;
  padding-bottom: 80px;
}

.container---insight-tool {
  justify-content: center;
  width: auto;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.header-grid-home-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto 47%;
  justify-content: center;
  justify-items: center;
  width: auto;
  max-width: 90%;
}

.container-2 {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.header-content-home-2 {
  flex-direction: column;
  align-items: flex-start;
  max-width: none;
  display: flex;
}

.button-navigation---dark {
  background-color: var(--xc_blue);
  color: #fff;
  text-align: center;
  letter-spacing: -.01em;
  white-space: nowrap;
  border: 2px solid #c0913300;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  min-height: auto;
  margin-top: 30px;
  padding: 8px 24px;
  font-family: Gotham, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.button-navigation---dark:hover {
  color: #fff;
  background-color: #8f6d28;
  border-color: #8f6d28;
}

.button-navigation---dark:active {
  background-color: #aa8231;
  border-color: #aa8231;
}

.button-navigation---dark:focus {
  border: 2px solid #c0913326;
}

.image---standard-2 {
  max-width: 100%;
}

.container-18 {
  max-width: none;
}

.jobs-1---section {
  background-color: var(--xc_white_pure);
  margin-top: auto;
  margin-bottom: auto;
  padding: 80px 3%;
  display: block;
}

.titles---jobs {
  color: #161616;
  text-align: left;
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Gotham, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 72px;
}

.container---user-personas {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.contact-text {
  color: var(--xc_white_pure);
  margin-bottom: 0;
  font-family: Gotham, sans-serif;
  font-weight: 400;
}

.content-link-card-light {
  background-color: var(--xc_blue);
  color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 104px;
  padding: 32px;
  display: flex;
}

.content-grid-saas {
  grid-column-gap: 45px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .25fr .75fr;
  justify-content: space-between;
  margin-top: 51px;
}

.contact-link-block {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.contact-cta-title {
  color: var(--xc_white_pure);
  text-transform: none;
  margin-bottom: 4px;
  font-family: Gotham, sans-serif;
  font-weight: 400;
}

.container-21 {
  max-width: 90%;
}

.contact-us---section {
  background-color: var(--xc_white);
  padding: 80px 3%;
}

.content-link-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-columns: 1fr;
  width: 100%;
  margin-top: 40px;
}

.heading-13 {
  font-family: Gotham, sans-serif;
  font-weight: 700;
}

.content-link-card {
  background-color: var(--xc_blue);
  color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 104px;
  padding: 32px;
  display: flex;
}

.slider-arrow {
  color: var(--xc_blue);
  text-shadow: 0 0 5px #0003;
}

.slider-arrow.blue {
  color: var(--xc_blue);
}

.gallery_new {
  background-color: var(--xc_white);
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 160px;
  display: block;
  position: relative;
  overflow: hidden;
}

.slide-nav {
  color: #096ad0;
}

.right-arrow {
  margin-right: -10rem;
}

.left-arrow {
  margin-left: -10rem;
}

.overflow-visible-2 {
  overflow: visible;
}

.slide {
  background-color: #0000;
}

.slide.small {
  width: 70%;
  margin-left: 10px;
  margin-right: 10px;
}

.slider {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.wrapper-3 {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  top: 0;
  left: 0;
  right: 0;
}

.quote_section {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.quote_section.wider-padding {
  background-color: var(--xc_blue_dark);
  padding-top: 160px;
  padding-bottom: 160px;
}

.wrapper-4 {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  top: 0;
  left: 0;
  right: 0;
}

.wrapper-4.space-around {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.wrapper-4.map {
  background-image: none;
}

.low-opacity {
  color: var(--xc_white);
  font-family: Gotham, sans-serif;
}

.paragraph-6 {
  color: var(--xc_white);
  font-family: Gotham Book, sans-serif;
}

.what-s-in-it-for-me {
  background-color: var(--xc_blue);
  background-image: url('../images/xc_bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
  position: relative;
  overflow: hidden;
}

.margin-bottom-2 {
  margin-bottom: 40px;
  font-family: Gotham Book, sans-serif;
  font-weight: 400;
}

.margin-bottom-2.who {
  color: var(--xc_white_pure);
  font-family: Gotham, sans-serif;
  font-weight: 400;
}

.margin-bottom-2.who.black {
  color: var(--xc_black);
}

.margin-bottom-2.white {
  color: var(--xc_white_pure);
}

.testimonal_paragraph {
  color: #096ad099;
  font-family: Gotham Book, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.testimonal_paragraph.short-paragraph {
  color: var(--xc_white_pure);
  width: 75%;
  font-weight: 400;
}

.benefits_header {
  color: var(--xc_white_pure);
  text-align: center;
  justify-content: center;
  margin: 0 auto 80px;
  font-family: Gotham, sans-serif;
  font-size: 64px;
  font-weight: 500;
  display: block;
}

.icon {
  color: #fff;
  margin-bottom: 20px;
  font-size: 24px;
}

.section-5 {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.avatar-container {
  display: flex;
}

.features_subtitle {
  color: var(--xc_blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gotham Book, sans-serif;
  font-weight: 400;
}

.features_subtitle.studio {
  color: var(--xc_blue);
  font-weight: 400;
}

.features_subtitle.tech {
  color: var(--xc_yellow);
}

.div-block-48 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 20px;
  display: flex;
}

.testimonal_section {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.testimonal_section.blue {
  background-color: var(--xc_blue_20);
  font-family: Gotham Book, sans-serif;
}

.quotation-mark {
  opacity: .1;
  margin-right: 24px;
}

.testimonial-container {
  background-color: #fff;
  align-items: flex-start;
  padding: 50px;
  display: flex;
}

.testimonial-container.border {
  background-color: #fff;
  border: 1px #096ad0;
  border-radius: 3px;
  align-items: flex-start;
  display: flex;
}

.slide-nav-3 {
  margin-top: 20px;
  margin-bottom: -20px;
  font-size: 10px;
  position: relative;
}

.hide-2 {
  display: block;
}

.slider-3 {
  background-color: #0000;
  height: 100%;
}

.small-slide {
  width: 50%;
  padding-left: 30px;
  padding-right: 30px;
}

.testimonal_heading {
  font-family: Gotham, sans-serif;
  font-weight: 500;
}

.testimonal_name {
  font-family: Gotham, sans-serif;
  font-weight: 700;
}

.heading-16 {
  font-family: Gotham, sans-serif;
}

.benefits_heading {
  color: var(--xc_white_pure);
  font-family: Gotham, sans-serif;
  font-weight: 500;
}

.heading-17 {
  color: var(--xc_blue);
  font-family: Gotham, sans-serif;
  font-weight: 700;
}

.image {
  max-width: 70%;
}

.why_malta_blocks {
  background-color: var(--xc_white_pure);
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
  position: relative;
  overflow: hidden;
}

.why_malta_blocks.bo-bottom-padding {
  background-color: var(--xc_white_pure);
  padding-top: 100px;
  padding-bottom: 100px;
}

.side-image-2.map {
  background-image: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.malta_heading {
  color: var(--xc_blue);
  font-family: Gotham, sans-serif;
  font-weight: 500;
}

.malta_heading.who {
  color: var(--xc_white_pure);
  font-family: Gotham, sans-serif;
  font-size: 4rem;
  font-weight: 500;
}

.malta_heading.who.black {
  color: var(--xc_black);
  text-align: center;
}

.malta_heading.who.yellow {
  color: var(--xc_yellow);
  text-align: center;
  text-align: center;
}

.malta_heading.who.medium {
  font-size: 3.3rem;
}

.why_malta_section {
  background-color: var(--xc_white);
}

.ultimate_gaming_hub_1 {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.ultimate_gaming_hub_1.full-screen {
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.ultimate_gaming_hub_1.full-screen.background-image-side {
  background-color: #096ad033;
  background-image: linear-gradient(to bottom, #0051fa99, #0051fa99), linear-gradient(91deg, var(--xc_blue) 13%, #2554ff00), url('../images/header_bg.png');
  background-position: 0 0, 0 0, 0%;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, auto;
  background-attachment: scroll, scroll, scroll;
  min-height: 80vh;
}

.hero_text {
  color: var(--xc_white);
  width: 75%;
  font-family: Gotham, sans-serif;
  font-weight: 400;
}

.header_hero_text {
  color: var(--xc_white);
  font-family: Gotham, sans-serif;
  font-weight: 500;
}

.section-7 {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.no-bottom-margins {
  margin-bottom: 0;
  font-family: Gotham Book, sans-serif;
  font-weight: 400;
}

.margin-top-2 {
  margin-top: 20px;
}

.paragraph-small {
  color: #096ad099;
  font-family: Gotham, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.paragraph-small.no-top-margins {
  margin-top: 0;
}

.sub-brands-header {
  color: var(--xc_blue);
  text-align: center;
  justify-content: center;
  margin: 0 auto 40px;
  font-family: Gotham, sans-serif;
  font-size: 4rem;
  font-weight: 500;
  display: block;
}

.work_with_us {
  background-color: var(--xc_blue);
  background-image: url('../images/xc_web_bg_3.jpg');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.margin-bottom-3 {
  margin-bottom: 40px;
  font-family: Gotham Book, sans-serif;
  font-weight: 400;
}

.margin-bottom-3.b-ac.black {
  color: var(--xc_black);
}

.centre-align-2 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heading-18 {
  color: var(--xc_white_pure);
  font-family: Gotham, sans-serif;
  font-weight: 500;
}

.heading-18.black {
  color: var(--xc_black);
}

.heading-18.smaller {
  font-size: 2.5rem;
}

.contact-us {
  background-color: var(--xc_blue);
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: none;
  position: relative;
  overflow: hidden;
}

.pin {
  position: absolute;
}

.form-field {
  color: #096ad0;
  background-color: #096ad00a;
  background-image: none;
  border-style: none;
  border-radius: 3px;
  min-width: 200px;
  margin-bottom: 20px;
  padding: 26px 16px;
}

.form-field::placeholder {
  color: #096ad0;
}

.form {
  width: 100%;
}

.map {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
  border-radius: 6px;
  overflow: hidden;
}

.contact-form-container {
  border-radius: 6px;
  width: 100%;
}

.contact-form-container.card {
  background-color: var(--xc_white);
  box-shadow: none;
  border: 1px #000;
  padding: 60px;
}

.text-area {
  color: #096ad0;
  background-color: #096ad00a;
  border-style: none;
  border-radius: 3px;
  min-height: 140px;
  margin-bottom: 20px;
  padding-top: 16px;
  padding-left: 16px;
}

.text-area::placeholder {
  color: #096ad0;
}

.heading-19 {
  color: var(--xc_blue);
  font-family: Gotham, sans-serif;
  font-weight: 500;
}

.ambition_creativity {
  background-color: var(--xc_white);
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
  position: relative;
  overflow: hidden;
}

.ambition_creativity.half-screen-background-image {
  background-color: var(--xc_white);
  background-image: url('../images/jason-goodman-Oalh2MojUuk-unsplash-1.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 50%;
  align-items: center;
  min-height: 50vh;
  display: flex;
}

.values_heading {
  color: var(--xc_green);
  font-family: Gotham Book, sans-serif;
  font-weight: 700;
}

.values_heading.black {
  color: var(--xc_blue);
}

.values_heading.red {
  color: var(--xc_blue);
  font-family: Gotham, sans-serif;
  font-weight: 500;
}

.values_heading.yellow {
  color: var(--xc_yellow);
}

.values_heading.blue, .values_heading.green {
  color: var(--xc_blue);
  font-family: Gotham, sans-serif;
  font-weight: 500;
}

.diverse_dynamic {
  background-color: var(--xc_white_pure);
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
  position: relative;
  overflow: hidden;
}

.diverse_dynamic.half-screen-background-image {
  background-image: url('../images/169---big.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 50%;
}

.diverse_dynamic.half-screen-background-image.right {
  background-color: var(--xc_white);
  background-image: url('../images/jason-goodman-zSpGWzwRFas-unsplash.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 50%;
  align-items: center;
  min-height: 50vh;
  display: flex;
}

.heading-21 {
  font-family: Gotham, sans-serif;
  font-weight: 700;
}

.section-9 {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.section-9.no-vertical-padding.sm-flex-vertical {
  background-color: var(--xc_blue_dark);
}

.half-screen-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  display: flex;
}

.block {
  border-style: none;
  border-width: 1px;
  flex-wrap: nowrap;
  flex: 1;
  place-content: flex-start;
  align-items: flex-start;
  min-width: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.block.lg-50 {
  float: left;
  justify-content: center;
  width: 50%;
  min-height: 400px;
  padding: 80px;
  display: flex;
}

.white {
  color: #fff;
  font-weight: 300;
}

.who_we_are {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.who_we_are.bo-bottom-padding {
  background-color: var(--xc_white);
  padding-bottom: 80px;
}

.difference_makers {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.difference_makers.half-screen-background-image {
  background-color: var(--xc_white);
  background-image: url('../images/jason-goodman-64201tp25Bw-unsplash.jpg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 50%;
  align-items: center;
  min-height: 50vh;
  display: flex;
}

.enganged_valued {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.enganged_valued.half-screen-background-image {
  background-image: url('../images/169---big.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 50%;
}

.enganged_valued.half-screen-background-image.right {
  background-color: var(--xc_white);
  background-image: url('../images/jason-goodman-NdZ08c-zu0c-unsplash.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 50%;
  align-items: center;
  min-height: 50vh;
  display: flex;
}

.heading-22 {
  font-family: Gotham Book, sans-serif;
}

.testimonial_blue {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.testimonial_blue.right {
  background-color: var(--xc_white);
}

.heading-23 {
  font-family: Gotham Book, sans-serif;
}

.bold-text-3 {
  font-family: Gotham, sans-serif;
}

.section-10 {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.margin-bottom-4 {
  margin-bottom: 40px;
  font-family: Gotham Book, sans-serif;
}

.column-image {
  margin-bottom: 20px;
  transition: transform .2s;
}

.column-image:hover {
  transform: translate(0, -5px);
}

.paragraph-small-2 {
  color: #096ad099;
  font-size: 15px;
  font-weight: 300;
}

.paragraph-small-2.short-paragraph {
  width: 75%;
}

.who_we_are_blue {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.who_we_are_blue.map {
  background-image: url('../images/Screenshot-2024-02-02-at-10.11.32.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.who_we_are_blue.wider-padding {
  padding-top: 160px;
  padding-bottom: 160px;
}

.who_we_are_blue.wider-padding.background-image {
  background-image: linear-gradient(to bottom, #1f5edc99, #1f5edc99), linear-gradient(to right, var(--xc_blue) 15%, #fff0), url('../images/tech-support.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  align-items: center;
  display: flex;
}

.who_we_are_blue.wider-padding.background-image.full_vh {
  background-image: url('../images/xc_web_bg_1.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 60vh;
}

.margin-bottom-gutter {
  margin-bottom: 30px;
}

.lightbox-image {
  transition: transform .2s ease-in-out;
}

.lightbox-image:hover {
  transform: none;
}

.paragraph-small-3 {
  color: var(--xc_black);
  font-family: Gotham Book, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.testimonal_names {
  font-family: Gotham, sans-serif;
  font-weight: 700;
}

.nav_bar_red {
  z-index: 200;
  background-color: var(--xc_white);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 20px;
  display: flex;
}

.nav_bar_red.nav_games {
  background-color: var(--xc_white);
}

.curated_games {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.curated_games.bo-bottom-padding {
  background-color: var(--xc_white);
  padding-bottom: 80px;
}

.streamlined {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.streamlined.bo-bottom-padding {
  background-color: var(--xc_white);
  padding-bottom: 80px;
}

.nav_bar_green {
  z-index: 200;
  background-color: var(--xc_white);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 20px;
  display: flex;
}

.nav_bar_green.nav_games {
  background-color: var(--xc_white);
}

.nav_bar_yellow {
  z-index: 200;
  background-color: var(--xc_white);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 20px;
  display: flex;
  position: static;
  top: 0;
  left: 0;
  right: 0;
}

.nav_bar_yellow.nav_games {
  background-color: var(--xc_white);
}

.nav_bar_yelloww {
  z-index: 200;
  background-color: var(--xc_white);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 20px;
  display: flex;
}

.nav_bar_yelloww.nav_games {
  background-color: var(--xc_white);
}

.nav_bar_yelloww.blk {
  background-color: var(--xc_black);
}

.nav_bar_yelloww.yellow {
  background-color: var(--xc_yellow);
}

.testimonial-image-wrap-2 {
  background-color: var(--xc_yellow);
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 350px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.testimonial-image-wrap-2.yellow {
  background-image: url('../images/xc_web_bg_2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonial-image-wrap-2.green {
  background-color: var(--xc_green);
  background-image: url('../images/xc_web_bg_2.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonial-image-wrap-2.red {
  background-color: var(--xc_red);
  background-image: url('../images/xc_web_bg_2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonial-image-wrap-2.blue {
  background-color: var(--xc_blue_dark);
  background-image: url('../images/xc_web_bg_2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.author-job-2 {
  color: #151c3480;
  font-family: Gotham, sans-serif;
  font-size: 1rem;
}

.testimonial---name-2 {
  padding-bottom: 0%;
  font-family: Gotham, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.testimonial---text-2 {
  color: #0a071b;
  font-family: Gotham Book, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.title-wrap-centre-2 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 90%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.left-arrow-3 {
  background-color: var(--xc_blue);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  padding: 10px;
  font-size: 14px;
  transition: all .2s;
  display: flex;
  top: 17px;
  left: -17px;
}

.left-arrow-3:hover {
  transform: translate(-2px);
}

.testimonial_xciting {
  background-color: var(--xc_white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 0;
  padding: 100px 3%;
  display: block;
  overflow: hidden;
}

.titles---2 {
  color: #161616;
  width: auto;
  max-width: none;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 64px;
  line-height: 72px;
}

.right-arrow-3 {
  background-color: var(--xc_blue_bright);
  border-radius: 100px;
  width: 45px;
  height: 45px;
  font-size: 14px;
  transition: all .2s;
  top: 17px;
  right: -17px;
}

.right-arrow-3:hover {
  transform: translate(2px);
}

.slider_icon {
  font-family: Gotham, sans-serif;
  font-weight: 900;
}

.paragraph-small-4 {
  color: #096ad099;
  font-size: 15px;
  font-weight: 300;
}

._0-opacity {
  opacity: 0;
}

.paragraph-small-5 {
  color: #096ad099;
  font-size: 15px;
  font-weight: 300;
}

.row-2 {
  flex-flow: wrap;
  align-content: stretch;
  align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.row-2.centre-align {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-24 {
  font-family: Gotham Book, sans-serif;
  font-weight: 400;
}

.life_at_xciting {
  background-color: var(--xc_white_pure);
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
  position: relative;
  overflow: hidden;
}

.life_at_xciting.map {
  background-image: url('../images/Screenshot-2024-02-02-at-10.11.32.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.our_commitment {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.our_commitment.half-screen-background-image {
  background-image: url('../images/169---big.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 50%;
}

.our_commitment.half-screen-background-image.right {
  background-color: var(--xc_white);
  background-image: url('../images/xc_phone.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 50%;
}

.one_api {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.one_api.half-screen-background-image {
  background-color: var(--xc_white);
  background-image: url('../images/xc_api.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 50%;
}

.ultimate_gaming_hub_2 {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.ultimate_gaming_hub_2.wider-padding {
  padding-top: 160px;
  padding-bottom: 160px;
}

.ultimate_gaming_hub_2.wider-padding.background-image {
  background-image: linear-gradient(#2453ffb3, #2453ffb3);
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  align-items: center;
  height: 60vh;
  display: flex;
}

.col-copy {
  flex-flow: column;
  flex: 0 auto;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.col-copy.lg-3 {
  flex: none;
  width: 25%;
}

.col-copy.lg-2 {
  width: 16.66%;
}

.col-copy.lg-6 {
  flex: 0 auto;
  align-items: flex-start;
  width: 50%;
}

.col-copy.lg-6.md-3.centre-align {
  align-items: center;
  width: 100%;
}

.col-copy.lg-6.centre-align {
  justify-content: flex-start;
  align-items: center;
}

.col-copy.lg-5 {
  width: 41.66%;
}

.col-copy.lg-5.align-vertically {
  justify-content: center;
}

.col-copy.lg-1 {
  flex: 0 auto;
  width: 8.33%;
}

.col-copy.lg-4 {
  flex-wrap: wrap;
  flex: 0 auto;
  width: 33.33%;
}

.col-copy.lg-4.sm-2.lg-vertical-align {
  justify-content: center;
}

.col-copy.lg-8 {
  width: 66.66%;
}

.why_malta_header {
  color: var(--xc_blue);
  text-align: center;
  justify-content: center;
  margin: 0 auto 80px;
  font-family: Gotham, sans-serif;
  font-size: 64px;
  font-weight: 500;
  display: block;
}

.why_malta_header.white {
  color: var(--xc_white_pure);
  font-family: Gotham, sans-serif;
  font-weight: 500;
}

.curated-games {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.curated-games.half-screen-background-image {
  background-image: url('../images/169---big.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 50%;
}

.curated-games.half-screen-background-image.right {
  background-color: var(--xc_white);
  background-image: url('../images/Business-Email-Providers-with-Its-Pros-and-Cons.jpeg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 50%;
  align-items: center;
  min-height: 50vh;
  display: flex;
}

.streamlined-integration {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.streamlined-integration.half-screen-background-image {
  background-color: var(--xc_white_pure);
  background-image: url('../images/img-TheImportanceofIntegration.jpeg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 50%;
  align-items: center;
  min-height: 50vh;
  display: flex;
}

.customisable-offerings {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.customisable-offerings.half-screen-background-image {
  background-image: url('../images/169---big.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 50%;
}

.customisable-offerings.half-screen-background-image.right, .customisable-offerings.half-screen-background-image.right-copy {
  background-color: var(--xc_white);
  background-image: url('../images/iStock-1188019651.jpeg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 50%;
  align-items: center;
  min-height: 50vh;
  display: flex;
}

.regulatory-adherence {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.regulatory-adherence.half-screen-background-image {
  background-color: var(--xc_white_pure);
  background-image: url('../images/regulation.jpeg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 50%;
  align-items: center;
  min-height: 50vh;
  display: flex;
}

.xciting_studios {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.xciting_studios.map {
  background-image: url('../images/Screenshot-2024-02-02-at-10.11.32.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.xciting_studios.wider-padding {
  padding-top: 160px;
  padding-bottom: 160px;
}

.xciting_studios.wider-padding.background-image {
  background-image: linear-gradient(to bottom, #1f5edc99, #1f5edc99), linear-gradient(to right, var(--xc_blue) 15%, #fff0), url('../images/tech-support.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  align-items: center;
  display: flex;
}

.xciting_studios.wider-padding.background-image.full_vh {
  background-image: url('../images/xc_web_bg_3.jpg'), url('../images/tech-support.jpg');
  background-position: 50% 0, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  background-attachment: scroll, scroll;
  height: 60vh;
}

.xciting_connect {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.xciting_connect.map {
  background-image: url('../images/Screenshot-2024-02-02-at-10.11.32.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.xciting_connect.wider-padding {
  padding-top: 160px;
  padding-bottom: 160px;
}

.xciting_connect.wider-padding.background-image {
  background-image: linear-gradient(to bottom, #1f5edc99, #1f5edc99), linear-gradient(to right, var(--xc_blue) 15%, #fff0), url('../images/tech-support.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  align-items: center;
  display: flex;
}

.xciting_connect.wider-padding.background-image.full_vh {
  background-image: url('../images/xc_web_bg_3.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 60vh;
}

.our-platform {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.our-platform.half-screen-background-image {
  background-image: url('../images/169---big.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 50%;
}

.our-platform.half-screen-background-image.right {
  background-color: var(--xc_white);
  background-image: url('../images/iStock-1188019651.jpeg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 50%;
  align-items: center;
  min-height: 50vh;
  display: flex;
}

.user-centric-design {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.user-centric-design.half-screen-background-image {
  background-color: var(--xc_white);
  background-image: url('../images/img-TheImportanceofIntegration.jpeg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 50%;
  align-items: center;
  min-height: 50vh;
  display: flex;
}

.advanced-analytics {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.advanced-analytics.half-screen-background-image {
  background-image: url('../images/169---big.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 50%;
}

.advanced-analytics.half-screen-background-image.right {
  background-color: var(--xc_white);
  background-image: url('../images/iStock-1188019651.jpeg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 50%;
  align-items: center;
  min-height: 50vh;
  display: flex;
}

.continuous-support {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.continuous-support.half-screen-background-image {
  background-image: url('../images/169---big.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 50%;
}

.continuous-support.half-screen-background-image.right {
  background-color: var(--xc_white);
  background-image: url('../images/iStock-1188019651.jpeg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 50%;
  align-items: center;
  min-height: 50vh;
  display: flex;
}

.secure-and-robust {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.secure-and-robust.half-screen-background-image {
  background-color: var(--xc_white);
  background-image: url('../images/img-TheImportanceofIntegration.jpeg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 50%;
  align-items: center;
  min-height: 50vh;
  display: flex;
}

.xciting_tech {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.xciting_tech.map {
  background-image: url('../images/Screenshot-2024-02-02-at-10.11.32.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.xciting_tech.wider-padding {
  padding-top: 160px;
  padding-bottom: 160px;
}

.xciting_tech.wider-padding.background-image {
  background-image: linear-gradient(to bottom, #1f5edc99, #1f5edc99), linear-gradient(to right, var(--xc_blue) 15%, #fff0), url('../images/tech-support.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  align-items: center;
  display: flex;
}

.xciting_tech.wider-padding.background-image.full_vh {
  background-image: url('../images/xc_web_bg_yellow.jpg'), linear-gradient(to bottom, #ffd03099, #ffd03099), linear-gradient(90deg, var(--xc_yellow) 15%, #fff0);
  background-position: 100%, 0 0, 0 0;
  background-repeat: repeat-x, repeat, repeat;
  background-size: cover, auto, auto;
  background-attachment: scroll, scroll, scroll;
  height: 60vh;
}

.heading-25 {
  font-family: Gotham, sans-serif;
}

.text-block {
  font-family: Gotham Book, sans-serif;
}

.sub-brands-section {
  background-color: var(--xc_white);
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.paragraph-small-6 {
  color: #096ad099;
  font-size: 15px;
  font-weight: 300;
}

.paragraph-small-6.sub-brand-text {
  color: var(--xc_black);
  text-align: left;
  width: 100%;
  font-family: Gotham Book, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.paragraph-small-6.sub-brand-text.white {
  color: var(--xc_white);
}

.sub-brand-title {
  color: var(--xc_blue);
  font-family: Gotham, sans-serif;
  font-weight: 400;
  display: block;
}

.xciting_brand_images {
  width: 216px;
  height: 60px;
  margin-bottom: 20px;
  transition: transform .2s;
}

.xciting_brand_images:hover {
  transform: translate(0, -5px);
}

.games {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.paragraph-small-7 {
  color: #096ad099;
  font-size: 15px;
  font-weight: 300;
}

.paragraph-small-7.game-paragraph {
  color: var(--xc_black);
  width: 75%;
  margin-top: 0;
  font-family: Gotham Book, sans-serif;
  font-weight: 400;
}

.paragraph-small-7.connect-para {
  color: var(--xc_black);
  width: 100%;
  margin-top: 0;
  font-family: Gotham Book, sans-serif;
}

.games-header {
  color: var(--xc_blue);
  text-align: center;
  justify-content: center;
  margin: 0 auto 80px;
  font-family: Gotham, sans-serif;
  font-weight: 500;
  display: none;
}

.row-3 {
  flex-flow: wrap;
  align-content: stretch;
  align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.game-title {
  color: var(--xc_blue);
  text-align: left;
  font-family: Gotham, sans-serif;
  font-weight: 700;
}

.our-partners {
  background-color: var(--xc_white_pure);
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.row-4 {
  flex-flow: wrap;
  align-content: stretch;
  align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.partner-header {
  color: var(--xc_green);
  text-align: center;
  justify-content: center;
  margin: 0 auto 80px;
  font-family: Gotham, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  display: block;
}

.partner-logo {
  width: 120px;
}

.sub-brands-coloumn {
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.connect-features {
  background-color: var(--xc_white_pure);
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.feature-text {
  color: var(--xc_black);
  font-family: Gotham Book, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.row-5 {
  flex-flow: wrap;
  align-content: stretch;
  align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.row-5.centre-align {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.feature-heading {
  color: var(--xc_green);
  text-align: center;
  font-family: Gotham Book, sans-serif;
  font-weight: 400;
}

.features-images {
  width: 120px;
  margin-bottom: 20px;
  transition: transform .2s;
}

.features-images:hover {
  transform: translate(0, -5px);
}

.features-margin {
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.work_with_us_2 {
  background-color: var(--xc_white_pure);
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.work_with_us_2.bo-bottom-padding {
  background-color: var(--xc_blue);
  background-image: url('../images/xc_web_bg_1.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 80px;
}

.features-new {
  background-color: var(--xc_white);
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.features-new.studios {
  background-color: var(--xc_white);
  display: none;
}

.features-new.tech {
  background-color: var(--xc_white);
}

.features-new.white {
  background-color: var(--xc_white_pure);
  display: block;
}

.features-new.white.alt {
  background-color: var(--xc_white);
}

.feature-icon-horizontal {
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.icon-side {
  width: 50px;
  margin-right: 30px;
}

.paragraph-small-8 {
  color: var(--grey);
  font-family: Gotham Book, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.features-heading {
  color: var(--xc_blue);
  font-family: Gotham, sans-serif;
  font-weight: 500;
}

.features-heading.studio {
  color: var(--xc_blue);
}

.features-heading.tech {
  color: var(--xc_yellow);
}

.features-heading.black {
  color: var(--xc_black);
}

.get_in_touch {
  background-color: var(--xc_blue);
  background-image: url('../images/xc_web_bg_3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.get_in_touch.studios {
  background-color: var(--xc_red);
  background-image: url('../images/xc_web_bg_3.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
}

.get_in_touch.tech {
  background-image: url('../images/xc_web_bg_3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.hero_banner {
  height: 60vh;
}

.background-video {
  height: 100vh;
}

.partnership_options {
  background-image: url('../images/xc_yellow.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.margin-bottom-5 {
  margin-bottom: 40px;
}

.section-header {
  text-align: center;
  justify-content: center;
  margin: 0 auto 80px;
  display: block;
}

.connect-body {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.connect-titles {
  color: var(--xc_green);
  text-align: left;
  font-family: Gotham, sans-serif;
  font-weight: 700;
}

.excellence-in-aggregation {
  background-color: var(--xc_white_pure);
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
  position: relative;
  overflow: hidden;
}

.proficiency-in-the-field {
  background-color: var(--xc_white);
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
  position: relative;
  overflow: hidden;
}

.proficiency-in-the-field.full-screen {
  background-color: var(--xc_white);
  align-items: center;
  min-height: 100vh;
  padding-top: 40px;
  display: flex;
}

.multiple-jurisdictions {
  background-color: var(--xc_white_pure);
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
  position: relative;
  overflow: hidden;
}

.straightforward-integration {
  background-color: var(--xc_white);
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
  position: relative;
  overflow: hidden;
}

.straightforward-integration.full-screen {
  background-color: var(--xc_white);
  align-items: center;
  min-height: 100vh;
  padding-top: 40px;
  display: flex;
}

.transparent-agreements, .commercially-appealing {
  background-color: var(--xc_white_pure);
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
  position: relative;
  overflow: hidden;
}

.extensive-reach {
  background-color: var(--xc_white);
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
  position: relative;
  overflow: hidden;
}

.extensive-reach.full-screen {
  background-color: var(--xc_white);
  align-items: center;
  min-height: 100vh;
  padding-top: 40px;
  display: flex;
}

.focus-on-partnership {
  background-color: var(--xc_white_pure);
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
  position: relative;
  overflow: hidden;
}

.proven-track-record {
  background-color: var(--xc_white);
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
  position: relative;
  overflow: hidden;
}

.proven-track-record.full-screen {
  background-color: var(--xc_white);
  align-items: center;
  min-height: 100vh;
  padding-top: 40px;
  display: flex;
}

.regulatory-proficiency {
  background-color: var(--xc_white_pure);
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
  position: relative;
  overflow: hidden;
}

.swift-market-entry {
  background-color: var(--xc_white);
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
  position: relative;
  overflow: hidden;
}

.swift-market-entry.full-screen {
  background-color: var(--xc_white);
  align-items: center;
  min-height: 100vh;
  padding-top: 40px;
  display: flex;
}

.bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7 {
  font-weight: 400;
}

.demo-right-arrow-wrapper {
  z-index: 5;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 100px;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.link-block {
  background-image: url('../images/noun-arrow-92222.svg');
  background-size: cover;
  display: flex;
}

.back_to_top {
  z-index: 15;
  background-image: url('../images/back_to_top.svg');
  background-position: 0 0;
  background-size: auto;
  width: 50px;
  height: 50px;
  position: fixed;
  inset: auto 4% 5% auto;
}

.link-block-2, .link-block-3, .link-block-4 {
  display: none;
}

.careers-bamboo {
  background-color: var(--xc_white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 0;
  padding: 80px 3%;
  display: block;
  overflow: hidden;
}

.code-embed {
  flex-flow: row;
  width: 100%;
  display: flex;
}

.contact-us-new {
  background-color: var(--xc_blue);
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
  position: relative;
  overflow: hidden;
}

.consultancy_para {
  color: var(--grey);
  font-family: Gotham Book, sans-serif;
  font-size: 15px;
  font-weight: 300;
  display: flex;
  overflow: visible;
}

.grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  text-align: center;
  grid-template-columns: 1fr 1fr;
}

.what_we_do_title {
  color: var(--xc_blue);
  text-align: center;
  justify-content: center;
  margin: 0 auto 10px;
  font-family: Gotham, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  display: block;
}

.what_we_do_title.white {
  color: var(--xc_white_pure);
  text-align: left;
}

.what_we_do_div {
  text-align: left;
  background-color: #2453ff;
  background-image: url('../images/Asset-4.svg'), url('../images/xc_bg_gradient.png');
  background-position: 110% 0, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: 40%, cover;
  background-attachment: scroll, scroll;
  padding: 40px;
}

.what_we_do_div.aggregator {
  background-image: url('../images/Asset-4_1.svg'), url('../images/xc_bg_gradient.png');
  background-position: 95%, 50%;
  background-size: 25%, cover;
  border-radius: 20px;
  box-shadow: 0 5px 20px 10px #0003;
}

.what_we_do_div.rgs {
  background-image: url('../images/Asset-2.svg'), url('../images/xc_bg_gradient.png');
  background-position: 95%, 50%;
  background-size: 25%, cover;
  border-radius: 20px;
  box-shadow: 0 5px 20px 10px #0003;
}

.what_we_do_div.games {
  background-image: url('../images/Asset-3.svg'), url('../images/xc_bg_gradient.png');
  background-position: 95%, 50%;
  background-size: 25%, cover;
  border-radius: 20px;
  box-shadow: 0 5px 20px 10px #0003;
}

.what_we_do_div.consulting {
  background-image: url('../images/Asset-1.svg'), url('../images/xc_bg_gradient.png');
  background-position: 95%, 50%;
  background-size: 25%, cover;
  border-radius: 20px;
  box-shadow: 0 5px 20px 10px #0003;
}

@media screen and (max-width: 991px) {
  .max-width-medium {
    max-width: none;
  }

  .nav_container {
    justify-content: space-between;
  }

  .nav_component {
    height: 7rem;
    padding-bottom: 6.5rem;
  }

  .nav_link {
    color: var(--xc_black);
    margin-left: 0;
    margin-right: 0;
  }

  .nav_link.white {
    color: var(--xc_white);
  }

  .section_home-header {
    padding-top: 8rem;
  }

  .nav_menu-wrapper {
    background-color: var(--xc_white);
    background-image: none;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .nav_menu-wrapper.dark {
    background-color: #000;
  }

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

  .button-row {
    justify-content: center;
  }

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

  .why-us_component {
    grid-template-columns: 1fr;
  }

  .section_home-team {
    min-height: 32rem;
  }

  .home_team_component {
    flex-direction: column;
    align-items: flex-start;
    padding: 3rem;
  }

  .features_grid {
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .features_grid.is-reverse {
    grid-template-columns: 1fr;
  }

  .features_content-wrapper {
    align-items: center;
  }

  .footer_cta_component {
    text-align: center;
    flex-direction: column;
  }

  .footer_cta_shape-top {
    left: -2.6rem;
  }

  .footer_cta_shape-bottom {
    right: -1.5rem;
  }

  .footer_form-row {
    grid-template-columns: 1fr;
    margin-top: 4rem;
  }

  .section_product-header {
    padding-bottom: 6rem;
  }

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

  .product_header_content-wrapper {
    text-align: center;
  }

  .product_header_images {
    justify-content: center;
    display: none;
  }

  .services_component {
    grid-column-gap: 3rem;
  }

  .services_item {
    flex-direction: column;
    align-items: center;
    display: block;
  }

  .customer_component {
    padding-bottom: 4rem;
    padding-right: 6rem;
  }

  .customer_content {
    padding: 2.5rem;
  }

  .customer_shape {
    top: -4rem;
    right: 4rem;
  }

  .section_pricing-header {
    padding-top: 8rem;
    position: relative;
  }

  .pricing_background {
    height: 80%;
    min-height: auto;
  }

  .pricing_component {
    grid-template-columns: 1fr;
    margin-top: 4rem;
  }

  .pricing_plan {
    padding-top: 3rem;
  }

  .pricing_list, .pricing_list-item {
    margin-bottom: 1rem;
  }

  .about_header_small-shape {
    width: 2.75rem;
    height: 3rem;
  }

  .about_header_big-shape {
    width: 5rem;
    height: 6rem;
  }

  .about_header_top-shapes {
    grid-template-columns: .75fr 1.5fr;
  }

  .about_header_bottom-shapes {
    grid-template-columns: 1.5fr .75fr;
  }

  .about_shapes {
    bottom: -2rem;
  }

  .about_shape-top {
    width: 3.5rem;
    height: 4rem;
    margin-bottom: 0;
    margin-right: 2rem;
  }

  .about_shape-bottom {
    width: 2rem;
    height: 2.25rem;
  }

  .team_person-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .section_contact-us {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .nav_link-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer_cta_content {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .footer_cta_background {
    width: 100%;
  }

  .nav_menu-button {
    color: var(--xc_white);
    border-radius: .5rem;
    padding: 1.5rem 1rem 1rem;
  }

  .nav_menu-button.w--open {
    background-color: var(--xc_red);
    color: var(--xc_black);
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

  .blog_header_shape-left {
    inset: -2.5rem auto auto 0;
  }

  .blog_header_shape-right {
    bottom: -3.5rem;
    right: 0;
  }

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

  .margin-xxlarge {
    margin: 4rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-right.margin-xxlarge.is-home-team {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

  .button-wrapper {
    margin-right: 0;
  }

  .nav_button-wrapper {
    justify-content: center;
    margin-top: 1rem;
    margin-left: 1rem;
    display: flex;
  }

  .about_image {
    border-top-right-radius: 2.5rem;
  }

  .features_grid-wrapper {
    grid-row-gap: 4rem;
  }

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

  .nav_menu-button-icon {
    color: var(--xc_white);
    justify-content: center;
    align-items: center;
    height: 1.25rem;
    display: flex;
  }

  .nav_menu-button-icon:focus {
    color: var(--xc_white);
  }

  .nav_menu-button-icon.dark, .nav_menu-button-icon.white {
    color: var(--xc_black);
  }

  .footer_content, .contact_form {
    grid-template-columns: 1fr;
  }

  .padding-section-xhuge {
    padding-bottom: 0;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .hide-tablet {
    display: none;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

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

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

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

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .paragraph-3 {
    text-align: left;
    width: 90%;
  }

  .open_mic_game_page_header {
    padding-bottom: 6rem;
  }

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

  .padding-section-footer {
    padding-top: 0;
  }

  .text-align-subheader {
    font-size: 1.2rem;
  }

  .heading-5 {
    text-align: center;
  }

  .games-section-highlight {
    grid-column-gap: 3rem;
  }

  .heading-7, .heading-8 {
    text-align: center;
  }

  .text-field, .textarea {
    width: 30rem;
  }

  .form-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    display: flex;
  }

  .form-block {
    justify-content: center;
    width: auto;
    display: flex;
  }

  .section-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .col {
    width: 50%;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .col.lg-3 {
    flex-wrap: nowrap;
    width: 33.33%;
  }

  .col.lg-3.md-4 {
    align-items: center;
    width: 100%;
  }

  .col.lg-3._2-col-in-mobile, .col.lg-2.md-2 {
    width: 50%;
  }

  .col.lg-6.md-3 {
    width: 75%;
  }

  .col.lg-6.md-4 {
    align-items: center;
    width: 100%;
    margin-bottom: 15px;
  }

  .col.lg-6.map {
    background-image: none;
    width: 100%;
  }

  .col.lg-5 {
    width: 50%;
  }

  .col.lg-5.align-vertically.map {
    background-image: none;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .col.lg-1, .col.lg-1.hidden-lg-down {
    display: none;
  }

  .col.lg-4 {
    width: 50%;
  }

  .col.lg-4.centre-align {
    flex-direction: row;
    width: 75%;
    margin-bottom: 4rem;
    padding-left: 30px;
    padding-right: 30px;
  }

  .col.lg-4.xs-1 {
    width: 75%;
  }

  .col.lg-8.md-4 {
    width: 100%;
  }

  .footer-logo-2 {
    margin-bottom: 40px;
  }

  .footer-links-container {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .negative-margin {
    margin-left: -19px;
  }

  .row {
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .row.md-reverse-layout {
    flex-flow: column-reverse wrap;
  }

  .row.md-reverse-layout.md-centre-align {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .row.no-bottom-margins {
    margin-bottom: 0;
  }

  .row.align-centre {
    justify-content: center;
  }

  .row.center {
    flex-flow: column;
    align-items: center;
  }

  .wrapper {
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }

  .wrapper.navbar-2 {
    background-color: var(--xc_white);
    position: relative;
  }

  .nav-menu-2 {
    background-color: var(--xc_white);
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: 100%;
    max-height: 100vh;
    padding-bottom: 30px;
    overflow: scroll;
  }

  .nav-cta-button-container {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .burger-icon {
    color: #096ad0;
  }

  .burger-icon.red {
    color: var(--xc_red);
  }

  .burger-icon.green {
    color: var(--xc_green);
  }

  .burger-icon.yellow {
    color: var(--xc_yellow);
  }

  .nav-bar {
    background-color: #fff;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .nav-link-2 {
    background-color: var(--xc_white);
    text-align: center;
    flex: 1;
    padding-top: 24px;
    padding-bottom: 24px;
    display: block;
  }

  .nav-link-2.border {
    flex: 0 auto;
  }

  .nav-logo-2 {
    flex: 1;
  }

  .menu-button-3 {
    color: #2e323c;
    display: block;
    position: relative;
  }

  .menu-button-3.w--open {
    color: #096ad0;
    background-color: #0000;
  }

  .xc_header {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .xc_header.wider-padding {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .side-image {
    max-width: 80%;
  }

  .api_section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .api_section.full-screen {
    min-height: 800px;
  }

  .div-block-50 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .value-proposition-container {
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .wrapper-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .success_section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

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

  .testimonial---slider-container {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .horizontal-content-block {
    padding-left: 25px;
    padding-right: 40px;
  }

  .testimonial-image-2 {
    max-width: 120%;
    position: relative;
  }

  .testimonial-image-2.neil {
    max-width: 100%;
    padding-top: 29%;
  }

  .testimonial-image-2.lisa {
    max-width: 80%;
  }

  .testimonial-image-2.dylan, .testimonial-image-2.claudio {
    max-width: 100%;
    padding-top: 25%;
  }

  .titles---1 {
    text-align: center;
    width: 100%;
  }

  .gallery-image-block {
    height: 250px;
  }

  .employee-testimonial {
    display: block;
  }

  .hero-heading {
    text-align: center;
  }

  .gallery---container {
    max-width: 95%;
  }

  .company-perk-grid {
    grid-template-columns: 1fr 1fr;
  }

  .gallery---malta, .body-medium---left-aligned-copy {
    max-width: 90%;
  }

  .container---insight-tool {
    text-align: center;
  }

  .header-grid-home-2 {
    grid-row-gap: 62px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .container-2 {
    text-align: center;
  }

  .header-content-home-2 {
    align-items: center;
  }

  .jobs-1---section {
    padding-top: 80px;
  }

  .titles---jobs {
    text-align: center;
    width: 100%;
  }

  .content-link-card-light {
    text-align: center;
    justify-content: center;
  }

  .html-embed-2 {
    margin-top: 0;
  }

  .content-grid-saas {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .contact-link-block {
    align-items: center;
  }

  .contact-us---section {
    padding-top: 20px;
  }

  .content-link-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .content-link-card {
    text-align: center;
    justify-content: center;
  }

  .gallery_new {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .right-arrow {
    margin-right: -30px;
  }

  .left-arrow {
    margin-left: -30px;
  }

  .slide.small {
    width: 80%;
  }

  .wrapper-3 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .quote_section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .quote_section.wider-padding {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .wrapper-4 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .wrapper-4.space-around {
    flex-wrap: wrap;
  }

  .wrapper-4.map {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-image: none;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    display: block;
  }

  .what-s-in-it-for-me {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .margin-bottom-2 {
    margin-bottom: 40px;
  }

  .testimonal_paragraph.short-paragraph {
    width: 100%;
  }

  .benefits_header {
    margin-bottom: 40px;
  }

  .section-5, .testimonal_section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .small-slide {
    width: 100%;
  }

  .why_malta_blocks, .ultimate_gaming_hub_1 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .ultimate_gaming_hub_1.full-screen {
    min-height: 800px;
  }

  .ultimate_gaming_hub_1.full-screen.background-image-side {
    background-image: linear-gradient(#0051fac2, #0051fac2), url('../images/header_bg.png');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .section-7 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .sub-brands-header {
    margin-bottom: 40px;
  }

  .work_with_us {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .margin-bottom-3 {
    color: var(--xc_white);
    margin-bottom: 40px;
  }

  .margin-bottom-3.b-ac.black {
    color: var(--xc_black);
  }

  .contact-us {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .contact-form-container.card {
    margin-top: 5%;
    padding: 40px;
  }

  .heading-19 {
    text-align: center;
  }

  .ambition_creativity {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .ambition_creativity.half-screen-background-image {
    background-image: linear-gradient(#0051fabf, #0051fabf), url('../images/jason-goodman-Oalh2MojUuk-unsplash-1.jpg');
    background-position: 0 0, 0%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .values_heading {
    color: var(--xc_white);
  }

  .values_heading.black {
    color: var(--xc_blue);
  }

  .values_heading.green {
    color: var(--xc_green);
  }

  .diverse_dynamic {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .diverse_dynamic.half-screen-background-image {
    background-size: 48%;
  }

  .diverse_dynamic.half-screen-background-image.right {
    background-image: linear-gradient(#0051fabf, #0051fabf), url('../images/jason-goodman-zSpGWzwRFas-unsplash.jpg');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .section-9 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-9.no-vertical-padding {
    padding-top: 0;
    padding-bottom: 0;
  }

  .block {
    flex: 0 0 100%;
    align-self: stretch;
    width: auto;
    min-height: auto;
  }

  .who_we_are, .difference_makers {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .difference_makers.half-screen-background-image {
    background-image: linear-gradient(#0051fabf, #0051fabf), url('../images/jason-goodman-64201tp25Bw-unsplash.jpg');
    background-position: 0 0, 0%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .enganged_valued {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .enganged_valued.half-screen-background-image {
    background-size: 48%;
  }

  .enganged_valued.half-screen-background-image.right {
    background-image: linear-gradient(#0051fabf, #0051fabf), url('../images/jason-goodman-NdZ08c-zu0c-unsplash.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .testimonial_blue, .section-10 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .margin-bottom-4 {
    margin-bottom: 40px;
  }

  .paragraph-small-2.short-paragraph {
    width: 100%;
  }

  .who_we_are_blue {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .who_we_are_blue.wider-padding {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .nav_bar_red {
    background-color: #fff;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .curated_games, .streamlined {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .nav_bar_green, .nav_bar_yellow, .nav_bar_yelloww {
    background-color: #fff;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .titles---2 {
    text-align: center;
    width: 100%;
  }

  .row-2 {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .life_at_xciting, .our_commitment {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .our_commitment.half-screen-background-image {
    background-size: 48%;
  }

  .our_commitment.half-screen-background-image.right {
    background-image: linear-gradient(#0051fabf, #0051fabf), url('../images/jason-goodman-zSpGWzwRFas-unsplash.jpg');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .one_api {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .one_api.half-screen-background-image {
    background-image: linear-gradient(#0051fabf, #0051fabf), url('../images/jason-goodman-Oalh2MojUuk-unsplash-1.jpg');
    background-position: 0 0, 0%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .ultimate_gaming_hub_2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .ultimate_gaming_hub_2.wider-padding {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .ultimate_gaming_hub_2.wider-padding.background-image {
    background-image: url('../images/xc_web_bg_3.jpg'), url('../images/xc_web_bg_1.jpg');
    background-position: 50% 100%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: cover, cover;
  }

  .col-copy {
    width: 50%;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .col-copy.lg-3 {
    flex-wrap: nowrap;
    width: 33.33%;
  }

  .col-copy.lg-3.md-4 {
    align-items: center;
    width: 100%;
  }

  .col-copy.lg-3._2-col-in-mobile, .col-copy.lg-2.md-2 {
    width: 50%;
  }

  .col-copy.lg-6.md-3 {
    width: 75%;
  }

  .col-copy.lg-6.md-4 {
    align-items: center;
    width: 100%;
    margin-bottom: 15px;
  }

  .col-copy.lg-5 {
    width: 50%;
  }

  .col-copy.lg-1, .col-copy.lg-1.hidden-lg-down {
    display: none;
  }

  .col-copy.lg-4 {
    width: 50%;
  }

  .col-copy.lg-8.md-4 {
    width: 100%;
  }

  .why_malta_header {
    margin-bottom: 40px;
  }

  .curated-games {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .curated-games.half-screen-background-image {
    background-size: 48%;
  }

  .curated-games.half-screen-background-image.right {
    background-image: linear-gradient(#0051fabf, #0051fabf), url('../images/jason-goodman-zSpGWzwRFas-unsplash.jpg');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .streamlined-integration {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .streamlined-integration.half-screen-background-image {
    background-image: linear-gradient(#0051fabf, #0051fabf), url('../images/jason-goodman-Oalh2MojUuk-unsplash-1.jpg');
    background-position: 0 0, 0%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .customisable-offerings {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .customisable-offerings.half-screen-background-image {
    background-size: 48%;
  }

  .customisable-offerings.half-screen-background-image.right, .customisable-offerings.half-screen-background-image.right-copy {
    background-image: linear-gradient(#0051fabf, #0051fabf), url('../images/jason-goodman-zSpGWzwRFas-unsplash.jpg');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .regulatory-adherence {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .regulatory-adherence.half-screen-background-image {
    background-image: linear-gradient(#0051fabf, #0051fabf), url('../images/jason-goodman-Oalh2MojUuk-unsplash-1.jpg');
    background-position: 0 0, 0%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .xciting_studios {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .xciting_studios.wider-padding {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .xciting_connect {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .xciting_connect.wider-padding {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .our-platform {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .our-platform.half-screen-background-image {
    background-size: 48%;
  }

  .our-platform.half-screen-background-image.right {
    background-image: linear-gradient(#0051fabf, #0051fabf), url('../images/jason-goodman-zSpGWzwRFas-unsplash.jpg');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .user-centric-design {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .user-centric-design.half-screen-background-image {
    background-image: linear-gradient(#0051fabf, #0051fabf), url('../images/jason-goodman-Oalh2MojUuk-unsplash-1.jpg');
    background-position: 0 0, 0%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .advanced-analytics {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .advanced-analytics.half-screen-background-image {
    background-size: 48%;
  }

  .advanced-analytics.half-screen-background-image.right {
    background-image: linear-gradient(#0051fabf, #0051fabf), url('../images/jason-goodman-zSpGWzwRFas-unsplash.jpg');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .continuous-support {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .continuous-support.half-screen-background-image {
    background-size: 48%;
  }

  .continuous-support.half-screen-background-image.right {
    background-image: linear-gradient(#0051fabf, #0051fabf), url('../images/jason-goodman-zSpGWzwRFas-unsplash.jpg');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .secure-and-robust {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .secure-and-robust.half-screen-background-image {
    background-image: linear-gradient(#0051fabf, #0051fabf), url('../images/jason-goodman-Oalh2MojUuk-unsplash-1.jpg');
    background-position: 0 0, 0%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .xciting_tech {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .xciting_tech.wider-padding {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .sub-brands-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .paragraph-small-6.sub-brand-text {
    text-align: center;
    width: 100%;
  }

  .sub-brand-title {
    text-align: center;
  }

  .games {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .paragraph-small-7.game-paragraph, .paragraph-small-7.connect-para {
    width: 100%;
  }

  .games-header {
    margin-bottom: 40px;
  }

  .row-3 {
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .game-title {
    text-align: center;
  }

  .our-partners {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .row-4 {
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .partner-header {
    margin-bottom: 40px;
  }

  .partner-logo-container {
    justify-content: center;
    width: 50%;
    display: flex;
  }

  .partner-logo {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .sub-brands-coloumn {
    margin-bottom: 40px;
  }

  .connect-features {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .row-5 {
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .features-margin {
    margin-bottom: 40px;
  }

  .work_with_us_2, .features-new {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .feature-icon-horizontal {
    margin-bottom: 20px;
  }

  .get_in_touch, .partnership_options {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .margin-bottom-5, .section-header {
    margin-bottom: 40px;
  }

  .connect-body {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .connect-titles {
    text-align: center;
  }

  .excellence-in-aggregation, .proficiency-in-the-field {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .proficiency-in-the-field.full-screen {
    min-height: 800px;
  }

  .multiple-jurisdictions, .straightforward-integration {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .straightforward-integration.full-screen {
    min-height: 800px;
  }

  .transparent-agreements, .commercially-appealing, .extensive-reach {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .extensive-reach.full-screen {
    min-height: 800px;
  }

  .focus-on-partnership, .proven-track-record {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .proven-track-record.full-screen {
    min-height: 800px;
  }

  .regulatory-proficiency, .swift-market-entry {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .swift-market-entry.full-screen {
    min-height: 800px;
  }

  .demo-right-arrow-wrapper {
    position: fixed;
  }

  .code-embed {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .contact-us-new {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .what_we_do_title {
    margin-bottom: 20px;
  }

  .what_we_do_title.white {
    text-align: center;
  }

  .what_we_do_div.aggregator, .what_we_do_div.rgs {
    text-align: center;
    background-position: 50%, 50%;
    background-size: 50%, cover;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .what_we_do_div.games {
    text-align: center;
    background-position: 50%, 50%;
    background-size: 50%, cover;
  }

  .what_we_do_div.consulting {
    text-align: center;
    background-position: 50%, 50%;
    background-size: 50%, cover;
    padding-top: 60px;
    padding-bottom: 65px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

  .button {
    padding: .75rem 1.5rem;
  }

  .icon-large {
    height: 2.5rem;
  }

  .icon-1x1-small {
    width: 2rem;
    height: 1.5rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .button-text {
    padding: .75rem 1.5rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .text-size-medium {
    text-align: center;
    margin-bottom: 1rem;
  }

  .nav_container, .nav_component {
    height: 5rem;
  }

  .nav_logo-link {
    padding-left: 0;
  }

  .section_home-header {
    padding-top: 8rem;
    padding-bottom: 6rem;
  }

  .nav_menu-wrapper {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .nav_logo {
    height: 4rem;
    margin-left: 2rem;
    padding-left: 1rem;
    left: -2rem;
  }

  .nav_logo.dark {
    left: -2rem;
  }

  .home_header_big-shape {
    height: 12rem;
  }

  .social_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }

  .section_home-why-us {
    margin-bottom: 4rem;
  }

  .why-us_columns {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .why-us_item {
    margin-bottom: 1.5rem;
  }

  .section_home-team {
    min-height: 24rem;
  }

  .home_team_component {
    width: 95%;
    padding: 2.5rem;
  }

  .features_image-wrapper {
    padding: 2rem;
  }

  .footer_cta_shape-top {
    display: none;
  }

  .footer_cta_shape-bottom {
    bottom: -2rem;
    right: 0;
  }

  .footer_form-row {
    margin-top: 3rem;
  }

  .footer_content-right {
    grid-template-columns: 1fr;
  }

  .faq_title {
    font-size: 1.5rem;
  }

  .footer_link {
    margin-top: 1rem;
  }

  .footer_socials {
    margin-top: 1.5rem;
  }

  .footer_form {
    flex-direction: column;
  }

  .footer_form-input {
    margin-bottom: 1rem;
  }

  .section_product-header {
    padding-top: 8rem;
  }

  .product_header_component {
    grid-row-gap: 3rem;
  }

  .product_header_images {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .product_header_shape-bottom {
    margin-bottom: 1rem;
  }

  .services_component {
    grid-column-gap: 4rem;
    text-align: center;
    grid-template-columns: 1fr;
    justify-content: center;
  }

  .services_item {
    flex-direction: column;
    align-items: center;
    max-width: 24rem;
    display: block;
  }

  .section_pricing-header {
    padding-top: 6rem;
  }

  .pricing_content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .pricing_list {
    margin-top: 2rem;
    margin-bottom: 1.5rem;
  }

  .section_about-us-header {
    padding-top: 8rem;
    padding-bottom: 6rem;
  }

  .about_header_shapes {
    top: 1rem;
    right: 3rem;
  }

  .about_header_big-shape {
    width: 4rem;
    height: 5rem;
  }

  .about_shape-top {
    border-bottom-right-radius: 1rem;
    width: 2.5rem;
    height: 3rem;
  }

  .team_component {
    grid-template-columns: 1.5fr;
  }

  .section_contact-us {
    padding-top: 6rem;
  }

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

  .footer_cta_content {
    text-align: center;
    flex-direction: column;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .utility_wrapper {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .section_blog-header {
    padding-top: 8rem;
    padding-bottom: 6rem;
  }

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

  .margin-xxlarge {
    margin: 3rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

  .nav_button-wrapper {
    margin-top: 1rem;
  }

  .footer_cta_button-wrapper {
    margin-top: 2rem;
  }

  .features_grid-wrapper {
    grid-row-gap: 2rem;
  }

  .nav_menu-button-icon {
    height: 1rem;
  }

  .blog_image-link {
    margin-bottom: 1.25rem;
  }

  .social_ilnk {
    justify-content: center;
    align-items: center;
  }

  .team_socials {
    margin-top: 1.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

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

  .hide-mobile-landscape {
    display: none;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-style-h2 {
    text-align: center;
    font-size: 2rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

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

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .fs-styleguide_version {
    font-size: .875rem;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h5 {
    font-size: .875rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .partners, .padding-global-copy {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .heading-2 {
    text-align: center;
  }

  .open_mic_game_page_header {
    padding-top: 8rem;
  }

  .footer_social_new {
    margin-top: 1.5rem;
  }

  .games-section-highlight {
    grid-column-gap: 4rem;
    text-align: center;
    grid-template-columns: 1fr;
    justify-content: center;
  }

  .col.lg-3.sm-1 {
    width: 50%;
  }

  .col.lg-3.sm-2, .col.lg-6, .col.lg-6.md-3.sm-2 {
    width: 100%;
  }

  .col.lg-6.centre-align {
    width: 75%;
  }

  .col.lg-5 {
    width: 100%;
  }

  .col.lg-5.bottom-margin-mobile {
    margin-bottom: 40px;
  }

  .col.lg-4.sm-2 {
    width: 100%;
  }

  .footer-logo-2 {
    padding-left: 0;
  }

  .footer-links-container {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 40px;
    display: flex;
  }

  .row {
    flex-wrap: wrap;
  }

  .row.sm-reverse {
    flex-direction: column-reverse;
  }

  .row.flex-horizontal {
    flex-flow: wrap;
    margin-bottom: 0;
  }

  .menu-button-3 {
    width: 56px;
    height: 56px;
    margin-right: 4px;
  }

  .xc_header.wider-padding.background-image {
    height: 400px;
  }

  .side-image {
    margin-bottom: 20px;
  }

  .api_section.full-screen {
    min-height: 600px;
  }

  .value-proposition-container {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .testimonial-image-wrap {
    width: 100%;
    height: 280px;
  }

  .horizontal-angle {
    display: none;
  }

  .slider-horizontal {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .horizontal-content-block {
    width: 100%;
    padding: 45px;
  }

  .testimonial-image-2 {
    max-width: 65%;
  }

  .testimonial-image-2.neil {
    max-width: 60%;
    padding-top: 5%;
  }

  .testimonial-image-2.lisa {
    max-width: 50%;
  }

  .testimonial-image-2.dylan {
    max-width: 70%;
  }

  .testimonial-image-2.claudio {
    max-width: 70%;
    padding-top: 20%;
  }

  .testimonial-section-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .testimonial-card-2 {
    flex-wrap: wrap;
  }

  .gallery-image-block {
    height: 160px;
  }

  .employee-testimonial {
    padding-top: 60px;
  }

  .company-perk-grid {
    grid-template-columns: 1fr;
  }

  .company-value-card {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .header-grid-home-2 {
    grid-row-gap: 72px;
    grid-template-columns: 1fr;
  }

  .jobs-1---section {
    overflow: hidden;
  }

  .slider-arrow {
    font-size: 28px;
  }

  .slide-nav {
    font-size: 10px;
  }

  .right-arrow {
    margin-right: -30px;
  }

  .left-arrow {
    margin-left: -30px;
  }

  .wrapper-4.space-around {
    justify-content: space-around;
  }

  .testimonal_paragraph.short-paragraph {
    width: 100%;
  }

  .small-slide {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .sm-align-centre {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .side-image-2 {
    margin-bottom: 20px;
  }

  .ultimate_gaming_hub_1.full-screen {
    min-height: 600px;
  }

  .contact-form-container.card {
    margin-top: 5%;
    padding: 40px;
  }

  .ambition_creativity.half-screen-background-image, .diverse_dynamic.half-screen-background-image, .diverse_dynamic.half-screen-background-image.right {
    background-size: cover;
  }

  .section-9.no-vertical-padding.sm-flex-vertical {
    flex-direction: column;
    display: flex;
  }

  .block {
    flex: 0 0 100%;
  }

  .block.lg-50 {
    width: 100%;
  }

  .difference_makers.half-screen-background-image, .enganged_valued.half-screen-background-image, .enganged_valued.half-screen-background-image.right {
    background-size: cover;
  }

  .testimonial-image {
    margin-bottom: 40px;
  }

  .paragraph-small-2.short-paragraph {
    width: 100%;
  }

  .who_we_are_blue.map {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .who_we_are_blue.wider-padding.background-image {
    height: auto;
  }

  .who_we_are_blue.wider-padding.background-image.full_vh {
    height: 70vh;
  }

  .testimonial-image-wrap-2 {
    width: 100%;
    height: 280px;
  }

  .testimonial_xciting {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .row-2 {
    flex-wrap: wrap;
  }

  .life_at_xciting.map {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .our_commitment.half-screen-background-image, .our_commitment.half-screen-background-image.right, .one_api.half-screen-background-image {
    background-size: cover;
  }

  .ultimate_gaming_hub_2.wider-padding.background-image {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    height: 400px;
  }

  .col-copy.lg-3.sm-1 {
    width: 50%;
  }

  .col-copy.lg-3.sm-2, .col-copy.lg-6, .col-copy.lg-6.md-3.sm-2 {
    width: 100%;
  }

  .col-copy.lg-6.centre-align {
    width: 75%;
  }

  .col-copy.lg-5 {
    width: 100%;
  }

  .col-copy.lg-5.bottom-margin-mobile {
    margin-bottom: 40px;
  }

  .col-copy.lg-4.sm-2 {
    width: 100%;
  }

  .curated-games.half-screen-background-image, .curated-games.half-screen-background-image.right, .streamlined-integration.half-screen-background-image, .customisable-offerings.half-screen-background-image, .customisable-offerings.half-screen-background-image.right, .customisable-offerings.half-screen-background-image.right-copy, .regulatory-adherence.half-screen-background-image {
    background-size: cover;
  }

  .xciting_studios.map {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .xciting_studios.wider-padding.background-image {
    height: auto;
  }

  .xciting_connect.map {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .xciting_connect.wider-padding.background-image {
    height: auto;
  }

  .our-platform.half-screen-background-image, .our-platform.half-screen-background-image.right, .user-centric-design.half-screen-background-image, .advanced-analytics.half-screen-background-image, .advanced-analytics.half-screen-background-image.right, .continuous-support.half-screen-background-image, .continuous-support.half-screen-background-image.right, .secure-and-robust.half-screen-background-image {
    background-size: cover;
  }

  .xciting_tech.map {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .xciting_tech.wider-padding.background-image {
    height: auto;
  }

  .paragraph-small-6.sub-brand-text, .paragraph-small-7.game-paragraph, .paragraph-small-7.connect-para {
    width: 100%;
  }

  .row-3, .row-4 {
    flex-wrap: wrap;
  }

  .partner-logo {
    flex: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .row-5 {
    flex-wrap: wrap;
  }

  .feature-icon-horizontal {
    align-items: center;
  }

  .features-heading {
    text-align: center;
    margin-top: 1rem;
  }

  .hero_banner {
    background-image: url('../images/xc_web_bg_3.jpg');
    background-size: cover;
  }

  .proficiency-in-the-field.full-screen, .straightforward-integration.full-screen, .extensive-reach.full-screen, .proven-track-record.full-screen, .swift-market-entry.full-screen {
    min-height: 600px;
  }

  .careers-bamboo {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .what_we_do_div.consulting {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 479px) {
  .text-size-regular.text-color-white.footer {
    font-size: .8rem;
  }

  .text-rich-text {
    max-width: 100%;
  }

  .text-rich-text h2 {
    text-align: center;
  }

  .button.is-secondary {
    max-width: 90%;
  }

  .icon-1x1-small {
    color: var(--xc_blue);
  }

  .padding-global {
    padding-top: 0;
  }

  .form_input {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .text-size-large.text-color-black {
    text-align: center;
  }

  .section_home-header {
    height: auto;
    padding-top: 6rem;
  }

  .button-row {
    align-items: flex-start;
  }

  .home_header_big-shape {
    height: 10rem;
  }

  .why-us_item {
    padding: 1.5rem 1rem;
  }

  .section_home-team {
    height: 20rem;
    min-height: auto;
    margin-bottom: 14rem;
  }

  .home_team_component {
    width: 100%;
    height: auto;
    padding: 2rem;
    bottom: -14rem;
  }

  .features_image-wrapper {
    min-height: auto;
  }

  .faq_number-wrapper {
    margin-right: 1rem;
  }

  .faq_answer-wrapper {
    margin-left: 3rem;
  }

  .faq_title {
    font-size: 1.25rem;
  }

  .section_product-header {
    padding-bottom: 5rem;
  }

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

  .product_header_big-image {
    border-bottom-right-radius: 7rem;
    max-height: none;
    margin-right: 0;
  }

  .product_header_shape-top {
    position: absolute;
    top: -3rem;
  }

  .customer_component {
    padding-bottom: 0;
    padding-right: 0;
  }

  .customer_content {
    margin-top: -2rem;
    position: relative;
  }

  .pricing_plan {
    padding: 2rem;
  }

  .about_header_small-shape {
    width: 1.75rem;
    height: 2rem;
  }

  .about_header_big-shape {
    width: 3rem;
    height: 3.5rem;
  }

  .about_header_top-shapes {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .about_header_bottom-shapes {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-columns: 1.5fr .75fr;
  }

  .about_shapes {
    right: .5rem;
  }

  .team_person-wrapper {
    grid-template-columns: 1fr;
  }

  .section_contact-us {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .utility_form {
    align-items: center;
  }

  .section_blog-header {
    padding-bottom: 5rem;
  }

  .blog_header_shape-right {
    width: 2rem;
    height: 2rem;
    bottom: -3rem;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

  .testimonials_item {
    padding: 1.5rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .hide-mobile-portrait {
    display: none;
  }

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

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .open_mic_game_page_header {
    padding-bottom: 5rem;
  }

  .heading-4 {
    text-align: center;
  }

  .padding-section-footer {
    padding-bottom: 1rem;
  }

  .text-align-subheader {
    font-size: 1.2rem;
  }

  .footer_logo_new {
    max-width: 100%;
  }

  .license_logo_stack {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .text-style-email, .link_block {
    text-align: center;
  }

  .text-field, .textarea {
    width: 16rem;
  }

  .form-2 {
    flex-direction: column;
  }

  .form-block {
    justify-content: center;
    width: auto;
    display: flex;
  }

  .col {
    margin-bottom: 0;
  }

  .col.lg-3, .col.lg-3._2-col-in-mobile {
    width: 100%;
  }

  .col.lg-6 {
    align-items: flex-start;
    width: 100%;
  }

  .col.lg-6.md-3.centre-align.tech, .col.lg-6.md-3.xs-2, .col.lg-6.centre-align, .col.lg-5, .col.lg-4, .col.lg-4.centre-align {
    width: 100%;
  }

  .col.lg-4.centre-align.xs-margin-bottom {
    margin-bottom: 20px;
  }

  .col.lg-4.xs-1 {
    width: 100%;
  }

  .negative-margin {
    margin-left: -10px;
  }

  .social-media-icon {
    padding: 0;
  }

  .row.flex-horizontal {
    flex-direction: row;
  }

  .burger-icon.red {
    color: var(--xc_red);
  }

  .burger-icon.green {
    color: var(--xc_green);
  }

  .burger-icon.yellow {
    color: var(--xc_yellow);
  }

  .nav-bar {
    position: relative;
  }

  .menu-button-3 {
    flex: 0 auto;
    margin-right: 0;
  }

  .side-image {
    margin-bottom: 20px;
  }

  .short-paragraph, .value-proposition-container.vertical-align {
    width: 100%;
  }

  .testimonial-image-wrap {
    height: 260px;
  }

  .author-block-2 {
    margin-top: 15px;
  }

  .horizontal-content-block {
    text-align: center;
    align-items: center;
    padding-bottom: 70px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .left-arrow-2 {
    inset: auto auto -3% 20%;
  }

  .testimonial-image-2 {
    max-width: 80%;
  }

  .testimonial-image-2.neil {
    max-width: 90%;
    padding-top: 10%;
  }

  .testimonial-image-2.lisa {
    max-width: 60%;
  }

  .testimonial-image-2.dylan, .testimonial-image-2.claudio {
    max-width: 100%;
  }

  .testimonial-section-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .titles---1 {
    font-size: 52px;
    line-height: 60px;
  }

  .right-arrow-2 {
    inset: auto 20% -3% auto;
  }

  .gallery-image-block {
    height: 100px;
  }

  .employee-testimonial {
    padding-top: 60px;
  }

  .hero-heading {
    width: auto;
    font-size: 48px;
    line-height: 55px;
  }

  .hero-heading.black {
    font-size: 2.5rem;
  }

  .gallery-row {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .gallery-row-centre {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
    margin-top: 26px;
    margin-bottom: 26px;
  }

  .container-19 {
    max-width: none;
  }

  .gallery-row-reversed {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-top: 24px;
  }

  .body-medium---left-aligned-copy {
    max-width: none;
  }

  .header-grid-home-2, .button-navigation---dark {
    display: block;
  }

  .image---standard-2 {
    max-width: 100%;
    padding-top: 5%;
  }

  .jobs-1---section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .titles---jobs {
    font-size: 52px;
    line-height: 60px;
  }

  .content-link-card-light {
    justify-content: center;
  }

  .content-grid-saas {
    grid-template-rows: auto auto;
  }

  .contact-link-block {
    text-align: center;
  }

  .contact-us---section {
    padding-top: 20px;
  }

  .content-link-card {
    justify-content: center;
  }

  .slider-arrow {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 22px;
  }

  .slide-nav {
    height: 32px;
    font-size: 8px;
  }

  .right-arrow {
    width: 60px;
    margin-right: -10px;
  }

  .left-arrow {
    width: 60px;
    margin-left: -10px;
  }

  .wrapper-4.space-around {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .margin-bottom-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .margin-bottom-2.who {
    margin-bottom: 0;
  }

  .margin-bottom-2.white {
    font-weight: 400;
  }

  .benefits_header {
    font-size: 2.5rem;
  }

  .quotation-mark {
    width: 30px;
    margin-top: -30px;
    margin-left: -10px;
    margin-right: 0;
    position: absolute;
  }

  .testimonial-container {
    padding: 50px 30px 30px;
  }

  .small-slide {
    margin-left: 0;
    margin-right: 0;
  }

  .side-image-2 {
    margin-bottom: 20px;
  }

  .malta_heading.who, .malta_heading.who.black {
    font-size: 2.5rem;
  }

  .hero_text {
    width: 100%;
    margin-bottom: auto;
    font-family: Gotham Book, sans-serif;
    font-weight: 400;
  }

  .sub-brands-header {
    text-align: center;
    font-family: Gotham, sans-serif;
    font-size: 3rem;
  }

  .margin-bottom-3.b-ac.black {
    color: var(--xc_black);
  }

  .contact-form-container {
    padding: 0;
  }

  .contact-form-container.card {
    padding: 20px 30px;
  }

  .heading-19 {
    text-align: center;
  }

  .ambition_creativity.half-screen-background-image {
    background-position: 50%;
  }

  .values_heading.black {
    color: var(--xc_black);
  }

  .diverse_dynamic.half-screen-background-image, .diverse_dynamic.half-screen-background-image.right {
    background-position: 50%;
  }

  .block {
    flex: 0 0 100%;
  }

  .block.lg-50 {
    padding: 40px;
  }

  .difference_makers.half-screen-background-image, .enganged_valued.half-screen-background-image, .enganged_valued.half-screen-background-image.right {
    background-position: 50%;
  }

  .margin-bottom-4 {
    font-weight: 400;
  }

  .who_we_are_blue.wider-padding.background-image.full_vh {
    height: 80vh;
  }

  .nav_bar_red, .nav_bar_green, .nav_bar_yellow, .nav_bar_yelloww {
    position: relative;
  }

  .testimonial-image-wrap-2 {
    height: 260px;
  }

  .left-arrow-3 {
    inset: auto auto -3% 20%;
  }

  .testimonial_xciting {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .titles---2 {
    font-size: 52px;
    line-height: 60px;
  }

  .right-arrow-3 {
    inset: auto 20% -3% auto;
  }

  .our_commitment.half-screen-background-image, .our_commitment.half-screen-background-image.right, .one_api.half-screen-background-image {
    background-position: 50%;
  }

  .ultimate_gaming_hub_2.wider-padding.background-image {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .col-copy {
    margin-bottom: 0;
  }

  .col-copy.lg-3, .col-copy.lg-3._2-col-in-mobile {
    width: 100%;
  }

  .col-copy.lg-6 {
    align-items: flex-start;
    width: 100%;
  }

  .col-copy.lg-6.md-3.centre-align {
    margin-top: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .col-copy.lg-6.md-3.xs-2, .col-copy.lg-6.centre-align, .col-copy.lg-5, .col-copy.lg-4 {
    width: 100%;
  }

  .col-copy.lg-4.centre-align.xs-margin-bottom {
    margin-bottom: 20px;
  }

  .col-copy.lg-4.xs-1 {
    width: 50%;
  }

  .why_malta_header {
    font-size: 2.5rem;
  }

  .why_malta_header.white {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 2.3rem;
  }

  .curated-games.half-screen-background-image, .curated-games.half-screen-background-image.right, .streamlined-integration.half-screen-background-image, .customisable-offerings.half-screen-background-image, .customisable-offerings.half-screen-background-image.right, .customisable-offerings.half-screen-background-image.right-copy, .regulatory-adherence.half-screen-background-image {
    background-position: 50%;
  }

  .xciting_studios.wider-padding.background-image.full_vh, .xciting_connect.wider-padding.background-image.full_vh {
    height: 70vh;
  }

  .our-platform.half-screen-background-image, .our-platform.half-screen-background-image.right, .user-centric-design.half-screen-background-image, .advanced-analytics.half-screen-background-image, .advanced-analytics.half-screen-background-image.right, .continuous-support.half-screen-background-image, .continuous-support.half-screen-background-image.right, .secure-and-robust.half-screen-background-image {
    background-position: 50%;
  }

  .xciting_tech.wider-padding.background-image.full_vh {
    height: 70vh;
  }

  .games-header {
    font-size: 2.5rem;
  }

  .partner-logo {
    width: 90px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .hero_banner {
    background-image: url('../images/xc_web_bg_3.jpg');
    background-size: cover;
    flex-direction: row;
    height: 70vh;
    display: flex;
  }

  .background-video {
    align-items: center;
    height: 70vh;
    display: flex;
  }

  .cta-container {
    margin-bottom: 40px;
  }

  .demo-right-arrow-wrapper {
    width: 50px;
  }

  .careers-bamboo {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .grid {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    place-content: center;
  }

  .what_we_do_title {
    font-family: Gotham, sans-serif;
    font-size: 2.5rem;
  }
}

#w-node-ba05d8fe-74a7-c499-1ee8-45c3faa11600-2156b0dd {
  place-self: center;
}

#w-node-a6a9c481-c698-d79c-ee5e-305e039c6d57-2156b0dd, #w-node-_801b3d5e-6078-164e-3122-9baf0ceb8ab6-2156b0dd {
  align-self: center;
}

#w-node-_85bfe466-4057-fb54-1ab8-efe461abb775-61abb758 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-self: center;
}

#w-node-_85bfe466-4057-fb54-1ab8-efe461abb776-61abb758, #w-node-_85bfe466-4057-fb54-1ab8-efe461abb778-61abb758, #w-node-_85bfe466-4057-fb54-1ab8-efe461abb77a-61abb758, #w-node-_85bfe466-4057-fb54-1ab8-efe461abb77c-61abb758 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a247c12f-0cde-e430-165d-90de9329cabd-2156b0e5 {
  place-self: end;
}

#w-node-_6b2e6ab5-1110-e0a4-1a56-c50c596e804c-2156b0e5 {
  place-self: start;
}

#w-node-b18d09aa-b4c7-558f-ae42-a5e0933de39e-2156b0e7 {
  align-self: center;
}

#w-node-_54119ccf-20ef-ac0f-398e-145f37452347-2156b0e7 {
  justify-self: auto;
}

#w-node-c4f33dc8-0ac2-40c4-1115-70af7ee22ae0-2156b0e7, #w-node-aa3ad3c6-2bc7-be56-4d7a-7d989f7069fc-2156b0e7, #w-node-_78f7164b-93be-e0fb-0c21-89217855db77-2156b0e7, #w-node-_78f7164b-93be-e0fb-0c21-89217855db89-2156b0e7, #w-node-_78f7164b-93be-e0fb-0c21-89217855dba2-2156b0e7 {
  align-self: center;
}

#w-node-ef313f02-b8fd-7780-d131-6da79b5543c4-22891d4b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-self: center;
}

#w-node-_7535dc49-becf-8b92-1d82-ad918d287063-22891d4b, #w-node-ae8b62b9-8621-6b1a-6ad8-931e9bef9065-22891d4b, #w-node-bbdee972-c4b1-d2b2-8d5f-264017fef5c0-22891d4b, #w-node-_5b45be43-5edf-f376-3a6a-44de489e079f-22891d4b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dae59583-57d6-6753-79b3-de64b847ee79-2156b0eb, #w-node-dae59583-57d6-6753-79b3-de64b847ee7b-2156b0eb, #w-node-dae59583-57d6-6753-79b3-de64b847ee7d-2156b0eb, #w-node-dae59583-57d6-6753-79b3-de64b847ee7f-2156b0eb, #w-node-_9b14202b-4cb7-bdf5-4745-7c3736654e94-2156b0eb, #w-node-_9b14202b-4cb7-bdf5-4745-7c3736654e96-2156b0eb, #w-node-_9b14202b-4cb7-bdf5-4745-7c3736654e98-2156b0eb, #w-node-_9b14202b-4cb7-bdf5-4745-7c3736654e9a-2156b0eb, #w-node-_9b14202b-4cb7-bdf5-4745-7c3736654ec3-2156b0eb, #w-node-_9b14202b-4cb7-bdf5-4745-7c3736654ec5-2156b0eb, #w-node-_9b14202b-4cb7-bdf5-4745-7c3736654ec7-2156b0eb, #w-node-_9b14202b-4cb7-bdf5-4745-7c3736654ec9-2156b0eb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#First-name.w-node-_3f3825bd-e7dc-4c39-5fd7-e6352a5a3453-2156b0eb {
  grid-area: 2 / 1 / 3 / 2;
}

#Last-name.w-node-a6311e86-9e5b-9a1f-16ae-bc2c54b5912d-2156b0eb {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_819dfb34-64e3-1b31-c20c-c177084e8d30-2156b0eb {
  grid-area: 3 / 1 / 4 / 2;
}

#Email-4.w-node-_5a79319e-f283-5c26-0384-067f37150648-2156b0eb {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_6eba5a1c-619f-cf43-518e-b3248a226835-2156b0eb {
  grid-area: 3 / 2 / 4 / 3;
}

#Subject-4.w-node-f4c105b2-d525-3e89-b875-f10434e38473-2156b0eb {
  grid-area: 4 / 2 / 5 / 3;
}

#Message_1.w-node-_62e5acd4-d470-2539-a56b-e3a303ae0545-2156b0eb {
  grid-area: 6 / 1 / 7 / 3;
}

#field.w-node-d67ea002-2fea-0743-6a08-d111befbd7ac-2156b0eb {
  grid-area: 7 / 1 / 8 / 3;
}

#w-node-_5a79319e-f283-5c26-0384-067f3715064c-2156b0eb {
  grid-area: Area-2;
  justify-self: center;
}

#w-node-b18d09aa-b4c7-558f-ae42-a5e0933de39e-2156b0ed, #w-node-b18d09aa-b4c7-558f-ae42-a5e0933de39e-2156b0ee, #w-node-c4f33dc8-0ac2-40c4-1115-70af7ee22ae0-2156b0ee, #w-node-aa3ad3c6-2bc7-be56-4d7a-7d989f7069fc-2156b0ee, #w-node-_78f7164b-93be-e0fb-0c21-89217855db77-2156b0ee, #w-node-_78f7164b-93be-e0fb-0c21-89217855db89-2156b0ee, #w-node-_78f7164b-93be-e0fb-0c21-89217855dba2-2156b0ee, #w-node-b18d09aa-b4c7-558f-ae42-a5e0933de39e-2156b0ef {
  align-self: center;
}

#w-node-_54119ccf-20ef-ac0f-398e-145f37452347-2156b0ef {
  justify-self: auto;
}

#w-node-_822ff4bf-2474-6ff6-37a4-63fc711f25ac-2156b0ef {
  justify-self: center;
}

#w-node-c4f33dc8-0ac2-40c4-1115-70af7ee22ae0-2156b0ef, #w-node-aa3ad3c6-2bc7-be56-4d7a-7d989f7069fc-2156b0ef, #w-node-_78f7164b-93be-e0fb-0c21-89217855db77-2156b0ef, #w-node-_78f7164b-93be-e0fb-0c21-89217855db89-2156b0ef, #w-node-_78f7164b-93be-e0fb-0c21-89217855dba2-2156b0ef {
  align-self: center;
}

#w-node-a247c12f-0cde-e430-165d-90de9329cabd-2156b0f0 {
  place-self: end;
}

#w-node-_6b2e6ab5-1110-e0a4-1a56-c50c596e804c-2156b0f0 {
  place-self: start;
}

#w-node-a247c12f-0cde-e430-165d-90de9329cabd-2156b0f5 {
  place-self: end;
}

#w-node-_6b2e6ab5-1110-e0a4-1a56-c50c596e804c-2156b0f5 {
  place-self: start;
}

#w-node-c0067a79-ecde-63f9-2610-9b6b1979024a-2156b0f6, #w-node-c0067a79-ecde-63f9-2610-9b6b1979024f-2156b0f6, #w-node-c0067a79-ecde-63f9-2610-9b6b19790254-2156b0f6, #w-node-c0067a79-ecde-63f9-2610-9b6b19790259-2156b0f6, #w-node-c0067a79-ecde-63f9-2610-9b6b1979025f-2156b0f6, #w-node-c0067a79-ecde-63f9-2610-9b6b19790265-2156b0f6, #w-node-c0067a79-ecde-63f9-2610-9b6b1979026b-2156b0f6 {
  justify-self: start;
}

#w-node-c0067a79-ecde-63f9-2610-9b6b19790378-2156b0f6, #w-node-c0067a79-ecde-63f9-2610-9b6b19790391-2156b0f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c0067a79-ecde-63f9-2610-9b6b19790394-2156b0f6 {
  justify-self: start;
}

#w-node-c0067a79-ecde-63f9-2610-9b6b19790396-2156b0f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c0067a79-ecde-63f9-2610-9b6b19790399-2156b0f6 {
  justify-self: start;
}

#w-node-c0067a79-ecde-63f9-2610-9b6b19790402-2156b0f6, #w-node-c0067a79-ecde-63f9-2610-9b6b1979040c-2156b0f6, #w-node-c0067a79-ecde-63f9-2610-9b6b1979040d-2156b0f6, #w-node-_2d51f519-809c-908e-0712-0b92aec16906-2156b0f6, #w-node-a4502bbe-eb61-6c36-167e-1b678bd5baf9-2156b0f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c0067a79-ecde-63f9-2610-9b6b1979047b-2156b0f6, #w-node-c0067a79-ecde-63f9-2610-9b6b19790480-2156b0f6, #w-node-c0067a79-ecde-63f9-2610-9b6b19790485-2156b0f6, #w-node-c0067a79-ecde-63f9-2610-9b6b1979048a-2156b0f6, #w-node-c0067a79-ecde-63f9-2610-9b6b1979048f-2156b0f6, #w-node-c0067a79-ecde-63f9-2610-9b6b19790494-2156b0f6, #w-node-c0067a79-ecde-63f9-2610-9b6b1979049e-2156b0f6, #w-node-c0067a79-ecde-63f9-2610-9b6b197904a3-2156b0f6, #w-node-c0067a79-ecde-63f9-2610-9b6b197904a8-2156b0f6, #w-node-c0067a79-ecde-63f9-2610-9b6b197904ad-2156b0f6, #w-node-c0067a79-ecde-63f9-2610-9b6b197904b2-2156b0f6, #w-node-c0067a79-ecde-63f9-2610-9b6b197904b7-2156b0f6, #w-node-c0067a79-ecde-63f9-2610-9b6b197904bc-2156b0f6, #w-node-c0067a79-ecde-63f9-2610-9b6b197904c1-2156b0f6, #w-node-c0067a79-ecde-63f9-2610-9b6b197904c6-2156b0f6, #w-node-c0067a79-ecde-63f9-2610-9b6b197904cb-2156b0f6, #w-node-c0067a79-ecde-63f9-2610-9b6b197904d0-2156b0f6 {
  justify-self: start;
}

#w-node-c0067a79-ecde-63f9-2610-9b6b197904d4-2156b0f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c0067a79-ecde-63f9-2610-9b6b197904d5-2156b0f6 {
  justify-self: start;
}

#w-node-c0067a79-ecde-63f9-2610-9b6b197904d7-2156b0f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c0067a79-ecde-63f9-2610-9b6b197904da-2156b0f6, #w-node-c0067a79-ecde-63f9-2610-9b6b197904df-2156b0f6, #w-node-c0067a79-ecde-63f9-2610-9b6b197904e4-2156b0f6, #w-node-c0067a79-ecde-63f9-2610-9b6b197904f9-2156b0f6, #w-node-c0067a79-ecde-63f9-2610-9b6b197904fe-2156b0f6, #w-node-c0067a79-ecde-63f9-2610-9b6b19790503-2156b0f6, #w-node-c0067a79-ecde-63f9-2610-9b6b19790508-2156b0f6, #w-node-c0067a79-ecde-63f9-2610-9b6b1979050d-2156b0f6, #w-node-c0067a79-ecde-63f9-2610-9b6b19790512-2156b0f6, #w-node-c0067a79-ecde-63f9-2610-9b6b1979051c-2156b0f6, #w-node-c0067a79-ecde-63f9-2610-9b6b19790521-2156b0f6, #w-node-c0067a79-ecde-63f9-2610-9b6b19790526-2156b0f6, #w-node-c0067a79-ecde-63f9-2610-9b6b1979052b-2156b0f6, #w-node-c0067a79-ecde-63f9-2610-9b6b19790530-2156b0f6, #w-node-c0067a79-ecde-63f9-2610-9b6b19790535-2156b0f6, #w-node-c0067a79-ecde-63f9-2610-9b6b1979053a-2156b0f6, #w-node-c0067a79-ecde-63f9-2610-9b6b1979053f-2156b0f6, #w-node-c0067a79-ecde-63f9-2610-9b6b19790544-2156b0f6, #w-node-c0067a79-ecde-63f9-2610-9b6b19790549-2156b0f6, #w-node-c0067a79-ecde-63f9-2610-9b6b1979054e-2156b0f6 {
  justify-self: start;
}

#w-node-c0067a79-ecde-63f9-2610-9b6b19790552-2156b0f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c0067a79-ecde-63f9-2610-9b6b19790553-2156b0f6, #w-node-c0067a79-ecde-63f9-2610-9b6b19790558-2156b0f6, #w-node-c0067a79-ecde-63f9-2610-9b6b1979055d-2156b0f6, #w-node-c0067a79-ecde-63f9-2610-9b6b19790562-2156b0f6 {
  justify-self: start;
}

#w-node-c0067a79-ecde-63f9-2610-9b6b197905e8-2156b0f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c0067a79-ecde-63f9-2610-9b6b19790644-2156b0f6 {
  justify-self: start;
}

#w-node-a247c12f-0cde-e430-165d-90de9329cabd-2156b0f7 {
  place-self: end;
}

#w-node-_6b2e6ab5-1110-e0a4-1a56-c50c596e804c-2156b0f7 {
  place-self: start;
}

#w-node-a247c12f-0cde-e430-165d-90de9329cabd-2156b0f8 {
  place-self: end;
}

#w-node-_6b2e6ab5-1110-e0a4-1a56-c50c596e804c-2156b0f8 {
  place-self: start;
}

#w-node-a247c12f-0cde-e430-165d-90de9329cabd-dc763615 {
  place-self: end;
}

#w-node-_6b2e6ab5-1110-e0a4-1a56-c50c596e804c-dc763615 {
  place-self: start;
}

#w-node-a247c12f-0cde-e430-165d-90de9329cabd-4d3100d4 {
  place-self: end;
}

#w-node-_6b2e6ab5-1110-e0a4-1a56-c50c596e804c-4d3100d4 {
  place-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_1cb008c2-fb36-39ef-c217-9dba62ba9e83-2156b0dd, #w-node-_1cb008c2-fb36-39ef-c217-9dba62ba9e92-2156b0dd {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1cb008c2-fb36-39ef-c217-9dba62ba9ea0-2156b0dd {
    order: -9999;
  }

  #w-node-_1cb008c2-fb36-39ef-c217-9dba62ba9ea8-2156b0dd {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-ca940ec3-b71b-40ef-67ca-0cf999acdfc9-2156b0dd {
    order: -9999;
  }

  #w-node-_1dbaaa7c-fd10-545c-b3b5-1d903d9988f3-2156b0e5, #w-node-_1dbaaa7c-fd10-545c-b3b5-1d903d998902-2156b0e5 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1dbaaa7c-fd10-545c-b3b5-1d903d998910-2156b0e5 {
    order: -9999;
  }

  #w-node-_1dbaaa7c-fd10-545c-b3b5-1d903d998918-2156b0e5, #w-node-d939e5b2-d256-290f-d259-f9a6dc122859-2156b0e5 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_822ff4bf-2474-6ff6-37a4-63fc711f25ac-2156b0e7 {
    justify-self: center;
  }

  #w-node-aa3ad3c6-2bc7-be56-4d7a-7d989f706a0c-2156b0e7, #w-node-_78f7164b-93be-e0fb-0c21-89217855db9a-2156b0e7 {
    order: -9999;
  }

  #w-node-dae59583-57d6-6753-79b3-de64b847ee79-2156b0eb, #w-node-dae59583-57d6-6753-79b3-de64b847ee7b-2156b0eb, #w-node-dae59583-57d6-6753-79b3-de64b847ee7d-2156b0eb, #w-node-dae59583-57d6-6753-79b3-de64b847ee7f-2156b0eb, #w-node-_9b14202b-4cb7-bdf5-4745-7c3736654e94-2156b0eb, #w-node-_9b14202b-4cb7-bdf5-4745-7c3736654e96-2156b0eb, #w-node-_9b14202b-4cb7-bdf5-4745-7c3736654e98-2156b0eb, #w-node-_9b14202b-4cb7-bdf5-4745-7c3736654e9a-2156b0eb, #w-node-_9b14202b-4cb7-bdf5-4745-7c3736654ec3-2156b0eb, #w-node-_9b14202b-4cb7-bdf5-4745-7c3736654ec5-2156b0eb, #w-node-_9b14202b-4cb7-bdf5-4745-7c3736654ec7-2156b0eb, #w-node-_9b14202b-4cb7-bdf5-4745-7c3736654ec9-2156b0eb {
    grid-column: span 1 / span 1;
  }

  #w-node-aa3ad3c6-2bc7-be56-4d7a-7d989f706a0c-2156b0ee, #w-node-_78f7164b-93be-e0fb-0c21-89217855db9a-2156b0ee {
    order: -9999;
  }

  #w-node-_822ff4bf-2474-6ff6-37a4-63fc711f25ac-2156b0ef {
    justify-self: center;
  }

  #w-node-aa3ad3c6-2bc7-be56-4d7a-7d989f706a0c-2156b0ef, #w-node-_78f7164b-93be-e0fb-0c21-89217855db9a-2156b0ef {
    order: -9999;
  }

  #w-node-_1dbaaa7c-fd10-545c-b3b5-1d903d9988f3-2156b0f0, #w-node-_1dbaaa7c-fd10-545c-b3b5-1d903d998902-2156b0f0 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1dbaaa7c-fd10-545c-b3b5-1d903d998910-2156b0f0 {
    order: -9999;
  }

  #w-node-_1dbaaa7c-fd10-545c-b3b5-1d903d998918-2156b0f0, #w-node-d939e5b2-d256-290f-d259-f9a6dc122859-2156b0f0, #w-node-_6e094034-57c7-c010-58c6-29d708c23876-2156b0f0, #w-node-_6e094034-57c7-c010-58c6-29d708c2388b-2156b0f0 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6e094034-57c7-c010-58c6-29d708c238a2-2156b0f0 {
    order: -9999;
  }

  #w-node-_6e094034-57c7-c010-58c6-29d708c238aa-2156b0f0, #w-node-_88384873-b3bc-7518-e217-59237c8fe417-2156b0f0, #w-node-_88384873-b3bc-7518-e217-59237c8fe428-2156b0f0 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_88384873-b3bc-7518-e217-59237c8fe437-2156b0f0 {
    order: -9999;
  }

  #w-node-_88384873-b3bc-7518-e217-59237c8fe43f-2156b0f0, #w-node-_74e4db7e-26e1-78dd-9b02-d7f0d655ef68-2156b0f0, #w-node-_1dbaaa7c-fd10-545c-b3b5-1d903d9988f3-2156b0f5, #w-node-_1dbaaa7c-fd10-545c-b3b5-1d903d998902-2156b0f5 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1dbaaa7c-fd10-545c-b3b5-1d903d998910-2156b0f5 {
    order: -9999;
  }

  #w-node-_1dbaaa7c-fd10-545c-b3b5-1d903d998918-2156b0f5, #w-node-d939e5b2-d256-290f-d259-f9a6dc122859-2156b0f5, #w-node-_6e094034-57c7-c010-58c6-29d708c23876-2156b0f5, #w-node-_6e094034-57c7-c010-58c6-29d708c2388b-2156b0f5 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6e094034-57c7-c010-58c6-29d708c238a2-2156b0f5 {
    order: -9999;
  }

  #w-node-_6e094034-57c7-c010-58c6-29d708c238aa-2156b0f5, #w-node-_88384873-b3bc-7518-e217-59237c8fe417-2156b0f5, #w-node-_88384873-b3bc-7518-e217-59237c8fe428-2156b0f5 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_88384873-b3bc-7518-e217-59237c8fe437-2156b0f5 {
    order: -9999;
  }

  #w-node-_88384873-b3bc-7518-e217-59237c8fe43f-2156b0f5, #w-node-_1dbaaa7c-fd10-545c-b3b5-1d903d9988f3-2156b0f7, #w-node-_1dbaaa7c-fd10-545c-b3b5-1d903d998902-2156b0f7 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1dbaaa7c-fd10-545c-b3b5-1d903d998910-2156b0f7 {
    order: -9999;
  }

  #w-node-_1dbaaa7c-fd10-545c-b3b5-1d903d998918-2156b0f7, #w-node-d939e5b2-d256-290f-d259-f9a6dc122859-2156b0f7, #w-node-_6e094034-57c7-c010-58c6-29d708c23876-2156b0f7, #w-node-_6e094034-57c7-c010-58c6-29d708c2388b-2156b0f7 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6e094034-57c7-c010-58c6-29d708c238a2-2156b0f7 {
    order: -9999;
  }

  #w-node-_6e094034-57c7-c010-58c6-29d708c238aa-2156b0f7, #w-node-_88384873-b3bc-7518-e217-59237c8fe417-2156b0f7, #w-node-_88384873-b3bc-7518-e217-59237c8fe428-2156b0f7 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_88384873-b3bc-7518-e217-59237c8fe437-2156b0f7 {
    order: -9999;
  }

  #w-node-_88384873-b3bc-7518-e217-59237c8fe43f-2156b0f7, #w-node-_1dbaaa7c-fd10-545c-b3b5-1d903d9988f3-2156b0f8, #w-node-_1dbaaa7c-fd10-545c-b3b5-1d903d998902-2156b0f8 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1dbaaa7c-fd10-545c-b3b5-1d903d998910-2156b0f8 {
    order: -9999;
  }

  #w-node-_1dbaaa7c-fd10-545c-b3b5-1d903d998918-2156b0f8, #w-node-d939e5b2-d256-290f-d259-f9a6dc122859-2156b0f8, #w-node-_6e094034-57c7-c010-58c6-29d708c23876-2156b0f8, #w-node-_6e094034-57c7-c010-58c6-29d708c2388b-2156b0f8 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6e094034-57c7-c010-58c6-29d708c238a2-2156b0f8 {
    order: -9999;
  }

  #w-node-_6e094034-57c7-c010-58c6-29d708c238aa-2156b0f8, #w-node-_88384873-b3bc-7518-e217-59237c8fe417-2156b0f8, #w-node-_88384873-b3bc-7518-e217-59237c8fe428-2156b0f8 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_88384873-b3bc-7518-e217-59237c8fe437-2156b0f8 {
    order: -9999;
  }

  #w-node-_88384873-b3bc-7518-e217-59237c8fe43f-2156b0f8, #w-node-_1dbaaa7c-fd10-545c-b3b5-1d903d9988f3-dc763615, #w-node-_1dbaaa7c-fd10-545c-b3b5-1d903d998902-dc763615 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1dbaaa7c-fd10-545c-b3b5-1d903d998910-dc763615 {
    order: -9999;
  }

  #w-node-_1dbaaa7c-fd10-545c-b3b5-1d903d998918-dc763615, #w-node-d939e5b2-d256-290f-d259-f9a6dc122859-dc763615, #w-node-_6e094034-57c7-c010-58c6-29d708c23876-dc763615, #w-node-_6e094034-57c7-c010-58c6-29d708c2388b-dc763615 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6e094034-57c7-c010-58c6-29d708c238a2-dc763615 {
    order: -9999;
  }

  #w-node-_6e094034-57c7-c010-58c6-29d708c238aa-dc763615, #w-node-_88384873-b3bc-7518-e217-59237c8fe417-dc763615, #w-node-_88384873-b3bc-7518-e217-59237c8fe428-dc763615 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_88384873-b3bc-7518-e217-59237c8fe437-dc763615 {
    order: -9999;
  }

  #w-node-_88384873-b3bc-7518-e217-59237c8fe43f-dc763615, #w-node-_1dbaaa7c-fd10-545c-b3b5-1d903d9988f3-4d3100d4, #w-node-_1dbaaa7c-fd10-545c-b3b5-1d903d998902-4d3100d4 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1dbaaa7c-fd10-545c-b3b5-1d903d998910-4d3100d4 {
    order: -9999;
  }

  #w-node-_1dbaaa7c-fd10-545c-b3b5-1d903d998918-4d3100d4, #w-node-d939e5b2-d256-290f-d259-f9a6dc122859-4d3100d4, #w-node-_6e094034-57c7-c010-58c6-29d708c23876-4d3100d4, #w-node-_6e094034-57c7-c010-58c6-29d708c2388b-4d3100d4 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6e094034-57c7-c010-58c6-29d708c238a2-4d3100d4 {
    order: -9999;
  }

  #w-node-_6e094034-57c7-c010-58c6-29d708c238aa-4d3100d4, #w-node-_88384873-b3bc-7518-e217-59237c8fe417-4d3100d4, #w-node-_88384873-b3bc-7518-e217-59237c8fe428-4d3100d4 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_88384873-b3bc-7518-e217-59237c8fe437-4d3100d4 {
    order: -9999;
  }

  #w-node-_88384873-b3bc-7518-e217-59237c8fe43f-4d3100d4 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_54119ccf-20ef-ac0f-398e-145f37452347-2156b0e7 {
    place-self: center;
  }

  #w-node-_33b739fb-5c43-aeb2-cb32-f6387192358b-2156b0e7, #w-node-_822ff4bf-2474-6ff6-37a4-63fc711f25ac-2156b0e7 {
    justify-self: center;
  }

  #w-node-_54119ccf-20ef-ac0f-398e-145f37452347-2156b0ef {
    place-self: center;
  }

  #w-node-_33b739fb-5c43-aeb2-cb32-f6387192358b-2156b0ef, #w-node-_822ff4bf-2474-6ff6-37a4-63fc711f25ac-2156b0ef {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Messinasans';
  src: url('../fonts/MessinaSans-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Messinasans';
  src: url('../fonts/MessinaSans-SemiBoldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Messinasans';
  src: url('../fonts/MessinaSans-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Messinasans';
  src: url('../fonts/MessinaSans-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Messinasans';
  src: url('../fonts/MessinaSans-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Messinasans';
  src: url('../fonts/MessinaSans-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Messinasans';
  src: url('../fonts/MessinaSans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Messinasans';
  src: url('../fonts/MessinaSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Messinasans Book';
  src: url('../fonts/MessinaSans-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Messinasans';
  src: url('../fonts/MessinaSans-RegularItalic.otf') format('opentype'), url('../fonts/MessinaSans-BookItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Messinasans';
  src: url('../fonts/MessinaSans-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Book';
  src: url('../fonts/Gotham-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-UltraItalic.otf') format('opentype'), url('../fonts/Gotham-BookItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Light.otf') format('opentype'), url('../fonts/Gotham-XLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-XLightItalic.otf') format('opentype'), url('../fonts/Gotham-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Ultra';
  src: url('../fonts/Gotham-Ultra.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}