html.w-mod-touch * {
  background-attachment: scroll !important;
}
.w-block {
  display: block;
}
.w-inline-block {
  max-width: 100%;
  display: inline-block;
}
.w-clearfix:before,
.w-clearfix:after {
  content: ' ';
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-clearfix:after {
  clear: both;
}
.w-hidden {
  display: none;
}
html[data-w-dynpage] [data-w-cloak] {
  color: transparent !important;
}
.w-code-block {
  margin: unset;
}
pre.w-code-block code {
  all: inherit;
}
pre.w-code-block code > span {
  display: block !important;
}
.w-optimization {
  display: contents;
}
.w-webflow-badge,
.w-webflow-badge > img {
  box-sizing: unset;
  width: unset;
  height: unset;
  max-height: unset;
  max-width: unset;
  min-height: unset;
  min-width: unset;
  margin: unset;
  padding: unset;
  float: unset;
  clear: unset;
  border: unset;
  border-radius: unset;
  background: unset;
  background-image: unset;
  background-position: unset;
  background-size: unset;
  background-repeat: unset;
  background-origin: unset;
  background-clip: unset;
  background-attachment: unset;
  background-color: unset;
  box-shadow: unset;
  transform: unset;
  transition: unset;
  direction: unset;
  font-family: unset;
  font-weight: unset;
  color: unset;
  font-size: unset;
  line-height: unset;
  font-style: unset;
  font-variant: unset;
  text-align: unset;
  letter-spacing: unset;
  text-decoration: unset;
  text-indent: unset;
  text-transform: unset;
  list-style-type: unset;
  text-shadow: unset;
  vertical-align: unset;
  cursor: unset;
  white-space: unset;
  word-break: unset;
  word-spacing: unset;
  word-wrap: unset;
}
.w-webflow-badge {
  position: fixed !important;
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 2147483647 !important;
  top: auto !important;
  right: 12px !important;
  bottom: 12px !important;
  left: auto !important;
  color: #aaadb0 !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  padding: 6px !important;
  font-size: 12px !important;
  line-height: 14px !important;
  text-decoration: none !important;
  transform: none !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
  overflow: unset !important;
  white-space: nowrap;
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.1),
    0px 1px 3px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.w-webflow-badge > img {
  position: unset;
  display: inline-block !important;
  visibility: unset !important;
  opacity: 1 !important;
  vertical-align: middle !important;
}

blockquote {
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 18px;
  line-height: 22px;
}
figure {
  margin: 0;
  margin-bottom: 10px;
}
figcaption {
  margin-top: 5px;
  text-align: center;
}
ul,
ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}
.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}
.w-embed:before,
.w-embed:after {
  content: ' ';
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-embed:after {
  clear: both;
}
.w-video {
  width: 100%;
  position: relative;
  padding: 0;
}
.w-video iframe,
.w-video object,
.w-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
button,
[type='button'],
[type='reset'] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}
.w-form {
  margin: 0 0 15px;
}
.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #dddddd;
}
.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}
label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.w-input,
.w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
.w-input::placeholder,
.w-select::placeholder {
  color: #999;
}
.w-input:focus,
.w-select:focus {
  border-color: #3898ec;
  outline: 0;
}
.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed;
}
.w-input[disabled]:not(.w-input-disabled),
.w-select[disabled]:not(.w-input-disabled),
.w-input[readonly],
.w-select[readonly],
fieldset[disabled]:not(.w-input-disabled) .w-input,
fieldset[disabled]:not(.w-input-disabled) .w-select {
  background-color: #eeeeee;
}
textarea.w-input,
textarea.w-select {
  height: auto;
}
.w-select {
  background-color: #f3f3f3;
}
.w-select[multiple] {
  height: auto;
}
.w-form-label {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0px;
}
.w-radio {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}
.w-radio:before,
.w-radio:after {
  content: ' ';
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-radio:after {
  clear: both;
}
.w-radio-input {
  margin: 4px 0 0;
  line-height: normal;
  float: left;
  margin-left: -20px;
}
.w-radio-input {
  margin-top: 3px;
}
.w-file-upload {
  display: block;
  margin-bottom: 10px;
}
.w-file-upload-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -100;
}
.w-file-upload-default,
.w-file-upload-uploading,
.w-file-upload-success {
  display: inline-block;
  color: #333333;
}
.w-file-upload-error {
  display: block;
  margin-top: 10px;
}
.w-file-upload-default.w-hidden,
.w-file-upload-uploading.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden {
  display: none;
}
.w-file-upload-uploading-btn {
  display: flex;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-file-upload-file {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 8px 9px 8px 11px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-file-upload-file-name {
  font-size: 14px;
  font-weight: normal;
  display: block;
}
.w-file-remove-link {
  margin-top: 3px;
  margin-left: 10px;
  width: auto;
  height: auto;
  padding: 3px;
  display: block;
  cursor: pointer;
}
.w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px;
}
.w-file-upload-error-msg {
  display: inline-block;
  color: #ea384c;
  padding: 2px 0;
}
.w-file-upload-info {
  display: inline-block;
  line-height: 38px;
  padding: 0 12px;
}
.w-file-upload-label {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-icon-file-upload-icon,
.w-icon-file-upload-uploading {
  display: inline-block;
  margin-right: 8px;
  width: 20px;
}
.w-icon-file-upload-uploading {
  height: 20px;
}
.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}
.w-container:before,
.w-container:after {
  content: ' ';
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-container:after {
  clear: both;
}
.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}
.w-row:before,
.w-row:after {
  content: ' ';
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-row:after {
  clear: both;
}
.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}
.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}
.w-col-1 {
  width: 8.33333333%;
}
.w-col-2 {
  width: 16.66666667%;
}
.w-col-3 {
  width: 25%;
}
.w-col-4 {
  width: 33.33333333%;
}
.w-col-5 {
  width: 41.66666667%;
}
.w-col-6 {
  width: 50%;
}
.w-col-7 {
  width: 58.33333333%;
}
.w-col-8 {
  width: 66.66666667%;
}
.w-col-9 {
  width: 75%;
}
.w-col-10 {
  width: 83.33333333%;
}
.w-col-11 {
  width: 91.66666667%;
}
.w-col-12 {
  width: 100%;
}
.w-hidden-main {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: none !important;
  }
  .w-col-medium-1 {
    width: 8.33333333%;
  }
  .w-col-medium-2 {
    width: 16.66666667%;
  }
  .w-col-medium-3 {
    width: 25%;
  }
  .w-col-medium-4 {
    width: 33.33333333%;
  }
  .w-col-medium-5 {
    width: 41.66666667%;
  }
  .w-col-medium-6 {
    width: 50%;
  }
  .w-col-medium-7 {
    width: 58.33333333%;
  }
  .w-col-medium-8 {
    width: 66.66666667%;
  }
  .w-col-medium-9 {
    width: 75%;
  }
  .w-col-medium-10 {
    width: 83.33333333%;
  }
  .w-col-medium-11 {
    width: 91.66666667%;
  }
  .w-col-medium-12 {
    width: 100%;
  }
  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: none !important;
  }
  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }
  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }
  .w-col-small-1 {
    width: 8.33333333%;
  }
  .w-col-small-2 {
    width: 16.66666667%;
  }
  .w-col-small-3 {
    width: 25%;
  }
  .w-col-small-4 {
    width: 33.33333333%;
  }
  .w-col-small-5 {
    width: 41.66666667%;
  }
  .w-col-small-6 {
    width: 50%;
  }
  .w-col-small-7 {
    width: 58.33333333%;
  }
  .w-col-small-8 {
    width: 66.66666667%;
  }
  .w-col-small-9 {
    width: 75%;
  }
  .w-col-small-10 {
    width: 83.33333333%;
  }
  .w-col-small-11 {
    width: 91.66666667%;
  }
  .w-col-small-12 {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: inherit !important;
  }
  .w-hidden-tiny {
    display: none !important;
  }
  .w-col {
    width: 100%;
  }
  .w-col-tiny-1 {
    width: 8.33333333%;
  }
  .w-col-tiny-2 {
    width: 16.66666667%;
  }
  .w-col-tiny-3 {
    width: 25%;
  }
  .w-col-tiny-4 {
    width: 33.33333333%;
  }
  .w-col-tiny-5 {
    width: 41.66666667%;
  }
  .w-col-tiny-6 {
    width: 50%;
  }
  .w-col-tiny-7 {
    width: 58.33333333%;
  }
  .w-col-tiny-8 {
    width: 66.66666667%;
  }
  .w-col-tiny-9 {
    width: 75%;
  }
  .w-col-tiny-10 {
    width: 83.33333333%;
  }
  .w-col-tiny-11 {
    width: 91.66666667%;
  }
  .w-col-tiny-12 {
    width: 100%;
  }
}
.w-widget {
  position: relative;
}
.w-widget-map {
  width: 100%;
  height: 400px;
}
.w-widget-map label {
  width: auto;
  display: inline;
}
.w-widget-map img {
  max-width: inherit;
}
.w-widget-map .gm-style-iw {
  text-align: center;
}
.w-widget-map .gm-style-iw > button {
  display: none !important;
}
.w-widget-twitter {
  overflow: hidden;
}
.w-widget-twitter-count-shim {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 28px;
  height: 20px;
  text-align: center;
  background: white;
  border: #758696 solid 1px;
  border-radius: 3px;
}
.w-widget-twitter-count-shim * {
  pointer-events: none;
  user-select: none;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  position: relative;
  font-size: 15px;
  line-height: 12px;
  text-align: center;
  color: #999;
  font-family: serif;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  position: relative;
  display: block;
}
.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
}
.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px;
}
.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px;
}
.w-widget-twitter-count-shim:not(.w--vertical):before,
.w-widget-twitter-count-shim:not(.w--vertical):after {
  top: 50%;
  left: 0;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-color: rgba(117, 134, 150, 0);
  border-right-color: #5d6c7b;
  border-width: 4px;
  margin-left: -9px;
  margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-left: -10px;
  margin-top: -5px;
}
.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: white;
  border-width: 4px;
  margin-left: -8px;
  margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-left: -9px;
  margin-top: -5px;
}
.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px;
}
.w-widget-twitter-count-shim.w--vertical:before,
.w-widget-twitter-count-shim.w--vertical:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.w-widget-twitter-count-shim.w--vertical:before {
  border-color: rgba(117, 134, 150, 0);
  border-top-color: #5d6c7b;
  border-width: 5px;
  margin-left: -5px;
}
.w-widget-twitter-count-shim.w--vertical:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: white;
  border-width: 4px;
  margin-left: -4px;
}
.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px;
}
.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px;
}
.w-background-video {
  position: relative;
  overflow: hidden;
  height: 500px;
  color: white;
}
.w-background-video > video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  object-fit: cover;
  z-index: -100;
}
.w-background-video > video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}
.w-background-video--control {
  position: absolute;
  bottom: 1em;
  right: 1em;
  background-color: transparent;
  padding: 0;
}
.w-background-video--control > [hidden] {
  display: none !important;
}
.w-slider {
  position: relative;
  height: 300px;
  text-align: center;
  background: #dddddd;
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap;
}
.w-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
}
.w-slider-nav {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-nav.w-round > div {
  border-radius: 100%;
}
.w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  padding: 0.2em 0.5em;
  font-size: inherit;
  line-height: inherit;
}
.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}
.w-slider-nav-invert {
  color: #fff;
}
.w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, 0.4);
}
.w-slider-nav-invert > div.w-active {
  background-color: #222;
}
.w-slider-dot {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin: 0 3px 0.5em;
  transition:
    background-color 100ms,
    color 100ms;
}
.w-slider-dot.w-active {
  background-color: #fff;
}
.w-slider-dot:focus {
  outline: none;
  box-shadow: 0px 0px 0px 2px #fff;
}
.w-slider-dot:focus.w-active {
  box-shadow: none;
}
.w-slider-arrow-left,
.w-slider-arrow-right {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: white;
  font-size: 40px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
}
.w-slider-arrow-left [class^='w-icon-'],
.w-slider-arrow-right [class^='w-icon-'],
.w-slider-arrow-left [class*=' w-icon-'],
.w-slider-arrow-right [class*=' w-icon-'] {
  position: absolute;
}
.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
  outline: 0;
}
.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}
.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}
.w-icon-slider-left,
.w-icon-slider-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em;
}
.w-slider-aria-label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.w-slider-force-show {
  display: block !important;
}
.w-dropdown {
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900;
}
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}
.w-dropdown-toggle {
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px;
}
.w-dropdown-toggle:focus {
  outline: 0;
}
.w-icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-right: 20px;
  width: 1em;
  height: 1em;
}
.w-dropdown-list {
  position: absolute;
  background: #dddddd;
  display: none;
  min-width: 100%;
}
.w-dropdown-list.w--open {
  display: block;
}
.w-dropdown-link {
  padding: 10px 20px;
  display: block;
  color: #222222;
}
.w-dropdown-link.w--current {
  color: #0082f3;
}
.w-dropdown-link:focus {
  outline: 0;
}
/**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`.
 */
/**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox.
 */
.w-lightbox-backdrop {
  cursor: auto;
  font-style: normal;
  letter-spacing: normal;
  list-style: disc;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family:
    'Helvetica Neue', Helvetica, Ubuntu, 'Segoe UI', Verdana, sans-serif;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2000;
  outline: 0;
  /* 1 */
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translate(0, 0);
  /* 2 */
}
/**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll.
 */
.w-lightbox-backdrop,
.w-lightbox-container {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.w-lightbox-content {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.w-lightbox-view {
  position: absolute;
  width: 100vw;
  height: 100vh;
  opacity: 0;
}
.w-lightbox-view:before {
  content: '';
  height: 100vh;
}
/* .w-lightbox-content */
.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
  height: 86vh;
}
.w-lightbox-frame,
.w-lightbox-view:before {
  display: inline-block;
  vertical-align: middle;
}
/*
 * 1. Remove default margin set by user-agent on the <figure> element.
 */
.w-lightbox-figure {
  position: relative;
  margin: 0;
  /* 1 */
}
.w-lightbox-group .w-lightbox-figure {
  cursor: pointer;
}
/**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling.
 */
.w-lightbox-img {
  width: auto;
  height: auto;
  max-width: none;
}
/**
 * 1. Reset if style is set by user on "All Images"
 */
.w-lightbox-image {
  display: block;
  float: none;
  /* 1 */
  max-width: 100vw;
  max-height: 100vh;
}
.w-lightbox-group .w-lightbox-image {
  max-height: 86vh;
}
.w-lightbox-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0.5em 1em;
  background: rgba(0, 0, 0, 0.4);
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.w-lightbox-embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-lightbox-control {
  position: absolute;
  top: 0;
  width: 4em;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.w-lightbox-left {
  display: none;
  bottom: 0;
  left: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==');
}
.w-lightbox-right {
  display: none;
  right: 0;
  bottom: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+');
}
/*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer)
 */
.w-lightbox-close {
  right: 0;
  height: 2.6em;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=');
  background-size: 18px;
}
/**
 * 1. All IE versions add extra space at the bottom without this.
 */
.w-lightbox-strip {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 1vh;
  line-height: 0;
  /* 1 */
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
/*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior.
 */
.w-lightbox-item {
  display: inline-block;
  width: 10vh;
  padding: 2vh 1vh;
  box-sizing: content-box;
  /* 1 */
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  /* 2 */
}
.w-lightbox-active {
  opacity: 0.3;
}
.w-lightbox-thumbnail {
  position: relative;
  height: 10vh;
  background: #222;
  overflow: hidden;
}
.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}
.w-lightbox-thumbnail .w-lightbox-tall {
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.w-lightbox-thumbnail .w-lightbox-wide {
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
/*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track.
 */
.w-lightbox-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border: 5px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-animation: spin 0.8s infinite linear;
  animation: spin 0.8s infinite linear;
}
.w-lightbox-spinner:after {
  content: '';
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border: 3px solid transparent;
  border-bottom-color: #fff;
  border-radius: 50%;
}
/*
 * Utility classes
 */
.w-lightbox-hide {
  display: none;
}
.w-lightbox-noscroll {
  overflow: hidden;
}
@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }
  .w-lightbox-view,
  .w-lightbox-view:before {
    height: 96vh;
  }
  /* .w-lightbox-content */
  .w-lightbox-group,
  .w-lightbox-group .w-lightbox-view,
  .w-lightbox-group .w-lightbox-view:before {
    height: 84vh;
  }
  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }
  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }
  .w-lightbox-left,
  .w-lightbox-right {
    display: block;
    opacity: 0.5;
  }
  .w-lightbox-close {
    opacity: 0.8;
  }
  .w-lightbox-control:hover {
    opacity: 1;
  }
}
.w-lightbox-inactive,
.w-lightbox-inactive:hover {
  opacity: 0;
}
.w-richtext:before,
.w-richtext:after {
  content: ' ';
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-richtext:after {
  clear: both;
}
.w-richtext[contenteditable='true']:before,
.w-richtext[contenteditable='true']:after {
  white-space: initial;
}
.w-richtext ol,
.w-richtext ul {
  overflow: hidden;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.w-richtext .w-richtext-figure-selected[data-rt-type='video'] div:after {
  outline: 2px solid #2895f7;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected[data-rt-type='image'] div {
  outline: 2px solid #2895f7;
}
.w-richtext figure.w-richtext-figure-type-video > div:after,
.w-richtext figure[data-rt-type='video'] > div:after {
  content: '';
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.w-richtext figure {
  position: relative;
  max-width: 60%;
}
.w-richtext figure > div:before {
  cursor: default !important;
}
.w-richtext figure img {
  width: 100%;
}
.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: 0.6;
}
.w-richtext figure div {
  /* fix incorrectly sized selection border in the data manager */
  font-size: 0px;
  color: transparent;
}
.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type='image'] {
  display: table;
}
.w-richtext figure.w-richtext-figure-type-image > div,
.w-richtext figure[data-rt-type='image'] > div {
  display: inline-block;
}
.w-richtext figure.w-richtext-figure-type-image > figcaption,
.w-richtext figure[data-rt-type='image'] > figcaption {
  display: table-caption;
  caption-side: bottom;
}
.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type='video'] {
  width: 60%;
  height: 0;
}
.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type='video'] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-richtext figure.w-richtext-figure-type-video > div,
.w-richtext figure[data-rt-type='video'] > div {
  width: 100%;
}
.w-richtext figure.w-richtext-align-center {
  margin-right: auto;
  margin-left: auto;
  clear: both;
}
.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div,
.w-richtext figure.w-richtext-align-center[data-rt-type='image'] > div {
  max-width: 100%;
}
.w-richtext figure.w-richtext-align-normal {
  clear: both;
}
.w-richtext figure.w-richtext-align-fullwidth {
  width: 100%;
  max-width: 100%;
  text-align: center;
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.w-richtext figure.w-richtext-align-fullwidth > div {
  display: inline-block;
  /* padding-bottom is used for aspect ratios in video figures
      we want the div to inherit that so hover/selection borders in the designer-canvas
      fit right*/
  padding-bottom: inherit;
}
.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block;
}
.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  margin-right: 15px;
  clear: none;
}
.w-richtext figure.w-richtext-align-floatright {
  float: right;
  margin-left: 15px;
  clear: none;
}
.w-nav {
  position: relative;
  background: #dddddd;
  z-index: 1000;
}
.w-nav:before,
.w-nav:after {
  content: ' ';
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-nav:after {
  clear: both;
}
.w-nav-brand {
  position: relative;
  float: left;
  text-decoration: none;
  color: #333333;
}
.w-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.w-nav-link.w--current {
  color: #0082f3;
}
.w-nav-menu {
  position: relative;
  float: right;
}
[data-nav-menu-open] {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #c8c8c8;
  text-align: center;
  overflow: visible;
  min-width: 200px;
}
.w--nav-link-open {
  display: block;
  position: relative;
}
.w-nav-overlay {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
}
.w-nav-overlay [data-nav-menu-open] {
  top: 0;
}
.w-nav[data-animation='over-left'] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation='over-left'] .w-nav-overlay,
.w-nav[data-animation='over-left'] [data-nav-menu-open] {
  right: auto;
  z-index: 1;
  top: 0;
}
.w-nav[data-animation='over-right'] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation='over-right'] .w-nav-overlay,
.w-nav[data-animation='over-right'] [data-nav-menu-open] {
  left: auto;
  z-index: 1;
  top: 0;
}
.w-nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
}
.w-nav-button:focus {
  outline: 0;
}
.w-nav-button.w--open {
  background-color: #c8c8c8;
  color: white;
}
.w-nav[data-collapse='all'] .w-nav-menu {
  display: none;
}
.w-nav[data-collapse='all'] .w-nav-button {
  display: block;
}
.w--nav-dropdown-open {
  display: block;
}
.w--nav-dropdown-toggle-open {
  display: block;
}
.w--nav-dropdown-list-open {
  position: static;
}
/**
 * NOTE: These rules are overridden in site-designer.less to use container queries instead of media queries
 * when the navbar is inside a Frame on the Open Canvas.
 */
@media screen and (max-width: 991px) {
  .w-nav[data-collapse='medium'] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse='medium'] .w-nav-button {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .w-nav[data-collapse='small'] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse='small'] .w-nav-button {
    display: block;
  }
  .w-nav-brand {
    padding-left: 10px;
  }
}
@media screen and (max-width: 479px) {
  .w-nav[data-collapse='tiny'] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse='tiny'] .w-nav-button {
    display: block;
  }
}
.w-tabs {
  position: relative;
}
.w-tabs:before,
.w-tabs:after {
  content: ' ';
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-tabs:after {
  clear: both;
}
.w-tab-menu {
  position: relative;
}
.w-tab-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 9px 30px;
  text-align: left;
  cursor: pointer;
  color: #222222;
  background-color: #dddddd;
}
.w-tab-link.w--current {
  background-color: #c8c8c8;
}
.w-tab-link:focus {
  outline: 0;
}
.w-tab-content {
  position: relative;
  display: block;
  overflow: hidden;
}
.w-tab-pane {
  position: relative;
  display: none;
}
.w--tab-active {
  display: block;
}
@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}
.w-ix-emptyfix:after {
  content: '';
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.w-dyn-empty {
  padding: 10px;
  background-color: #dddddd;
}
.w-dyn-hide {
  display: none !important;
}
.w-dyn-bind-empty {
  display: none !important;
}
.w-condition-invisible {
  display: none !important;
}
.wf-layout-layout {
  display: grid;
}
.w-layout-grid {
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}
/* END public/css/webflow.css */

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

ul {
  grid-row-gap: 15px;
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 0;
  list-style-type: none;
}

label {
  margin-bottom: 10px;
  display: block;
}

em {
  font-style: italic;
}

blockquote {
  text-align: center;
  background-image: url('/images/bxs_quote-left_1bxs_quote-left.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  border-left: 1px #000;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 30px 20px 10px;
  font-family: Anton, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.3;
}

.generations-intro-section {
  z-index: 200;
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.generations-intro-section.banner {
  background-color: var(--primary);
  flex-direction: row;
  align-items: center;
  min-height: 450px;
  padding-top: 170px;
  display: flex;
}

.generations-intro-section.licensing-fonts {
  padding-top: 0;
  padding-bottom: 0;
}

.generations-intro-section.changelog-banner {
  background-color: var(--primary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  padding-top: 170px;
  display: flex;
}

.generations-intro-section.banner-our-team {
  background-image: url('/images/md-duran-rE9vgD_TXgM-unsplash-1-1_1md-duran-rE9vgD_TXgM-unsplash (1) (1).webp');
  background-position: 50% 100%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 400px;
  display: flex;
}

.generations-intro-section.without-bottom-spacing {
  padding-top: 0;
  padding-bottom: 96px;
}

.generations-intro-section.without-bottom-spacing.z-index-2 {
  z-index: 2;
}

.generations-intro-section.dark-background {
  background-color: var(--text-dark);
}

.generations-intro-section.about-us-banner {
  background-image:
    linear-gradient(#0009, #0009),
    url('/images/pexels-henri-mathieusaintlaurent-8345975-1-1_1pexels-henri-mathieusaintlaurent-8345975 (1) (1).webp');
  background-position:
    0 0,
    50% 0;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  display: flex;
}

.generations-intro-section.blue-background {
  z-index: 1;
  background-color: var(--primary-blue);
}

.generations-intro-section.without-top-spacing {
  padding-top: 96px;
  padding-bottom: 60px;
}

.generations-intro-section.style-guide-section {
  padding-bottom: 0;
}

.generations-intro-section.color-section {
  background-color: var(--primary);
}

.generations-intro-section.section-shadow {
  box-shadow: 0 10px 150px #ff80edcc;
}

.generations-intro-section.top-paddings-100-desktop {
  padding-top: 100px;
  padding-bottom: 0;
}

.generations-intro-section.top-paddings-100-desktop.dark-background {
  z-index: 20;
  padding-top: 0;
}

.generations-intro-section.quote {
  padding-top: 80px;
  padding-bottom: 150px;
}

.generations-intro-section.our-clients {
  padding-top: 80px;
  padding-bottom: 80px;
  box-shadow: 0 0 100px -16px #ff80ed66;
}

.generations-intro-section.home-2-banner-section {
  padding-top: 0;
}

.generations-intro-section.bottom-space-50 {
  padding-top: 0;
  padding-bottom: 50px;
}

.generations-intro-section.top-space-50-desctop {
  padding-top: 50px;
}

.generations-intro-section.section-without-paddings {
  z-index: 2;
  padding-top: 0;
  padding-bottom: 0;
}

.generations-intro-section.bottom-space-50-home-3 {
  padding-bottom: 50px;
}

.generations-intro-section.section-shadow-40 {
  box-shadow: 0 2px 100px #ff80ed66;
}

.generations-intro-section.home-3-banner {
  padding-top: 190px;
}

.generations-intro-section.z-index-2 {
  z-index: 1;
}

.generations-intro-section.about-us-3-section {
  padding-top: 30px;
}

.generations-intro-section.primary-bg {
  background-color: var(--primary);
}

.base-container {
  z-index: 20;
  flex-direction: column;
  align-items: center;
  max-width: none;
  margin: 60px 100px 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
  top: auto;
}

.base-container.align-left {
  align-items: flex-start;
}

.base-container.full-width {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.base-container.bottom-wrapper {
  padding-bottom: 50px;
}

.grid-system-wrapper {
  flex-direction: column;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.grid-system {
  border-top: 1px solid #7c7c7c;
  justify-content: space-between;
  width: 80%;
  display: flex;
}

.grid-description {
  border-bottom: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  justify-content: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-description.first-description {
  border-bottom: 1px solid #a7a7a7;
  border-left: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  width: 24%;
}

.grid-description.last-description {
  border-right-style: solid;
  border-right-width: 1px;
}

.spacing-system-column {
  padding-right: 20px;
}

.spacing-wrapper-mobile {
  width: 70%;
  margin-top: 30px;
  position: relative;
}

.typography-wrapper {
  margin-top: 30px;
}

.spacing-columns {
  margin-top: 50px;
}

.bottom-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  inset: auto 0% 10% auto;
}

.top-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  top: 8%;
  bottom: auto;
  right: 0;
}

.spacing-wrapper {
  width: 100%;
  margin-top: 30px;
  position: relative;
}

.middle-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  inset: 33% 0% auto auto;
}

.primary-pink-style-guide {
  background-color: var(--primary);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.colors-wrapper {
  margin-right: 60px;
}

.black-style-guide {
  background-color: var(--dark);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.colors-container {
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.color-container {
  grid-column-gap: 30px;
  grid-row-gap: 15px;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.primary-blue-style-guide {
  background-color: var(--primary-blue);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.white-style-guide {
  background-color: var(--white);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.headings-typography-wrapper {
  flex-flow: wrap;
  width: 47%;
  margin-bottom: 30px;
  margin-right: 40px;
  display: flex;
}

.headings-typography-wrapper.last-child {
  margin-bottom: 0;
  margin-right: 0;
}

.headers-wrapper {
  width: 100%;
  margin-top: 10px;
}

.h1-tablet {
  font-size: 50px;
}

.h2-tablet,
.h1-mobile {
  font-size: 40px;
}

.h2-mobile {
  font-size: 30px;
}

.h3-mobile {
  font-size: 25px;
}

.h3-tablet {
  font-size: 30px;
}

.h4-mobile {
  font-size: 20px;
}

.h5-mobile {
  font-size: 18px;
}

.h6-mobile {
  font-size: 16px;
}

.primary-button {
  border: 2px solid var(--primary);
  background-color: var(--primary);
  color: var(--text-dark);
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 14px 28px;
  font-family: Anton, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.1em;
  transition:
    background-color 0.3s,
    color 0.3s;
  display: inline-block;
}

.primary-button:hover {
  background-color: var(--text-dark);
  color: var(--primary);
}

.primary-button.full-width-mobile {
  display: block;
}

.primary-button.serch-button {
  margin-left: auto;
  margin-right: auto;
}

.primary-button.pagination {
  border-radius: 0;
  margin-top: 50px;
}

.primary-button.full-with {
  text-align: center;
}

.style-guide-div {
  width: 100%;
  margin-top: 50px;
}

.top-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 5%;
  right: 0;
}

.middlr-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 29%;
  right: 0;
}

.bottom-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  bottom: 7%;
  right: 0;
}

.link-wrapper {
  flex-direction: row;
  width: 50%;
  display: flex;
}

.navbar {
  background-color: var(--white);
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  position: fixed;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.nav-menu {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
}

.nav-link {
  font-size: 18px;
}

.nav-link:hover {
  opacity: 1;
}

.nav-link.w--current {
  color: var(--text-dark);
}

.nav-dropdown-toggle {
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
}

.nav-dropdown-icon {
  color: var(--white);
  margin-right: 0;
  font-size: 16px;
  display: block;
}

.nav-dropdown-icon.dark-style {
  color: var(--text-dark);
}

.nav-dropdown-list {
  background-color: #fff;
  border: 1px solid #0000002e;
  width: 200px;
  padding: 15px 20px;
}

.nav-dropdown-list.w--open {
  background-color: var(--dark);
  min-width: auto;
  height: auto;
  color: var(--white);
  flex-flow: column wrap;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  box-shadow: 0 0 10px #0000000a;
}

.nav-dropdown-list.megamenu {
  width: 360px;
}

.nav-dropdown-list.megamenu.w--open {
  flex-flow: row;
  width: 640px;
  min-width: 0;
  min-height: 0;
  display: flex;
  right: -233px;
}

.nav-dropdown-list.white-style.w--open {
  border-color: var(--white);
  background-color: var(--white);
}

.nav-dropdown-link-wrapper {
  flex-flow: column wrap;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-dropdown-link {
  width: 100%;
  color: var(--white);
  text-align: left;
  -webkit-text-stroke-color: var(--text-dark);
  text-transform: uppercase;
  align-items: center;
  margin-left: -20px;
  margin-right: auto;
  padding: 10px 8px 10px 0;
  font-size: 18px;
  font-weight: 400;
  transition: all 0.3s;
  display: flex;
}

.nav-dropdown-link:hover {
  color: var(--primary);
  margin-left: 0;
}

.nav-dropdown-link.w--current {
  color: var(--primary);
}

.nav-item-title {
  color: var(--white);
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-family: Anton, sans-serif;
  font-size: 18px;
  line-height: 1.1em;
  transition: all 0.3s;
}

.nav-item-title:hover {
  color: var(--primary);
}

.nav-item-title.nav-item-dark {
  color: var(--text-dark);
}

.nav-item-title.nav-item-dark:hover {
  color: var(--primary);
}

.licensing-title-wrapper {
  border-bottom: 1px #5e5e5e80;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.licensing-images-wrapper {
  border-top: 1px solid #5e5e5e80;
  width: 100%;
  padding-top: 40px;
}

.licensing-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px #5e5e5e80;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  padding-bottom: 60px;
}

.licensing-grid.last-child {
  border-bottom-style: none;
  padding-bottom: 0;
}

.licensing-image {
  object-fit: cover;
  width: 100%;
  height: 320px;
}

.licensing-title {
  width: 100%;
  padding-bottom: 30px;
}

.licensing-image-link {
  width: 100%;
  height: 100%;
}

.licensing-image-link:hover {
  opacity: 1;
}

.license-link {
  color: var(--text-dark);
  letter-spacing: normal;
  margin-right: 50px;
  font-weight: 700;
}

.license-link.last-child {
  margin-right: 0;
}

.banner-title {
  color: var(--white);
  text-align: center;
}

.licensing-heading {
  margin-bottom: 20px;
}

.licensing-icon-link-wrapper {
  margin-right: 25px;
}

.icon-style-guide {
  color: var(--primary);
  font-family: 'Fa Brands 400 (6.4.2)', sans-serif;
  font-size: 24px;
}

.licensing-fonts-wrapper {
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.licensing-icon-link {
  margin-bottom: 20px;
}

.licensing-paragraph {
  width: 50%;
  margin-right: 40px;
}

.licensing-paragraph.last-item {
  margin-right: 0;
}

.licensing-font-title {
  text-transform: uppercase;
  font-weight: 400;
}

.licensing-icons-wrapper {
  margin-top: 30px;
  margin-bottom: 20px;
}

.utility-page-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 280px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.password-image {
  width: 140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.password-input {
  min-width: 280px;
  min-height: 48px;
  margin-bottom: 10px;
  padding: 10px;
  font-size: 16px;
  line-height: 1.2em;
}

.password-input:focus {
  border: 1px solid var(--text-dark);
}

.password-input::placeholder {
  color: #0e0e0e66;
}

.password-title-wrapper {
  margin-bottom: 40px;
}

._404-paragraph {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}

._404-logo-wrapper {
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 40px 0% auto;
}

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

._404-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  display: flex;
}

.coming-soon-wrapper {
  flex-direction: column;
  align-items: center;
  max-width: 690px;
  display: flex;
}

.changelog-heading {
  margin-bottom: 20px;
}

.coming-soon-paragraph {
  margin-top: 20px;
  margin-bottom: 40px;
}

.coming-soon-page-wrap {
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.coming-soon-heading {
  text-align: center;
  margin-top: 60px;
  font-size: 70px;
}

.nav-menu-wrapper {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.blog-template-wrapper {
  width: 100%;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.blog-template-date {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.blog-template-pagination {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.prev-post-arrow {
  color: var(--text-dark);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 25px;
  font-family: 'Fa solid 900', sans-serif;
}

.next-post-arrow {
  color: var(--text-dark);
  margin-bottom: 0;
  margin-left: 25px;
  font-family: 'Fa solid 900', sans-serif;
}

.blog-template-prev-button {
  flex: 1;
  display: flex;
}

.blog-template-next-button {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.blog-template-pagination-link {
  align-items: center;
  width: auto;
  display: flex;
}

.blog-template-next {
  grid-row-gap: 14px;
  text-align: right;
  flex-direction: column;
  display: flex;
}

.footer {
  background-color: var(--text-dark);
  text-align: center;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.footer-bottom-wrapper {
  grid-row-gap: 5px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-rights {
  color: var(--white);
  font-family: Lato, sans-serif;
  font-size: 14px;
}

.footer-copyright {
  width: 100%;
  color: var(--white);
  text-align: left;
  text-transform: none;
  font-family: Inter, sans-serif;
  font-size: 14px;
  display: inline;
}

.footer-copyright.footer-copyright-link {
  letter-spacing: 0.5px;
  line-height: 1.1em;
}

.footer-copyright-link {
  color: #fff;
  letter-spacing: 0.2px;
  text-transform: none;
  margin-right: 5px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.2s;
  display: inline;
}

.footer-copyright-link:hover {
  color: var(--primary);
}

.footer-copyright-link.last {
  text-transform: none;
  margin-right: 0;
  font-family: Inter, sans-serif;
}

.quote-wrapper {
  text-align: center;
  padding-bottom: 50px;
}

.section-subtitle {
  color: var(--primary);
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 400;
}

.section-subtitle.center-title {
  padding-right: 0;
}

.style-guide-buttons-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.style-guide-button-wrapper {
  width: 47%;
}

.style-guide-button-wrapper.last-child {
  margin-right: 0;
}

.paragraph-large {
  letter-spacing: -0.2px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 1.5em;
}

.paragraph-large.text-white-wf {
  text-align: left;
  white-space: normal;
  word-break: normal;
  flex: none;
  width: 65%;
  margin: 40px auto 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 18px;
  display: block;
}

.paragraph-large.margin-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.banner-title-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 40px;
  display: flex;
}

.banner-description {
  text-align: center;
  letter-spacing: -0.2px;
  max-width: 520px;
  margin-top: 24px;
  margin-bottom: 0;
  font-size: 18px;
}

.section-title-description {
  text-align: left;
  letter-spacing: -0.2px;
  max-width: 740px;
  margin-top: 24px;
  font-size: 18px;
}

.section-about-title {
  text-align: left;
}

.play-button {
  z-index: 5;
  background-color: var(--primary-blue);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  position: absolute;
}

.accordion-toggle {
  white-space: normal;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 0;
  display: flex;
}

.accordion-list {
  background-color: #0000;
  width: 100%;
  position: static;
  overflow: hidden;
}

.accordion-list.w--open {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 20px;
}

.accordion-wrapper {
  z-index: 200;
  clear: none;
  background-color: #fff;
  flex-flow: row;
  justify-content: center;
  width: 100%;
  display: flex;
  position: relative;
}

.accordion-item {
  border-radius: var(--button-radius-16);
  background-color: var(--white);
  width: 100%;
  margin-bottom: 15px;
  padding: 20px 30px;
  position: static;
  box-shadow: 0 0 20px #0000000f;
}

.accordion-icon {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  font-family: 'Fa solid 900', sans-serif;
  font-size: 17px;
  line-height: 24px;
}

.accordion-wrap {
  width: 100%;
  margin-right: 15px;
  position: static;
}

.accordion-wrap.last-child {
  margin-right: 0;
}

.accordion-list-content {
  margin-top: 0;
  margin-bottom: 0;
}

.accordion-title {
  letter-spacing: -0.5px;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
}

.gic-home-page .accordion-title,
.gic-home-page .accordion-title strong {
  color: #030935;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 19.8px;
}

.gic-home-page .accordion-list-content {
  color: #030935;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.36px;
}

.flex-vertical-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.link-with-icon {
  color: var(--text-dark);
  background-image: url('/images/arrow-right_1arrow-right.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  padding-right: 25px;
  transition: all 0.3s;
  display: flex;
}

.link-with-icon:hover {
  color: var(--primary);
  background-image: url('/images/arrow-right_1arrow-right.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  padding-left: 0;
  padding-right: 35px;
}

.link-with-icon.white-link {
  filter: contrast(200%) brightness(200%);
  color: var(--white);
}

.link-with-icon.white-link:hover {
  filter: none;
  color: var(--primary);
}

.contacts-wrapper {
  align-items: center;
  width: 100%;
  display: flex;
}

.contacts-content-wrapper {
  width: 50%;
  padding-right: 40px;
}

.contacts-form-wrapper {
  border: 1px solid var(--primary);
  background-color: var(--primary-light-bg);
  width: 50%;
  margin-left: 40px;
  padding: 40px;
}

.contacts-divider {
  background-color: var(--primary-light);
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.contacts-detail {
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 4px;
  display: flex;
}

.contacts-icon {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 15px;
  font-family: 'Fa solid 900', sans-serif;
}

.paragraph-no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.contacts-textarea {
  border: 1px solid var(--primary);
  letter-spacing: 0.5px;
  text-transform: uppercase;
  min-width: 100%;
  max-width: 100%;
  min-height: 200px;
  max-height: 100%;
  margin-bottom: 30px;
  padding: 14px 18px;
  font-family: Anton, sans-serif;
  font-size: 16px;
  line-height: 1.1em;
}

.contacts-textarea:focus {
  border: 1px solid var(--primary-light);
}

.contacts-textarea::placeholder {
  color: var(--text-dark);
  -webkit-text-stroke-color: var(--text-dark);
  font-size: 16px;
  line-height: 1em;
}

.contacts-input {
  border: 1px solid var(--primary);
  background-color: var(--white);
  height: auto;
  color: var(--text-dark);
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 14px 18px;
  font-family: Anton, sans-serif;
  font-size: 16px;
  line-height: 1.1em;
  transition: all 0.2s;
}

.contacts-input:focus {
  border: 1px solid var(--primary-light);
}

.contacts-input::placeholder {
  color: var(--text-dark);
  -webkit-text-stroke-color: var(--text-dark);
  font-size: 16px;
  line-height: 1em;
}

.contacts-form-title {
  text-align: center;
  margin-bottom: 40px;
}

.contacts-title {
  margin-bottom: 24px;
}

.numbers-list-item {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: row;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 18px;
  line-height: 1.6em;
  display: flex;
}

.footer-link {
  color: var(--white);
  padding-top: 0;
  padding-bottom: 0;
  transition: all 0.3s;
}

.footer-link:hover {
  color: var(--primary);
}

.social-icons-wrapper {
  grid-column-gap: 30px;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 40px 40px;
}

.footer-brand {
  color: #fff;
  margin-bottom: 10px;
}

.footer-brand.w--current {
  color: #fff;
  margin-bottom: 20px;
  padding-left: 0;
  font-family: Poppins;
}

.social-icon {
  color: #fff;
  font-family: 'Fa Brands 400 (6.4.2)', sans-serif;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.3s;
}

.social-icon:hover {
  color: var(--primary);
}

.social-icon.blue {
  background-color: var(--container-grey);
  width: 30px;
  height: 30px;
  color: var(--primary-blue);
  border-radius: 5px;
  justify-content: center;
  display: flex;
}

.social-icon.blue:hover {
  background-color: var(--primary-blue);
  color: var(--white);
}

.footer-links-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  flex-direction: row;
  display: flex;
}

.search-wrap-input {
  height: 60px;
  color: var(--text-dark);
  background-color: #0000;
  border: 1px solid #0000;
  margin-bottom: 0;
  padding: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.search-wrap-input:focus {
  border-style: none;
}

.search-wrap-input::placeholder {
  color: var(--dark-gray);
}

.search-desktop {
  z-index: 1000;
  background-color: #ffffffe6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.search-close-button {
  cursor: pointer;
  font-family: 'Fa solid 900', sans-serif;
  font-size: 20px;
  font-weight: 900;
  position: absolute;
  inset: 50px 50px auto auto;
}

.search-bottom-line {
  background-color: var(--primary);
  width: 100%;
  height: 3px;
  margin-bottom: 20px;
  display: flex;
}

.search-wrapper {
  flex-direction: column;
  width: 100%;
  max-width: 1140px;
  display: flex;
}

.without-top-spacing {
  padding-top: 0;
}

.search-result-item {
  margin-bottom: 30px;
}

.search-link {
  color: var(--primary);
  margin-bottom: 10px;
  font-size: 18px;
  transition: all 0.3s;
  display: inline-block;
}

.search-link:hover {
  opacity: 0.7;
}

.search-input {
  border: 1px solid var(--primary);
  letter-spacing: 0.5px;
  text-transform: uppercase;
  height: auto;
  margin-bottom: 0;
  padding: 14px 18px;
  font-family: Anton, sans-serif;
  font-size: 18px;
  line-height: 1.1em;
}

.search-input:focus {
  border: 1px solid var(--primary-light);
}

.search-input::placeholder {
  color: var(--text-dark);
}

.search-result-wrapper {
  width: 100%;
  margin-top: 40px;
}

.search-section {
  margin-bottom: 60px;
  padding-top: 130px;
}

.footer-logo-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.customers-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--dark-gray-50);
  border-left: 1px solid var(--dark-gray-50);
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  overflow: hidden;
}

.customer-wrapper {
  border-right: 1px solid var(--dark-gray-50);
  border-bottom: 1px solid var(--dark-gray-50);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.customer-title {
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 12px;
}

.headings-container {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.button-wrapper {
  margin-top: 20px;
}

.service-list-item {
  position: relative;
}

.button-white {
  border: 2px solid var(--white);
  background-color: var(--white);
  color: var(--text-dark);
  letter-spacing: 0.5px;
  text-transform: uppercase;
  align-items: center;
  padding: 14px 28px;
  line-height: 1.1em;
  transition: all 0.3s;
}

.button-white:hover {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--dark);
}

.button-white.space-50 {
  margin-top: 26px;
  font-size: 24px;
}

.style-guide-content-wrapper {
  display: flex;
}

.home-3-video {
  border: 4px solid var(--primary);
  background-image: url('/images/pexels-igreja-dimensão-10401267-1_1pexels-igreja-dimensão-10401267 (1).webp');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 80%;
  min-height: 450px;
  margin-left: 50px;
  margin-right: auto;
  display: flex;
  position: relative;
}

.team-slider {
  background-color: #0000;
  max-width: 1400px;
  height: auto;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 15px;
  position: relative;
}

.team-slide-item {
  flex-direction: row;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.team-slider-image {
  object-fit: cover;
  border-radius: 50%;
  width: 40%;
  height: 100%;
  display: block;
}

.team-slide-item-desc {
  margin-top: 30px;
  margin-bottom: 30px;
}

.team-icon {
  color: var(--dark);
  margin-right: 20px;
  font-family: 'Fa Brands 400 (6.4.2)', sans-serif;
  font-size: 18px;
  transition: all 0.2s;
}

.team-icon:hover {
  color: var(--primary);
}

.team-icon.last-child {
  margin-right: 0;
}

.about-2-video {
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  margin-bottom: 40px;
  display: flex;
}

.about-2-photos-slider {
  background-color: #0000;
  width: 769px;
  height: 450px;
  margin-left: auto;
  margin-right: auto;
}

.about-2-slider-photo {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.about-2-slider-photo.previous {
  z-index: 0;
  border-radius: var(--button-radius-16);
  transform: translate(-120px) scale(0.8);
}

.about-2-slider-photo.current {
  z-index: 2;
  border-radius: var(--button-radius-16);
}

.about-2-slider-photo.next {
  z-index: 1;
  border-radius: var(--button-radius-16);
  transform-origin: 50%;
  transform: translate(120px) scale(0.8);
}

.slide-3 {
  max-height: 580px;
}

.about-2-first-column {
  border: 1px solid var(--primary);
  width: 30%;
  padding: 30px 30px 50px;
  position: relative;
}

.about-2-first-column-list {
  margin-top: 40px;
  margin-bottom: 50px;
}

.about-2-second-column {
  height: 320px;
}

.about-2-third-column {
  padding-top: 30px;
  padding-right: 30px;
}

.about-2-third-column-description {
  margin-top: 20px;
}

.slide-about-2 {
  border-radius: var(--button-radius-16);
  position: static;
  overflow: visible;
}

.about-3-tab-link {
  width: 33.33%;
  color: var(--white);
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  margin-bottom: -12px;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 19px;
  line-height: 32px;
  transition: all 0.3s;
  display: flex;
  position: relative;
}

.about-3-tab-link.w--current {
  color: var(--white);
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 24px;
}

.team-slider-content {
  width: 60%;
  margin-left: 40px;
}

.team-slider-mask {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-background {
  background-color: var(--primary-blue);
  width: 30%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.team-slider-arrow {
  background-image: url('/images/arrow-left-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  transition: transform 0.3s;
  display: flex;
  inset: 10px auto auto 160px;
}

.team-slider-arrow:hover {
  transform: scale(1.4);
}

.team-slider-arrow.right-arrow-slider {
  background-image: url('/images/arrow-left-2.svg');
  background-repeat: no-repeat;
  background-size: auto;
  left: 230px;
}

.team-slider-arrow.right-arrow-slider:hover {
  background-image: url('/images/arrow-left-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.portfolio-grid-collection-item {
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 30px #00000014;
}

.banner-buttons-wrapper {
  grid-column-gap: 30px;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.portfolio-masonry-image-wrapper {
  position: relative;
}

.landing-inner-page-image-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.landing-inner-page-overlay {
  z-index: 1;
  background-color: #fff3;
  position: absolute;
  inset: 0%;
}

.nav-dropdown-column {
  width: 100%;
  display: block;
}

.play-button-icon {
  z-index: 7;
  color: var(--white);
  margin-left: 4px;
  font-family: 'Fa solid 900', sans-serif;
  font-size: 20px;
  position: relative;
}

.play-button-hover {
  z-index: 10;
  border: 20px solid #0060f580;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  transition: all 0.3s;
  position: absolute;
  transform: scale(0.85);
}

.play-button-hover:hover {
  transform: scale(1);
}

.header-button {
  border: 2px solid var(--primary);
  background-color: var(--white);
  color: var(--text-dark);
  letter-spacing: 0.5px;
  padding: 14px 28px;
  line-height: 1.1em;
  transition: all 0.3s;
}

.header-button:hover {
  background-color: var(--primary);
  color: var(--text-dark);
}

.banner-contact-info {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  width: 70%;
  display: flex;
}

.banner-contacts-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-event-mask {
  z-index: 1;
  width: 40%;
  overflow: visible;
}

.home-testimonials-slider-arrow {
  width: 60px;
  height: 60px;
  inset: auto auto 0% 30%;
}

.home-testimonials-slider-arrow.right {
  border: 1px solid var(--primary-blue);
  background-color: var(--primary-blue);
  background-image: url('/images/arrow-left-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  width: 60px;
  height: 60px;
  padding: 18px;
  transition: background-color 0.3s;
  display: flex;
  top: -110px;
  bottom: auto;
  left: 86%;
}

.home-testimonials-slider-arrow.right:hover {
  border: 1px solid var(--primary-blue);
  background-color: #0000;
  background-image:
    url('/images/arrow-left.svg'), url('/images/arrow-left-1.svg');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size:
    24px 24px,
    24px 24px;
}

.home-testimonials-slider-arrow.left {
  border: 1px solid var(--primary-blue);
  background-color: #0000;
  background-image: url('/images/arrow-right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  align-items: center;
  padding: 18px;
  transition: background-color 0.3s;
  display: flex;
  top: -110px;
  bottom: auto;
  left: 94%;
}

.home-testimonials-slider-arrow.left:hover {
  background-color: var(--primary-blue);
  background-image:
    url('/images/arrow-left-2.svg'), url('/images/arrow-right.svg');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size:
    24px 24px,
    24px 24px;
}

.home-event-slider {
  z-index: 1;
  background-color: #0000;
  width: 100%;
  height: 100%;
  padding-bottom: 10px;
  position: relative;
  overflow: visible;
}

.navbar-absolute {
  background-color: #0000;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  position: fixed;
  inset: 0% 0% auto;
}

.testimonials {
  padding-top: 80px;
  padding-bottom: 80px;
}

.blog-section-title {
  text-align: center;
  margin-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
}

.map-wrapper {
  position: relative;
}

.map-wrapper.home-page {
  width: 100%;
  margin-bottom: 60px;
}

.contacts-wrapper-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 30px;
  padding-right: 30px;
}

.section-title-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 780px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.courses-collection {
  width: 100%;
}

.home-4-testimonials-wrapper,
.testimonials-wrapper-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.top-banner-button-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 38px;
  display: flex;
  position: relative;
}

.about-img {
  object-fit: cover;
  position: absolute;
}

.about-img._1 {
  z-index: 2;
  width: 350px;
  inset: 0% 0% auto 12%;
}

.about-img._5 {
  z-index: 4;
  width: 350px;
  inset: 60% 0% auto 24%;
}

.about-img._3 {
  z-index: 1;
  width: 300px;
  inset: 19% 4% 0% auto;
}

.about-img._4 {
  z-index: 5;
  width: 220px;
  inset: 47% 30% 0% 50%;
}

.about-img._2 {
  z-index: 3;
  width: 300px;
  inset: 31% auto 0% 2%;
}

.subtitle {
  border-bottom: 2px solid #80808026;
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.our-services-wrap {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  display: flex;
}

.central-alignment-heaading {
  text-align: center;
  margin-bottom: 75px;
}

.heading-wrapper {
  margin-bottom: 50px;
}

.content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 190px;
  display: flex;
}

.content {
  border-radius: 5px;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
}

.industries-block-wrapper {
  background-color: #0000;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  max-width: 35vw;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.industries-block-wrapper:hover {
  box-shadow: 0 10px 20px #14173326;
}

.home-9-team-item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 31%;
  position: relative;
}

.about-4-team-slide {
  width: 23%;
  margin-right: 30px;
}

.about-6-projects-item {
  text-align: center;
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 370px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-with-blue-bg {
  background-color: var(--primary);
  justify-content: center;
  display: flex;
}

.nav-dropdown-link-line {
  background-color: var(--primary);
  width: 16px;
  height: 2px;
  margin-right: 15px;
  display: inline-block;
}

.search {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  width: 100%;
  margin-top: 30px;
  display: flex;
}

.subtitle-2 {
  color: #fc8e44;
  border-bottom: 2px solid #80808026;
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.dropdown-nav-link {
  color: #999;
  margin-left: -20px;
  padding: 5px 0;
  font-family: Poppins;
  transition: color 0.2s;
  display: flex;
}

.dropdown-nav-link:hover,
.dropdown-nav-link.w--current {
  color: #004ae2;
}

.gallery-image-link {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-19-gallery-img-link {
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-wrap {
  align-items: center;
  display: flex;
}

.rich-text-style h2 {
  margin-top: 24px;
  margin-bottom: 20px;
}

.rich-text-style h3 {
  margin-top: 25px;
  margin-bottom: 15px;
}

.rich-text-style h4 {
  margin-top: 25px;
}

.rich-text-style h5 {
  margin-top: 20px;
}

.rich-text-style h6 {
  margin-top: 20px;
  margin-bottom: 14px;
}

.rich-text-style ul {
  margin-top: 20px;
  margin-bottom: 0;
}

.rich-text-style img {
  margin-top: 20px;
  margin-bottom: 10px;
}

.home-banner-left-arrow {
  align-items: center;
  height: 40px;
  display: flex;
  inset: 0% auto 0% 2%;
}

.home-23-team-item {
  width: 33%;
}

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

.brand-tablet {
  display: none;
}

.style-guide-tab-content-wrapper {
  grid-row-gap: 60px;
  flex-direction: column;
  display: flex;
}

.style-guide-tab-content-wrapper.no-spacing {
  grid-row-gap: 0px;
}

.tabs-style-guide {
  width: 100%;
}

.spacing-system-image-2 {
  filter: grayscale();
  max-width: 80%;
}

.grid-header {
  margin-top: 55px;
}

.main-style-guide-body-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  width: 47%;
  margin-top: 12px;
  margin-right: 40px;
  display: flex;
}

.main-style-guide-body-wrapper.last-child {
  margin-right: 0;
}

.style-guide-tab-link {
  border-top: 1px solid var(--dark);
  border-right: 1px solid var(--dark);
  border-bottom: 1px solid var(--dark);
  background-color: var(--white);
  letter-spacing: 2.4px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 15px 20px;
  display: flex;
}

.style-guide-tab-link.w--current {
  background-color: var(--dark);
  color: #fff;
}

.style-guide-tabs-menu {
  border-left: 1px solid var(--dark);
  margin-bottom: 80px;
  display: flex;
}

.grid-title {
  background-color: var(--dark);
  color: #fff;
  border-left: 1px #a7a7a7;
  border-right: 1px solid #7c7c7c;
  justify-content: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-title.first-grid {
  border-left-style: solid;
  border-left-color: #7c7c7c;
  width: 24%;
  height: 100%;
  margin-top: 0;
}

.spasing-system-image-mobile-2 {
  filter: grayscale();
  max-width: 70%;
}

.album-2-title {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1em;
}

.button-blue {
  border: 2px solid var(--primary-blue);
  background-color: var(--primary-blue);
  color: var(--white);
  text-align: center;
  letter-spacing: 0.5px;
  align-items: center;
  padding: 14px 28px;
  line-height: 1.1em;
  transition: all 0.3s;
}

.button-blue:hover {
  color: var(--primary-blue);
  background-color: #0000;
}

.button-blue.white-color {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--dark);
}

.button-blue.white-color:hover {
  color: var(--light-gray);
  background-color: #0000;
}

.landing-inner-page-image {
  object-fit: cover;
  object-position: 50% 0%;
  border: 1px solid #e9e9e9;
  width: 100%;
}

.landing-inner-page-image.banner {
  box-shadow: 0 6px 20px #00000014;
}

.banner-description-home-2 {
  text-align: left;
  letter-spacing: -0.2px;
  margin-top: 24px;
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
}

.landing-home-pages-wrapper-banner {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.landing-inner-page-item {
  text-align: center;
  background-color: #0000;
  width: 100%;
  padding: 6px;
}

.landing-customers-content-left {
  grid-row-gap: 30px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding-right: 100px;
  display: flex;
}

.landing-customers-icon-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 79%;
  display: flex;
}

.landing-customers-layout {
  justify-content: space-between;
  display: flex;
}

.landing-section-title {
  width: 70%;
  margin: 0 auto;
}

.landing-inner-page-icon {
  z-index: 10;
  background-color: var(--primary);
  color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  font-family: 'Fa solid 900', sans-serif;
  font-size: 28px;
  display: flex;
  position: absolute;
  transform: rotate(-30deg);
}

.section-ttile-description {
  text-align: center;
  margin-top: 20px;
}

.landing-home-pages-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.landing-inner-page-title {
  text-transform: uppercase;
}

.landing-inner-pages-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.free-trial-wrapper-2 {
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.free-trial-wrapper-2.landing {
  flex-direction: column;
  align-items: center;
  max-width: 690px;
  display: flex;
}

.free-trial-title-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 40px;
}

.color-bg {
  z-index: -1;
  background-color: var(--primary);
  height: 140px;
  position: absolute;
  inset: auto 0% 0%;
}

.style-guide-body-wrapper {
  width: 47%;
  margin-right: 40px;
}

.footer-rights-wrapper {
  flex-wrap: wrap;
  display: flex;
}

.position-relative {
  position: relative;
}

.success-message {
  background-color: var(--primary-blue);
}

.form-contacts {
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.form-block-contacts {
  width: 100%;
  margin-bottom: 0;
}

.button-dark {
  border: 2px solid var(--text-dark);
  background-color: var(--text-dark);
  color: var(--white);
  letter-spacing: 0.5px;
  padding: 14px 28px;
  line-height: 1.1em;
}

.button-dark:hover {
  color: var(--primary);
}

.button-dark.space-50 {
  margin-top: 26px;
}

.button-dark.full-with {
  text-align: center;
}

.link-header {
  color: var(--white);
  padding: 20px;
}

.nav-button-holder {
  display: none;
}

.form-title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.desckription-form {
  color: var(--primary);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.banner-top-title-left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 40%;
  height: 100%;
  display: none;
}

.banner-top-right {
  border: 4px solid #07ace3;
  border-radius: 16px;
  justify-content: flex-end;
  align-items: flex-end;
  width: 70%;
  display: flex;
}

.home-card-wrap {
  background-color: var(--gray-50);
  width: 100%;
  height: 100%;
}

.title-card {
  padding-bottom: 12px;
}

.card-title {
  background-image:
    linear-gradient(#0000004d, #0000004d), linear-gradient(#ff80edb3, #0060f5b3);
  flex-direction: column;
  justify-content: flex-end;
  height: 340px;
  padding-bottom: 100px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.card-title.speaker-without-space {
  height: 320px;
}

.link-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 26px;
}

.event-arrow-wrapper {
  position: absolute;
  top: 12px;
  right: 12px;
}

.event-arrow-icon {
  cursor: pointer;
  width: 26px;
  height: 26px;
  transition: opacity 0.3s;
}

.event-arrow-icon:hover {
  opacity: 0.65;
}

.event-title {
  margin-top: 0;
  margin-bottom: 0;
}

.event-title.text-pink {
  color: var(--primary);
}

.event-title.text-dark {
  font-size: 18px;
}

.event-title-large {
  font-size: 50px;
  transition: all 0.3s;
}

.event-title-large:hover {
  color: var(--text-dark);
  -webkit-text-stroke-color: var(--text-dark);
}

.second-event-item {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

.empty-state {
  background-color: #0000;
  padding: 0;
}

.second-event-image {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.second-event-text-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 90%;
  margin-top: 50px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.second-event-text-wrapper.no-margins-desctop {
  margin-top: 0;
}

.title-no-margins {
  transition: color 0.3s;
}

.title-no-margins:hover {
  color: var(--primary);
}

.title-no-margins.text-white-wf {
  transition: all 0.3s;
}

.title-no-margins.text-white-wf:hover {
  color: var(--primary);
}

.event-title-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.element {
  z-index: 0;
  width: 184px;
  height: 184px;
  position: absolute;
  top: -50px;
  left: -40px;
}

.element-back-image {
  position: absolute;
  inset: auto auto 0% 0%;
}

.title-last-events-wrap {
  text-align: left;
  justify-content: center;
  align-items: baseline;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.latest-events-wrap-left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.latest-events-wrap {
  margin-top: 50px;
}

.latest-events-list {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.latest-event-item {
  border: 1px solid var(--text-dark);
  width: 32%;
  position: relative;
  overflow: visible;
}

.latest-events-title-wrap {
  height: 50%;
  padding: 20px;
}

.date-title {
  margin-bottom: 12px;
  transition: all 0.3s;
}

.date-title:hover {
  color: var(--text-dark);
}

.date-title.text-pink {
  color: var(--primary);
}

.second-event-image-top-wrapper {
  width: 50%;
  min-height: 600px;
  display: none;
  position: relative;
}

.latest-event-item-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform 0.3s;
}

.latest-event-item-image:hover {
  transform: scale(1.1);
}

.bottom-divider {
  background-color: var(--primary);
  border-radius: 16px;
  width: 100%;
  height: 10px;
  position: relative;
  inset: auto 10px -10px;
}

.latest-event-item-image-wrap {
  border-radius: 0;
  overflow: hidden;
}

.we-plan-event-top-left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 90%;
  margin: 64px auto;
  display: flex;
}

.title-we-plane-event-wrap {
  width: 100%;
  padding-left: 0;
  padding-right: 40px;
}

.we-plan-event-top-right {
  width: 50%;
  min-height: 550px;
  position: absolute;
  inset: 80px 0% auto auto;
}

.numbers-wrapper {
  background-color: var(--primary);
  padding-top: 90px;
  padding-bottom: 90px;
}

.number-list-item-wrap {
  grid-row-gap: 14px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.paragrapg-number-item {
  color: var(--white);
}

.speaker-image {
  z-index: 2;
  object-fit: cover;
  width: 100%;
  height: 550px;
  position: relative;
}

.element-we-plan {
  z-index: 1;
  width: 150px;
  height: 150px;
  position: absolute;
  inset: -9% auto auto -15%;
}

.gallery-wrapper {
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.image-gallery-wrapper {
  object-fit: cover;
  width: 50%;
  height: 300px;
  position: relative;
}

.image-gallery-wrapper.medium-width {
  width: 25%;
  height: 300px;
}

.image-gallery-overlay {
  background-image: linear-gradient(#ff80ed4d, #0309354d);
  position: absolute;
  inset: 0%;
}

.testimonials-title {
  text-align: center;
  width: 50%;
  margin: 0 auto;
}

.testimonal-image-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 920px;
  height: 140px;
  margin: 50px auto;
  display: flex;
}

.testimonials-image {
  border-radius: 50%;
  width: 62px;
  height: 62px;
}

.latest-event-wrap-right {
  display: none;
}

.block-quote {
  text-transform: uppercase;
  background-image: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 0 24px;
  line-height: 1.4;
}

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

.home-testimonials-slider {
  background-color: #0000;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  display: flex;
  position: relative;
}

.left-arrow {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: absolute;
  inset: auto 80px -40px 0%;
}

.right-arrow {
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  position: absolute;
  top: auto;
  bottom: -40px;
  left: 80px;
}

.left-arrow-wrapper {
  border: 1px solid var(--primary-blue);
  background-color: var(--primary-blue);
  background-image: url('/images/arrow-left-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  width: 60px;
  height: 60px;
  padding: 18px;
  transition: background-color 0.4s;
}

.left-arrow-wrapper:hover {
  border: 1px solid var(--primary-blue);
  background-color: var(--white);
  background-image: url('/images/arrow-left.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px 24px;
}

.right-arrow-wrapper {
  border: 1px solid var(--primary-blue);
  background-image: url('/images/arrow-right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 18px;
  transition: background-color 0.4s;
  display: flex;
}

.right-arrow-wrapper:hover {
  background-color: var(--primary-blue);
  background-image: url('/images/arrow-left-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px 24px;
}

.testimonial-slide {
  width: 100%;
  height: auto;
  position: relative;
}

.home-testimonials-mask {
  width: 100%;
}

.block-quote-2 {
  text-transform: uppercase;
}

.title-we-plan-event {
  width: 100%;
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: Anton, sans-serif;
  font-size: 50px;
  line-height: 1.1em;
}

.home-banner-title {
  width: 99%;
}

.line-light {
  background-color: var(--white);
  opacity: 0.3;
  border-top: 1px #ffffff4d;
  border-bottom: 1px #fff;
  border-left: 1px #ffffff4d;
  border-right: 1px solid #ffffff4d;
}

.line-light.hidden {
  display: block;
}

.speaker-list {
  display: flex;
}

.speaker-item {
  position: relative;
}

.image-speaker {
  filter: saturate(0%);
  object-fit: cover;
  height: 320px;
}

.element-form-2 {
  width: 150px;
  height: 150px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.element-form {
  width: 200px;
  height: 150px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.planing-events-title-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 50px;
  display: flex;
}

.planning-events-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.planning-events-list.wrap-content {
  grid-row-gap: 40px;
  flex-wrap: wrap;
}

.planing-event-item {
  border: 1px solid var(--primary);
  flex-direction: column;
  width: 100%;
  position: relative;
}

.event-planning-title-wrap {
  flex-direction: column;
  padding: 20px;
  display: flex;
}

.place-title {
  margin-bottom: 6px;
}

.planing-event-image {
  object-fit: cover;
  width: 100%;
  height: 290px;
  transition: transform 0.3s;
}

.planing-event-image:hover {
  transform: scale(1.1);
}

.events-slide {
  width: 100%;
  margin-right: 30px;
  overflow: visible;
}

.cta-form-block {
  color: var(--text-dark);
  letter-spacing: 0.5px;
  margin-bottom: 0;
  font-family: Anton, sans-serif;
  font-size: 18px;
  line-height: 1.1em;
}

.cta-form {
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cta-text-field {
  border: 1px solid var(--primary);
  letter-spacing: 0.5px;
  text-transform: uppercase;
  min-width: 300px;
  height: auto;
  margin-bottom: 0;
  padding: 14px 18px;
  font-family: Anton, sans-serif;
  font-size: 18px;
  line-height: 1.1em;
  transition: border-color 0.2s;
}

.cta-text-field:active {
  background-color: var(--white);
}

.cta-text-field:focus {
  border-color: #ff80ed4d;
}

.cta-text-field:focus-visible,
.cta-text-field[data-wf-focus-visible] {
  background-color: var(--white);
  letter-spacing: 0.5px;
  font-family: Anton, sans-serif;
  font-size: 18px;
  line-height: 1.1em;
}

.cta-text-field::placeholder {
  color: var(--text-dark);
}

.text-block-2 {
  color: var(--white);
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

.success-message-3 {
  background-color: var(--primary-blue);
}

.text-block-3 {
  color: var(--text-dark);
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

.error-message-2 {
  background-color: var(--primary);
  text-align: center;
}

.planning-event-image-wrap {
  width: 100%;
  overflow: hidden;
}

.max-with-container {
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.margin-left-wrapper {
  width: 100%;
  overflow: hidden;
}

.margin-left-wrapper.flex {
  flex-wrap: wrap;
  display: flex;
}

.title-buy-ticket {
  width: 69%;
  color: var(--white);
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-family: Anton, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 1.1em;
}

.white-block {
  z-index: 2;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 250px;
  transition: background-color 0.3s;
  display: flex;
  position: relative;
}

.white-block:hover {
  background-color: var(--primary);
  color: var(--white);
}

.buy-ticket {
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-family: Anton, sans-serif;
  font-size: 28px;
  line-height: 1.1em;
}

.element-buy-ticket {
  width: 350px;
  height: 350px;
  position: absolute;
  top: -7%;
  right: -6%;
}

.our-clients-title-wrap {
  margin-bottom: 40px;
}

.our-clients-title {
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-loop-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  display: flex;
}

.companions-logo-loop {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: center;
  display: flex;
}

.companions-logo {
  object-fit: cover;
  max-width: none;
  height: 40px;
}

.title-wrap-blog {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.blog-wrap {
  margin-top: 50px;
}

.blog-list {
  justify-content: space-between;
  display: flex;
}

.blog-item {
  border: 1px solid var(--primary);
  width: 32%;
  position: relative;
  overflow: visible;
}

.blog-image-wrap {
  overflow: hidden;
}

.blog-image {
  object-fit: cover;
  width: 100%;
  height: 230px;
  transition: transform 0.3s;
}

.blog-image:hover {
  transform: scale(1.1);
}

.blog-title-wrap {
  flex-direction: column;
  align-items: flex-start;
  padding: 24px 20px 20px;
  display: flex;
}

.blog-paragraph {
  margin-bottom: 24px;
}

.title-get-ticket {
  color: var(--white);
  margin-top: 70px;
  margin-bottom: 20px;
  padding-left: 70px;
}

.title-get-ticket.join-us {
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  font-size: 50px;
  display: flex;
}

.ticket-cards-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.small-card {
  border-radius: var(--button-radius-16);
  background-color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  height: auto;
  min-height: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
  position: relative;
  box-shadow: 0 3px 40px 3px #0003;
}

.small-card.left-card {
  margin-left: 0;
  box-shadow: 0 3px 40px 3px #0000001c;
}

.small-card.right-card {
  margin-left: 30px;
  box-shadow: 0 3px 40px 3px #0000001c;
}

.number {
  z-index: 1;
  color: var(--primary-blue);
  letter-spacing: 0.5px;
  font-family: Anton, sans-serif;
  font-size: 80px;
  line-height: 1.1em;
}

.number-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: baseline;
  display: flex;
}

.title-small-card {
  margin-top: 24px;
  margin-bottom: 30px;
}

.item-card {
  grid-column-gap: 8px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-bottom: 16px;
  display: flex;
}

.check {
  width: 24px;
  height: 24px;
}

.ticket-button {
  border: 2px none var(--primary);
  background-color: var(--primary-blue);
  border-radius: 0 0 16px 16px;
  justify-content: center;
  width: 100%;
  margin-top: 14px;
  padding: 20px 28px;
  font-size: 24px;
  transition-property: background-color;
  display: flex;
}

.ticket-button:hover {
  border-color: var(--navy-blue);
  background-color: var(--navy-blue);
  color: var(--white);
}

.ticket-button.register-cta-btn {
  color: var(--gray);
  background-color: #626464;
  padding-top: 20px;
  padding-bottom: 20px;
  position: absolute;
  bottom: 0;
}

.semi-bold-text {
  letter-spacing: -0.2px;
  font-size: 18px;
  font-weight: 400;
}

.ticket-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.ticket-wrap.bottom-border {
  border-bottom: 1px solid #fff6;
  padding-bottom: 50px;
}

.image-cover {
  object-fit: cover;
  width: 30%;
  height: 100%;
  transition: transform 0.3s;
}

.image-cover.top {
  object-position: 50% 38%;
}

.blue-absolute-back {
  z-index: -1;
  background-color: var(--primary-blue);
  justify-content: flex-end;
  width: 50%;
  height: 500px;
  position: absolute;
  right: 0;
}

.content-card-wrap {
  padding-left: 40px;
  padding-right: 40px;
}

.image {
  width: 35%;
  max-width: none;
  margin-top: 70px;
  margin-left: 700px;
}

.backgraund-blue-container {
  z-index: -1;
  background-color: var(--primary);
  border-radius: 24px;
  width: 100%;
  height: 500px;
  position: absolute;
  inset: 0%;
}

.footer-large-title {
  color: var(--white);
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-family: Anton, sans-serif;
  font-size: 80px;
  line-height: 1.1em;
}

.footer-description {
  color: var(--white);
  letter-spacing: -0.2px;
  margin-bottom: 50px;
  font-size: 18px;
  font-weight: 600;
}

.footer-divider {
  background-color: #ffffff4d;
  justify-content: center;
  height: 1px;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
}

.text-field {
  min-width: 200px;
  height: auto;
  color: var(--white);
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #ffffff4d;
  margin-bottom: 0;
  padding: 14px 18px;
  font-size: 18px;
  transition: border-color 0.2s;
}

.text-field:focus {
  color: var(--white);
}

.text-field:focus-visible,
.text-field[data-wf-focus-visible] {
  border-color: var(--white);
}

.text-field::placeholder {
  color: var(--white);
}

.submit-button {
  border: 2px solid var(--primary-blue);
  background-color: var(--primary-blue);
  text-transform: uppercase;
  padding: 14px 28px;
  font-family: Anton, sans-serif;
  transition: background-color 0.3s;
}

.submit-button:hover {
  background-color: var(--white);
  color: var(--text-dark);
}

.footer-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 0px;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-form-title {
  color: var(--white);
  text-align: left;
  margin-bottom: 24px;
}

.success-message-4 {
  background-color: var(--primary-blue);
}

.home-2-banner-section {
  padding-bottom: 80px;
}

.home-2-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: var(--primary-light-bg);
  justify-content: space-between;
  max-width: 90%;
  margin-top: 90px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.home-2-banner-image {
  width: 50%;
}

.home-2-banner-title {
  z-index: 2;
  padding-bottom: 7px;
  position: relative;
}

.text-20-bold {
  letter-spacing: -0.2px;
  margin-left: 24px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5em;
}

.home-2-content-wrap {
  flex-direction: column;
  justify-content: flex-end;
  width: 50%;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-right: 60px;
  display: flex;
  position: relative;
}

.line-banner {
  width: auto;
  height: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.visitor-image {
  border: 2px solid var(--white);
  border-radius: 50%;
  margin-left: -20px;
}

.image-visitor-wrap {
  align-items: center;
  margin-top: 50px;
  margin-left: 20px;
  display: flex;
}

.element-2-nurturing-top {
  z-index: -1;
  position: absolute;
  inset: -12% -16% auto auto;
}

.element-2-nurturing-bottom {
  z-index: -1;
  position: absolute;
  inset: auto auto -4% -4%;
}

.latest-event-title-wrap {
  grid-row-gap: 24px;
  flex-direction: column;
  width: 50%;
  margin-bottom: 40px;
  display: flex;
}

.latest-event-slider {
  background-color: #0000;
  width: 100%;
  height: 100%;
  position: relative;
}

.slide-nav {
  display: none;
}

.latest-event-mask {
  width: 40%;
  overflow: visible;
}

.latest-event-slide {
  width: 100%;
  margin-bottom: 10px;
  margin-right: 30px;
}

.event-image-link {
  width: 100%;
  height: 230px;
}

.latest-event-item-slider {
  border: 1px solid var(--primary);
  position: relative;
}

.latest-event-list-2 {
  grid-column-gap: 20px;
  display: flex;
}

.left-arrow-latest-event {
  border: 1px solid var(--primary-blue);
  background-color: var(--primary-blue);
  background-image: url('/images/arrow-left-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  transition: background-color 0.3s;
  display: flex;
  inset: -100px 80px auto auto;
}

.left-arrow-latest-event:hover {
  border: 1px solid var(--primary-blue);
  background-color: var(--white);
  background-image: url('/images/arrow-left.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px 24px;
}

.right-arrow-latest-event {
  border: 1px solid var(--primary-blue);
  background-color: var(--white);
  background-image: url('/images/arrow-right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  transition: background-color 0.3s;
  display: flex;
  inset: -100px 0 auto auto;
}

.right-arrow-latest-event:hover {
  background-color: var(--primary-blue);
  background-image: url('/images/arrow-left-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px 24px;
}

.banner-back-absolute {
  background-color: var(--primary-blue);
  width: 100%;
  height: 80vh;
  position: absolute;
}

.second-image {
  z-index: 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.link-wrap-banner {
  justify-content: flex-start;
  display: flex;
}

.nurturing-image {
  padding-bottom: 35px;
  position: relative;
}

.nurturing-event-item {
  grid-column-gap: 80px;
  justify-content: space-between;
  display: flex;
}

.latest-event-title {
  text-align: center;
}

.plan-image-wrap {
  height: 450px;
}

.title-plan {
  width: 60%;
  color: var(--white);
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  flex-direction: column;
  font-family: Anton, sans-serif;
  font-size: 70px;
  line-height: 1.1em;
}

.pink {
  width: 50%;
  color: var(--primary);
}

.description-plan {
  width: 79%;
  color: var(--white);
  text-align: center;
  font-size: 18px;
}

.note {
  grid-row-gap: 24px;
  outline-offset: 0px;
  border: 1px solid #0c1064;
  border-radius: 16px;
  outline: 1px solid #030935;
  flex-direction: column;
  align-items: center;
  width: 60%;
  margin: auto auto 0;
  padding-top: 0;
  padding-bottom: 20px;
  display: flex;
}

.numbers-absolut-wrap {
  z-index: 1;
  background-color: var(--primary);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: absolute;
  inset: -90px 0 auto;
}

.number-list-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 14px;
  aspect-ratio: auto;
  object-fit: fill;
  border-right: 1px solid #ffffff4d;
  flex-flow: column wrap;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.number-list-wrap.no-border {
  border-right-width: 0;
}

.numners-list-wrap {
  display: flex;
}

.element-plan-1 {
  position: absolute;
  top: -50px;
  left: -50px;
}

.element-plan-2 {
  position: absolute;
  top: 43px;
  right: -200px;
}

.image-latest-event {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform 0.3s;
}

.image-latest-event:hover {
  transform: scale(1.1);
}

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

.top-wrapper-planning {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 50px;
  display: flex;
}

.planing-title-wrap {
  grid-row-gap: 24px;
  flex-direction: column;
  width: 40%;
  display: flex;
}

.planning-image-link {
  width: 100%;
  height: 290px;
  transition-property: transform;
}

.planning-image-link:hover {
  transform: scale(1.1);
}

.planning-item {
  border: 1px solid var(--primary);
  width: 48.4%;
  position: relative;
}

.testimonial-title-wrap {
  grid-row-gap: 50px;
  flex-direction: column;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.testimonials-images-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  place-content: flex-start center;
  width: 70%;
  padding-left: 20px;
  display: flex;
}

.testimonials-top-wrap {
  justify-content: space-between;
  margin-bottom: 50px;
  display: flex;
}

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

.testimonial-mask {
  height: 100%;
}

.testimonials-slide-content-wrap {
  grid-column-gap: 60px;
  justify-content: space-between;
  display: flex;
}

.heading-testimonial-slide {
  width: 60%;
  line-height: 1.4em;
}

.left-arrow-2 {
  border: 1px solid var(--primary-blue);
  background-color: var(--primary-blue);
  background-image: url('/images/arrow-left-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  width: 60px;
  height: 60px;
  margin-top: 70px;
  transition: background-color 0.3s;
}

.left-arrow-2:hover {
  border: 1px solid var(--primary-blue);
  background-color: var(--white);
  background-image:
    url('/images/arrow-left.svg'), url('/images/arrow-left-1.svg');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size:
    24px 24px,
    24px 24px;
}

.right-arrow-2 {
  border: 1px solid var(--primary-blue);
  background-color: var(--white);
  background-image: url('/images/arrow-right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  width: 60px;
  height: 60px;
  margin-top: 70px;
  margin-left: 80px;
  transition: background-color 0.3s;
  right: auto;
}

.right-arrow-2:hover {
  background-color: var(--primary-blue);
  background-image:
    url('/images/arrow-left-2.svg'), url('/images/arrow-right.svg');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size:
    24px 24px,
    24px 24px;
}

.title-ticket {
  margin-bottom: 50px;
}

.dark-background-absolute {
  z-index: -1;
  background-color: var(--text-dark);
  width: 100%;
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.title-home-3 {
  z-index: 1;
  width: 90%;
  padding-bottom: 9px;
  position: relative;
}

.banner-description-3 {
  letter-spacing: -0.2px;
  width: 56%;
  margin-top: 24px;
  margin-bottom: 50px;
  font-size: 18px;
}

.image-banner-3 {
  position: absolute;
  inset: auto 0% 0% -2%;
}

.background-blue {
  background-color: var(--primary-blue);
  align-items: center;
  width: 100%;
  min-height: 550px;
  margin-top: 100px;
  display: flex;
}

.absolute-back {
  z-index: -1;
  background-color: var(--primary-blue);
  width: 50%;
  min-height: 550px;
  position: absolute;
  bottom: 80px;
  left: auto;
  right: 0%;
}

.numbers-wrapper-home-3 {
  z-index: 2;
  background-color: var(--primary);
  margin-right: 15px;
  padding: 30px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.numbers-wrap-vertical {
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.divider {
  background-color: #ffffff4d;
  width: 120px;
  height: 1px;
}

.element-home-3-banner {
  display: none;
  position: absolute;
}

.latest-event {
  margin-top: 50px;
}

.latest-event-link-wrap {
  overflow: hidden;
}

.latest-event-title-wrap-horisontal {
  width: 31.5%;
  height: 280px;
  color: var(--dark);
  border: 1px solid #000;
  border-radius: 8px;
  padding: 20px;
}

.latest-event-list-home-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  display: flex;
}

.latest-event-item-3 {
  border: 1px solid var(--primary);
  width: 48.4%;
  display: flex;
  position: relative;
}

.image-wrap-latest-event {
  width: 200px;
  height: 290px;
  transition-property: transform;
}

.image-wrap-latest-event:hover {
  transform: scale(1.1);
}

.image-3 {
  display: none;
  position: absolute;
  inset: -50px auto auto -100px;
}

.image-plan-home-3 {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 500px;
}

.decoration-we-plan {
  width: 150px;
  height: 150px;
  position: absolute;
  inset: 30% 2% auto auto;
}

.title-we-plan-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--text-dark);
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-top: 330px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.shadow {
  background-color: var(--white);
  position: absolute;
  inset: auto 0% 0%;
  box-shadow: 0 2px 150px #ff80edcc;
}

.image-5 {
  width: 150px;
  height: 150px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.home-3-testimonials-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  display: flex;
  position: relative;
}

.testimonial-card {
  border: 1px solid var(--primary);
  flex-direction: column;
  justify-content: space-between;
  width: 370px;
  height: 370px;
  padding: 30px;
  display: flex;
}

.star-wrap {
  grid-column-gap: 6px;
  grid-row-gap: 0px;
  margin-bottom: 30px;
  display: flex;
}

.star {
  width: 20px;
  height: 20px;
}

.name-client {
  align-items: flex-end;
}

.top-wrapper-cards-testimonials {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-left: -40px;
  display: flex;
}

.bottom-wrapper-cards-testimonials {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  margin-left: -2200px;
  display: flex;
}

.left-shadow {
  z-index: 1;
  background-image: linear-gradient(
    to right,
    var(--white),
    white 0%,
    white 0%,
    #fff0 102%
  );
  width: 150px;
  height: 100%;
  position: absolute;
}

.right-shadow {
  z-index: 1;
  background-image: linear-gradient(to right, #fff, #fff0 0%, #fff 100% 103%);
  width: 150px;
  height: 100%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.title-buy-ticket-home-3 {
  color: var(--white);
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 50px;
  font-family: Anton, sans-serif;
  font-size: 60px;
  line-height: 1.1em;
}

.decoration-buy-ticket {
  margin-top: 150px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.white-block-wrap {
  justify-content: center;
  display: flex;
}

.home-2-photo {
  object-fit: cover;
  background-image: url('/images/Rectangle-1116-1-1_1Rectangle 1116 (1) (1).webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  height: 100%;
}

.title-wrap {
  position: relative;
}

.image-wrapper-we-plan {
  position: absolute;
  inset: 0% 0 0% 0%;
}

.image-6 {
  position: absolute;
  inset: auto auto 2% -19%;
}

.number-list-item-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 14px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.background-blue-about-us {
  z-index: -1;
  background-color: var(--primary-blue);
  width: 100%;
  height: 350px;
  position: absolute;
}

.gallery-about-us {
  grid-column-gap: 30px;
  padding-top: 50px;
  padding-left: 50px;
  display: flex;
}

.about-us-image {
  object-fit: cover;
  width: 285px;
  height: 360px;
}

.back-blue-about-us {
  background-color: var(--primary-blue);
  width: 50%;
  height: 350px;
  position: absolute;
  inset: auto 0% 140px auto;
}

.title-speaker-about-us {
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-family: Anton, sans-serif;
  font-size: 70px;
  line-height: 1.1em;
}

.title-wrapper {
  grid-row-gap: 50px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 550px;
  display: flex;
}

.content-wrap-about-us {
  grid-column-gap: 50px;
  justify-content: space-between;
  display: flex;
}

.left-team-wrap {
  grid-row-gap: 50px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 360px;
  display: flex;
}

.items-card-wrap {
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.image-about {
  object-fit: cover;
  object-position: 50% 36%;
}

.next-event-item {
  display: flex;
}

.right-wrapper-next-event {
  width: 60%;
  margin-right: 40px;
}

.title-events {
  width: 60%;
}

.date-event {
  color: var(--primary);
  margin-bottom: 14px;
}

.location-event {
  color: var(--primary);
  margin-bottom: 30px;
  transition: color 0.3s;
}

.location-event:hover {
  color: var(--text-dark);
}

.location-event.white-hover:hover {
  color: var(--white);
}

.description-event {
  width: 80%;
  margin-bottom: 50px;
}

.image-banner-event-wrap {
  width: 50%;
  height: 540px;
}

.decoration-event {
  z-index: -1;
  position: absolute;
  bottom: 0%;
  right: -13%;
}

.events-list {
  margin-top: 50px;
  margin-bottom: 10px;
}

.approach-wrapper {
  width: 90%;
  margin-bottom: 50px;
}

.white-cover {
  display: none;
}

.tabs-events {
  margin-top: 50px;
}

.events-tabs-menu {
  grid-column-gap: 10px;
  justify-content: center;
  display: flex;
}

.event-tab-link {
  border: 1px solid var(--primary);
  background-color: var(--white);
  padding: 8px 18px;
}

.event-tab-link.w--current {
  background-color: var(--primary);
  transition-property: border;
  transition-duration: 0.2s;
}

.event-tab-link.w--current:hover {
  border-color: var(--primary);
  background-color: var(--dark);
}

.title-event {
  justify-content: center;
  display: flex;
}

.event-top-content-wrap {
  grid-column-gap: 50px;
  justify-content: space-between;
  display: flex;
}

.right-wrapper-details {
  width: 40%;
}

.timetable {
  grid-row-gap: 20px;
  border: 1px solid var(--primary);
  flex-direction: column;
  width: 50%;
  padding: 40px;
  display: flex;
}

.timetable.last-timetable {
  height: 400px;
  padding-bottom: 10px;
}

.image-wrap {
  width: 50%;
  height: 238px;
}

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

.event-detail-banner-image {
  object-fit: cover;
  object-position: 50% 20%;
  width: 100%;
  height: 400px;
}

.opacity-30 {
  background-color: #0000004d;
  height: 400px;
  position: absolute;
  inset: 0% 0% auto;
}

.opacity-30._40 {
  background-color: #00000080;
}

.event-register-button-wrap {
  margin-top: 50px;
  margin-bottom: 100px;
}

.date-title-rich-text em {
  color: var(--primary);
  font-style: normal;
}

.date-title-rich-text h6 {
  margin-bottom: 20px;
  line-height: 1.3em;
}

.auto-image-wrap {
  width: 50%;
  height: 400px;
}

.small-semi-bold-text {
  letter-spacing: -0.2px;
  width: 50%;
  font-family: Inter, sans-serif;
  font-weight: 600;
  line-height: 1.5em;
}

.bottom-wrapper-event-detail {
  justify-content: space-between;
  margin-top: 40px;
  display: flex;
}

.events-social-links-wrapper {
  grid-column-gap: 20px;
  align-items: flex-end;
  display: flex;
}

.social-icon-grey-wrapper {
  background-color: var(--container-grey);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  transition: background-color 0.3s;
  display: flex;
}

.social-icon-grey-wrapper:hover {
  background-color: var(--primary-blue);
}

.speaker-grid-details {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.image-speaker-detail {
  filter: saturate(0%);
  object-fit: cover;
  width: 100%;
  height: 340px;
}

.speaker-image-wrap {
  width: 100%;
  height: 340px;
}

.speaker-details-item {
  position: relative;
}

.decoration-workflow {
  z-index: -1;
  position: absolute;
  inset: auto auto -50px 330px;
}

.speaker-top-wrapper {
  grid-column-gap: 60px;
  justify-content: space-between;
  width: 100%;
  padding-top: 90px;
  display: flex;
}

.speaker-top-left {
  flex-direction: column;
  justify-content: flex-start;
  width: 63%;
  display: flex;
}

.speaker-top-right {
  width: 47%;
}

.absolute-right {
  background-color: var(--primary-blue);
  width: 35%;
  height: 100%;
  position: absolute;
  inset: 0 0% 0% auto;
}

.speaker-description {
  margin-top: 24px;
}

.image-speaker-wrap {
  width: 100%;
  height: 350px;
}

.image-speaker-banner {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.decoration-speaker-banner {
  display: none;
}

.team-details-wrap-right {
  width: 65%;
}

.team-details-content {
  grid-column-gap: 60px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.team-details-wrap-left {
  flex-direction: column;
  align-items: flex-start;
  width: 35%;
  display: flex;
  position: relative;
}

.personal-info-wrap {
  flex-direction: column;
  display: flex;
}

.title-speakers {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 30px;
}

.small-title-speakers {
  margin-bottom: 14px;
}

.rich-text-speakers {
  grid-row-gap: 14px;
  flex-direction: column;
}

.rich-text-speakers h2,
.rich-text-speakers h3 {
  margin-top: 24px;
  margin-bottom: 14px;
}

.rich-text-speakers h6 {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 14px;
}

.rich-text-speakers ul {
  margin-top: 0;
}

.rich-text-speakers li {
  letter-spacing: -0.36px;
  margin-bottom: 14px;
}

.collection-speaker-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-speaker-item {
  height: 100%;
  overflow: hidden;
}

.lightbox-link {
  grid-column-gap: 40px;
  display: flex;
  overflow: hidden;
}

.speaker-image-detail {
  object-fit: cover;
  width: 100%;
  height: 500px;
  transition: transform 0.9s;
}

.speaker-image-detail:hover {
  transform: scale(1.1);
}

.full-with {
  width: 100%;
}

.program-wrapper {
  grid-column-gap: 30px;
  margin-bottom: 30px;
  display: flex;
}

.link-small {
  letter-spacing: -0.36px;
  text-transform: none;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

.link-small.space-14 {
  margin-bottom: 14px;
}

.bottom-card-wrapper {
  grid-row-gap: 30px;
  border: 1px solid var(--primary);
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 30px 40px;
  display: flex;
}

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

.image-speaker-details-wrap {
  width: 100%;
  height: 300px;
}

.speakers-title-wrap {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.customer-block {
  z-index: 1;
  width: 200px;
  height: 180px;
  padding: 40px 30px;
  position: relative;
}

.inner-banner-section {
  align-items: center;
  padding-top: 180px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.hero-image {
  z-index: -2;
  object-fit: cover;
  object-position: 50% 20%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-image.position-center {
  object-position: 50% 50%;
}

.gradient-hero {
  z-index: -1;
  background-image: linear-gradient(#0009, #0009);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.inner-banner-wrapper {
  z-index: 4;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.arrow {
  background-color: var(--white);
  background-image: url('/images/arrow-left.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  width: 60px;
  height: 60px;
  margin-bottom: -100px;
  margin-left: 310px;
  transition: background-color 0.3s;
}

.arrow:hover {
  border: 1px solid var(--white);
  background-color: var(--primary-blue);
  background-image: url('/images/arrow-left-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px 24px;
}

.arrow.right-arrow-dark {
  background-image: url('/images/arrow-right.svg');
  margin-left: 390px;
  right: auto;
}

.arrow.right-arrow-dark:hover {
  background-image: url('/images/arrow-left-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px 24px;
}

.pricing-description {
  width: 50%;
}

.blog-grid {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-item-blog {
  border: 1px solid var(--primary);
  flex-direction: column;
  display: flex;
  position: relative;
}

.blog-detail-banner-section {
  align-items: center;
  padding-top: 200px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.template-banner-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
}

.left-wrap-template {
  width: 67%;
}

.small-gap {
  grid-column-gap: 15px;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.link-underline {
  position: relative;
}

.small-line {
  background-color: var(--white);
  width: 20px;
  height: 1px;
}

.blog-paragraph-large {
  width: 80%;
  margin-top: 24px;
}

.text-link {
  padding-bottom: 2px;
}

.text-link.text-white-wf {
  transition: color 0.3s;
}

.text-link.text-white-wf:hover {
  color: var(--primary);
}

.icon-wrapper {
  display: flex;
  position: relative;
}

.play-button-blog {
  border: 2px solid var(--primary);
  border-radius: 90px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  transition: background-color 0.3s;
  display: flex;
}

.play-button-blog:hover {
  background-color: var(--primary);
}

.text-block-5 {
  color: var(--white);
  font-family: Inter, sans-serif;
  font-size: 30px;
  line-height: 1.2em;
}

.prev-title-wrap {
  grid-row-gap: 14px;
  flex-direction: column;
  display: flex;
}

.categories-blog-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.collection-item-categories {
  border: 1px solid var(--primary);
  flex-direction: column;
  flex: 1;
  width: 31.6px;
  display: flex;
  position: relative;
}

.category-service {
  border: 1px solid var(--primary-30);
  background-color: var(--primary-30);
  margin-top: 24px;
  padding: 10px 14px;
}

.category-service:hover {
  border: 1px solid var(--primary);
  background-color: var(--white);
}

.testimonials-text {
  width: 100%;
  color: var(--white);
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-family: Anton, sans-serif;
  font-size: 30px;
  line-height: 1.2em;
}

.customer-name-wrap {
  grid-row-gap: 40px;
  flex-direction: column;
  width: 40%;
  display: flex;
}

.customer-image-wrap {
  width: 160px;
  height: 160px;
}

.customer-image-slide {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.testimonials-content-wrap {
  grid-column-gap: 40px;
  display: flex;
}

.testimonial-slide-mask {
  height: 100%;
  margin-bottom: 50px;
}

.name-customer {
  color: var(--white);
  line-height: 1.2em;
}

.description-faq {
  max-width: 540px;
  color: var(--white);
  margin-top: 24px;
}

.collection-blog-list-wrapper {
  width: 100%;
}

.title-events-banner {
  margin-bottom: 24px;
  transition: color 0.3s;
}

.title-events-banner:hover {
  color: var(--primary);
}

.heading-wrapper-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 80%;
  margin: 60px auto 40px;
  display: flex;
}

.nubbers-wrapper-about-us-2 {
  background-color: var(--primary-blue);
  padding-top: 90px;
  padding-bottom: 90px;
}

.arrow-blue {
  border-radius: var(--button-radius-16);
  background-color: var(--primary-blue);
  background-image: url('/images/arrow-left-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  transition: background-color 0.3s;
  transform: translate(-50%);
}

.arrow-blue:hover {
  border: 1px solid var(--primary-blue);
  background-color: var(--white);
  background-image: url('/images/arrow-left.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.arrow-blue.right-arrow-blue {
  background-image: url('/images/arrow-left-2.svg');
  transform: translate(50%);
}

.arrow-blue.right-arrow-blue:hover {
  background-image: url('/images/arrow-right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.about-2-second-columb {
  flex-direction: column;
  width: 70%;
  display: flex;
}

.content-wrapper-about-2 {
  grid-column-gap: 40px;
  align-items: flex-start;
  display: flex;
}

.slider-mask-about-2 {
  border-radius: var(--button-radius-16);
  position: static;
  overflow: visible;
}

.columb-wrapper {
  grid-column-gap: 40px;
  margin-bottom: 80px;
  display: flex;
}

.columb-content-wrap {
  width: 33%;
}

.customer-name-wrapper {
  grid-row-gap: 3px;
  flex-direction: column;
  display: flex;
}

.cards-testimonials-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.testimonial-card-testimonial {
  grid-row-gap: 30px;
  border: 1px solid var(--primary);
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 30px;
  display: flex;
}

.about-3-banner-wrapper {
  display: flex;
}

.about-3-banner-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.title-about-3-banner {
  margin-bottom: 30px;
}

.description-about-3-banner {
  width: 70%;
}

.image-about-3-banner {
  height: 450px;
}

.about-3-banner-content {
  justify-content: space-between;
  padding-top: 90px;
  display: flex;
}

.decoration-about {
  z-index: -1;
  display: none;
  position: absolute;
  inset: auto 0% -7% auto;
}

.title-wrap-event-2-banner {
  width: 90%;
}

.width-60 {
  width: 60%;
}

.list-event-2 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.div-block-9 {
  grid-column-gap: 100px;
  align-items: flex-end;
  display: flex;
}

.event-2-list {
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.event-2-item {
  border: 1px solid var(--primary);
  background-color: var(--primary-light-bg);
  flex-direction: row;
  justify-content: space-between;
  min-width: 960px;
  padding: 20px;
  display: flex;
}

.events-holder {
  width: 60%;
  display: flex;
}

.event-image {
  width: 200px;
  height: 200px;
  margin-right: 30px;
  overflow: hidden;
}

.events-description-holder {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  display: flex;
}

.events-divider {
  background-color: var(--primary);
  width: 1px;
  height: 132px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.events-buttons-holder {
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: flex-start;
  width: 20%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.title-events-2-banner {
  color: var(--white);
  margin-bottom: 24px;
  transition: color 0.3s;
}

.title-events-2-banner:hover {
  color: var(--primary);
}

.image-event-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform 0.3s;
}

.image-event-2:hover {
  transform: scale(1.2);
}

.section-title {
  text-align: center;
  object-fit: fill;
  margin-bottom: 24px;
  display: block;
}

.header-bg {
  z-index: -1;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.collection-list-event {
  padding-top: 90px;
}

.link-event {
  width: 100%;
  height: 100%;
}

.form-message {
  color: var(--white);
  font-family: Inter, sans-serif;
  line-height: 1.5em;
}

.form-message.text-dark {
  color: var(--text-dark);
}

.text-block-404 {
  color: var(--primary);
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 180px;
  font-weight: 700;
  line-height: 1.2em;
}

.paragraph-medium {
  letter-spacing: -0.2px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
}

.banner-wrapper {
  grid-column-gap: 50px;
  justify-content: space-between;
  padding-top: 90px;
  display: flex;
}

.left-content-banner {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.right-content-banner {
  width: 50%;
}

.title-3-events {
  z-index: 1;
  color: var(--white);
  padding-bottom: 5px;
  position: relative;
}

.image-banner-3-event {
  position: absolute;
  inset: auto 0% 0%;
}

.title-3-events-wrap {
  justify-content: flex-start;
  position: relative;
}

.banner-events-3-botton-description {
  border-left: 2px solid var(--primary-light-bg);
  width: 80%;
  color: var(--white);
  margin-top: 50px;
  padding-left: 20px;
}

.banner-description-3-events {
  color: var(--white);
  margin-top: 24px;
  margin-bottom: 50px;
  font-size: 18px;
}

.image-wrapper-3-events {
  object-fit: cover;
  width: 400px;
  height: 400px;
  position: relative;
}

.image-3-event-banner {
  z-index: 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.decoration-3-event-top {
  width: 150px;
  position: absolute;
  inset: -14% auto auto -13%;
}

.decoration-3-event-botton {
  width: 150px;
  position: absolute;
  inset: auto -15% -14% auto;
}

.events-3-buttons-holder {
  grid-column-gap: 30px;
  align-items: flex-start;
  display: flex;
}

.event-3-item {
  grid-column-gap: 70px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.event-3-list {
  grid-row-gap: 70px;
  flex-direction: column;
  display: flex;
}

.image-event-3-wrap {
  width: 40%;
  overflow: hidden;
}

.image-3-event {
  object-fit: cover;
  width: 100%;
  height: 400px;
  transition: transform 0.4s;
}

.image-3-event:hover {
  transform: scale(1.3);
}

.events-3-holder {
  grid-row-gap: 30px;
  flex-direction: column;
  width: 45%;
  display: flex;
}

.paragraph-benefits-lp-2 {
  color: #121212;
  width: 90%;
}

.landing-section-heading-white-2 {
  margin-top: 0;
  margin-bottom: 0;
}

.landing-customers-content-right-2 {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 60%;
  display: grid;
}

.landing-icon-style-2 {
  opacity: 1;
  max-height: 60px;
}

.base-container-2 {
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.landing-paragraph-style-2 {
  color: #121212;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 0;
}

.section-banner-2 {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-banner-2.landing-banner {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 87vh;
  padding-top: 160px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.landing-banner-screens-2 {
  z-index: 5;
  width: 100%;
  margin-bottom: -60px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.landing-banner-content-2 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-bottom: 60px;
  display: flex;
  position: relative;
  inset: auto;
}

.landing-banner-title-2 {
  max-width: 880px;
  margin-top: 0;
  margin-bottom: 0;
}

.landing-banner-description {
  text-align: center;
  letter-spacing: 1px;
  max-width: 560px;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8em;
}

.error-message {
  background-color: var(--primary);
  text-align: center;
}

.hire-popup {
  z-index: 1000;
  background-color: #1c276d;
  border-radius: 4px;
  width: 100%;
  max-width: 290px;
  position: fixed;
  inset: auto auto 5px 5px;
}

.hire-popup-wrap {
  grid-row-gap: 10px;
  flex-direction: column;
  padding: 15px;
  display: flex;
  position: relative;
}

.hire-paragraph {
  max-width: 93%;
  color: var(--white);
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    Fira Sans,
    Droid Sans,
    Helvetica Neue,
    sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.hire-link {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  font-family:
    Arial,
    Helvetica Neue,
    Helvetica,
    sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: underline;
  transition-property: none;
}

.hire-link:hover {
  opacity: 1;
  color: #fff;
  text-transform: none;
}

.hire-buttons-wrap {
  grid-column-gap: 20px;
  display: flex;
}

.hire-buttons {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 5px 15px;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    Fira Sans,
    Droid Sans,
    Helvetica Neue,
    sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
  text-decoration: none;
}

.hire-buttons:hover {
  color: #ffffffb3;
}

.hire-popup-close {
  cursor: pointer;
  padding: 10px 20px;
  position: absolute;
  top: -7px;
  right: -14px;
}

.close-popup-image {
  width: 12px;
  height: 12px;
}

.buy-this-template {
  z-index: 1000;
  opacity: 1;
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  background-color: #4353ff;
  border: 1px solid #4353ff;
  border-radius: 4px;
  padding: 6px;
  font-family:
    Arial,
    Helvetica Neue,
    Helvetica,
    sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  text-decoration: none;
  transition-property: none;
  display: flex;
  position: fixed;
  inset: auto 12px 48px auto;
}

.buy-this-template:hover {
  opacity: 1;
  color: #fff;
}

.btn-icon {
  margin-right: 8px;
}

.all-templates {
  z-index: 1000;
  color: #4353ff;
  letter-spacing: 0;
  text-transform: none;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  width: 140px;
  padding: 6px;
  font-family:
    Arial,
    Helvetica Neue,
    Helvetica,
    sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto 12px 12px auto;
}

.all-templates:hover {
  opacity: 1;
  color: #4353ff;
}

.text-orange {
  color: #f69c20;
}

.section-hero {
  position: relative;
}

.padding-vertical-xlarge {
  padding-top: 60px;
  padding-bottom: 20px;
  position: static;
}

.container {
  width: 90vw;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
}

.timeline_quote {
  color: #fff;
  margin-bottom: 16px;
  font-size: 14px;
}

.timeline_centre {
  justify-content: center;
  height: 100%;
  padding-top: 0;
  display: flex;
}

.relume-link {
  width: 124px;
  height: 33.33px;
  position: relative;
}

.timeline-main_heading-wrapper {
  color: #fff;
  text-align: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

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

.timeline_date-text {
  color: #fff;
  letter-spacing: -0.03em;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  position: sticky;
  top: 50vh;
}

.relume-logo-primary {
  z-index: 0;
  color: #000;
  position: absolute;
  inset: 0%;
}

.hero-nav_button-wrapper {
  display: flex;
}

.margin-bottom-large {
  margin-bottom: 40px;
}

.overlay-fade-bottom {
  background-image: linear-gradient(to top, #0a0a0a, #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: auto 0% 0%;
}

.padding-vertical-footer {
  padding-top: 120px;
  padding-bottom: 40px;
}

.background-layer {
  z-index: 0;
  background-color: #d8d5d1;
  background-image:
    url('/images/Grain-Background.png'),
    url('/images/Gaussian-Blur---Brighter.svg');
  background-position:
    0 0,
    50% 80%;
  background-repeat: repeat, no-repeat;
  background-size:
    300px 300px,
    cover;
  position: absolute;
  inset: 0%;
}

.text-colour-lightgrey {
  color: #ffffffa6;
}

.button-wrapper-2 {
  justify-content: center;
  display: flex;
}

.timeline_quote-text-wrapper {
  flex: 1;
}

.timeline_link {
  opacity: 0.6;
  color: #fff;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  border-radius: 8px;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  transition: opacity 0.3s;
  display: flex;
}

.timeline_link:hover {
  opacity: 1;
}

.margin-bottom-small {
  margin-bottom: 24px;
}

.button-icon-small {
  z-index: 500;
  color: #fff;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  background-color: #0a0a0a;
  border: 2px solid #0a0a0a;
  border-radius: 8px;
  align-items: center;
  padding: 12px 20px 12px 18px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.4s;
  display: flex;
}

.button-icon-small:hover {
  transform: translate(0, -2px);
}

.button-icon-small.margin-right-small {
  margin-right: 16px;
}

.button-inverted {
  color: #161616;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 8px;
  padding: 14px 32px;
  font-weight: 700;
  line-height: 20px;
  transition: all 0.4s;
}

.button-inverted:hover {
  transform: translate(0, -4px);
}

.margin-bottom-medium {
  border-radius: var(--button-radius-16);
  border: 2px #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

.timeline_quote-wrapper {
  border: 2px solid #fff;
  border-radius: 16px;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.timeline_image-wrapper {
  background-image:
    linear-gradient(138deg, #000, #0000 28%),
    url('/images/Image-Background.png');
  background-position:
    0 0,
    0 0;
  background-size: auto, cover;
  border-radius: 12px;
  overflow: hidden;
}

.overlay-fade-top {
  background-image: linear-gradient(#0a0a0a, #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: 0% 0% auto;
}

.timeline_text {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}

.link-icon {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}

.relume-logo-secondary {
  z-index: 1;
  color: #fff;
  position: absolute;
  inset: 0%;
}

.button-icon {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  position: relative;
}

.timeline_progress-bar {
  z-index: -1000;
  background-color: #fff;
  background-image: linear-gradient(#ff7448, #ff4848 51%, #6248ff);
  width: 3px;
  height: 50vh;
  position: fixed;
  inset: 0 auto 50vh;
}

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

.timeline_component {
  z-index: -5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.timeline_badge {
  color: #fff;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background-color: #ffffff26;
  border-radius: 8px;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 6px 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}

.timeline_quote-image {
  border-radius: 8px;
  width: 48px;
  height: 48px;
  margin-right: 24px;
}

.timeline_right {
  margin-top: 0;
}

.timeline_quote-title {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.page-wrapper {
  z-index: 0;
  position: relative;
}

.text-underline {
  background-image: url('/images/Underline.svg');
  background-position: 50% 110%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: -8px;
  margin-bottom: -8px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: inline-block;
}

.footer_credits-wrapper {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.section-timeline-cta {
  background-color: #0a0a0a;
}

.padding-vertical-xxlarge {
  padding-top: 160px;
  padding-bottom: 160px;
}

.hero-nav {
  justify-content: space-between;
  align-items: center;
  width: 90vw;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.timeline_circle {
  background-color: #fff;
  border-radius: 100%;
  width: 15px;
  min-width: 15px;
  max-width: 15px;
  height: 15px;
  min-height: 15px;
  max-height: 15px;
  position: sticky;
  top: 50vh;
  box-shadow: 0 0 0 8px #0a0a0a;
}

.timeline_left {
  text-align: right;
  justify-content: flex-end;
  align-items: stretch;
}

.margin-bottom-xlarge {
  margin-bottom: 56px;
  display: none;
}

.text-link-2 {
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: underline;
}

.footer_text-wrapper {
  text-align: center;
  max-width: 640px;
  margin-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-footer {
  position: relative;
}

.paragraph-large-2 {
  color: var(--light-gray);
  letter-spacing: -0.02em;
  font-size: 20px;
  display: none;
}

.timeline_definition-wrapper {
  background-color: #ffffff0d;
  border-radius: 16px;
  padding: 16px;
}

.timeline-hero_heading-wrapper {
  text-align: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.timeline_item {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 180px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
}

.timeline_progress {
  z-index: -2;
  background-color: #414141;
  width: 3px;
  height: 100%;
  position: absolute;
}

.button-icon-small-secondary {
  z-index: 500;
  color: #161616;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  background-color: #fff;
  border: 2px solid #0a0a0a;
  border-radius: 8px;
  align-items: center;
  padding: 12px 20px 12px 18px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.4s;
  display: flex;
}

.button-icon-small-secondary:hover {
  transform: translate(0, -2px);
}

.button-icon-small-secondary.margin-right-small {
  margin-right: 16px;
}

.section-timeline {
  z-index: 2;
  background-color: #0a0a0a;
  position: relative;
}

.timeline_milestone-badge {
  color: #161616;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 24px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}

.section-timeline-heading {
  z-index: 20;
  background-color: #0a0a0a;
  position: relative;
}

.bold-text {
  font-size: 24px;
}

.collection-list-wrapper {
  display: none;
}

.gic-audience-videos-container-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: none;
  margin-bottom: 40px;
  display: flex;
}

.list-item {
  list-style-type: none;
}

.italics {
  color: var(--primary-light-bg);
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
}

.heading {
  color: var(--light-gray);
}

.paragraph {
  margin-top: 20px;
  margin-left: 70px;
}

.div-block-11 {
  border-radius: 1px;
}

.three-goals {
  border: 3px solid var(--light-blue);
  border-radius: var(--button-radius-16);
  width: 32%;
  display: block;
  overflow: hidden;
}

.three-goals-texts {
  height: 50%;
  padding: 20px;
}

.body {
  padding-bottom: 0;
}

.youtube {
  background-image: none;
  background-size: cover;
}

.section-2 {
  align-self: auto;
}

.bold-text-2 {
  z-index: 200;
  text-align: left;
  background-color: #fff;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.section-3 {
  z-index: 200;
  background-color: #fff;
  margin-top: 0;
  padding-top: 64px;
  padding-bottom: 60px;
  position: relative;
}

.image-7 {
  width: 50%;
  max-width: none;
  display: block;
  position: absolute;
  inset: 17% 0% auto 5%;
}

.image-8 {
  width: 50%;
  margin-top: 20px;
  margin-bottom: 20px;
  position: absolute;
  inset: 20px auto auto 5%;
}

.register-button {
  color: var(--text-dark);
  text-align: center;
  background-color: #fff;
  border-radius: 16px;
  align-self: auto;
  margin-top: 0;
  padding: 20px 28px;
  font-size: 24px;
}

.register-button.hero-section {
  border-radius: var(--button-radius-16);
  pointer-events: auto;
  max-width: 280px;
  color: var(--white);
  object-fit: fill;
  background-color: #07ace3;
  border: 4px solid #07ace3;
  transition: color 0.3s;
}

.register-button.hero-section:hover {
  background-color: #262b66;
  border-style: solid;
  border-color: #262b66;
}

.register-button.hero-section.less-padding {
  padding-left: 24px;
  padding-right: 24px;
}

.register-button.hero-section.less-padding.register-cta-btn {
  color: var(--gray);
  background-color: #626464;
  border-color: #626464;
}

.register-button.timeline-section {
  z-index: 50;
  border-radius: var(--button-radius-16);
  min-width: 250px;
  max-width: 400px;
  color: var(--white);
  object-fit: fill;
  background-color: #07ace3;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.register-button.timeline-section:hover {
  background-color: #262b66;
}

.register-button.three-goals-section-copy {
  border-radius: var(--button-radius-16);
  width: 280px;
  color: var(--white);
  background-color: #07ace3;
  border: 1px #000;
  margin: auto;
  line-height: 1.1em;
  display: block;
  position: relative;
  inset: 0 0%;
}

.register-button.three-goals-section-copy:hover {
  background-color: #262b66;
}

.div-block-12 {
  z-index: 20;
  text-align: left;
  background-color: #0a0a0a;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 64px;
  display: flex;
  position: relative;
}

.bold-text-3.three-goals-title {
  font-size: 56px;
}

.paragraph-3 {
  text-align: left;
  width: 100%;
  font-size: 18px;
}

.bold-text-4.effective {
  font-size: 50px;
  line-height: 1.1em;
}

.container-3 {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.collage-tag {
  border-radius: 16px;
  width: 30%;
}

.div-block-13 {
  border-radius: 0;
  display: none;
}

.bold-text-5 {
  color: var(--white);
}

.paragraph-4,
.paragraph-5,
.paragraph-6 {
  font-size: 18px;
}

.journey-text {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 20px;
}

.link {
  color: var(--primary-blue);
  text-transform: none;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 1.5em;
  text-decoration: underline;
}

.link-2 {
  font-size: 16px;
}

.body-2 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-4 {
  width: 80%;
}

.paragraph-8 {
  font-size: 18px;
}

.text-block-405 {
  color: var(--white);
}

.timeline_right_header {
  color: var(--white);
  font-size: 40px;
  line-height: 1.2em;
}

.bold-text-6 {
  letter-spacing: -0.5px;
  text-transform: lowercase;
  font-family: Inter, sans-serif;
}

.video_placeholder-col-content-01 {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.video_placeholder-01 {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 0;
  flex-direction: column;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.video_placeholder-col-01.is-content {
  text-align: center;
  background-image: linear-gradient(#0000, #000000b8);
  padding: 2rem;
  position: absolute;
  inset: auto 0% 0%;
}

.video_placeholder-legel-notice-01 {
  color: #fafffd;
  font-size: 1rem;
  line-height: 1.5;
}

.video_player-embed {
  width: 100%;
}

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

.video_play-button-icon {
  justify-content: center;
  align-items: center;
  width: 40%;
  display: flex;
  position: absolute;
  top: 50%;
  left: 52%;
  transform: translate(-50%, -50%);
}

.video_play-button-hover-area {
  z-index: -1;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video_play-button-wrap {
  color: #2e6054;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40%;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video_play-button {
  cursor: pointer;
  background-color: #fafffd;
  border-radius: 100%;
  width: 4.8rem;
  height: 4.8rem;
  transition:
    box-shadow 0.15s,
    color 0.15s,
    background-color 0.15s;
  position: absolute;
  box-shadow: 0 0 4.8px #2e605400;
}

.video_play-button:hover {
  color: #fafffd;
  background-color: #2e6054;
  box-shadow: 0 0 4.8rem #2e6054;
}

.video_component {
  background-image: url('/images/video-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 10%;
  border-radius: 0;
  width: 100%;
  position: relative;
}

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

.join-us-title {
  width: 65%;
  color: var(--white);
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin: 60px auto 20px;
  padding-left: 70px;
  font-family: Anton, sans-serif;
  font-size: 56px;
  line-height: 1.1em;
}

.italic-text,
.italic-text-2 {
  color: var(--primary);
  font-weight: 600;
}

.div-block-14 {
  outline-offset: 0px;
  border-radius: 16px;
  outline: 4px solid #48ace3;
  width: auto;
  min-width: auto;
  max-width: 400px;
  margin-bottom: 0;
}

.image-9 {
  width: 150px;
  max-width: 100%;
  position: absolute;
  top: 340px;
  left: 550px;
}

.italic-text-3 {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}

.heading-3,
.heading-4 {
  font-size: 24px;
}

.image-10 {
  max-width: 65%;
  position: absolute;
  top: 140px;
}

.section-5 {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.section-5.section-without-paddings {
  z-index: 2;
  padding-top: 0;
  padding-bottom: 0;
}

.button-text {
  letter-spacing: 0.5px;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1em;
}

.section-6 {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.section-6.section-shadow-40 {
  margin-top: auto;
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: 0 2px 100px #ff80ed66;
}

.pink-2 {
  color: #ff80ed;
  width: 50%;
}

.description-plan-2 {
  color: #fff;
  text-align: center;
  width: 79%;
  font-size: 18px;
}

.element-plan-3 {
  position: absolute;
  top: 43px;
  right: -200px;
}

.numbers-absolut-wrap-2 {
  z-index: 1;
  background-color: #ff80ed;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: absolute;
  inset: -90px 0 auto;
}

.paragrapg-number-item-2 {
  color: #fff;
}

.button-white-2 {
  color: #030935;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background-color: #fff;
  border: 2px solid #fff;
  align-items: center;
  padding: 14px 28px;
  line-height: 1.1em;
  transition: all 0.3s;
}

.button-white-2:hover {
  color: #030935;
  background-color: #ff80ed;
  border-color: #ff80ed;
}

.button-white-2.space-50 {
  margin-top: 26px;
}

.title-we-plan-event-2 {
  color: #fff;
  text-transform: uppercase;
  width: 91%;
  font-family: Anton, sans-serif;
  font-size: 70px;
  line-height: 1.1em;
}

.section-7 {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.section-7.dark-background {
  background-color: #030935;
}

.section-7.dark-background.without-top-spacing {
  padding-bottom: 64px;
  overflow: visible;
}

.pink-3 {
  color: #ff80ed;
  width: 50%;
}

.description-plan-3 {
  box-sizing: border-box;
  color: #fff;
  text-align: left;
  width: 100%;
  margin-top: 20px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 16px;
  font-weight: 400;
}

.element-plan-4 {
  position: absolute;
  top: 0;
  right: -50px;
}

.numbers-absolut-wrap-3 {
  z-index: 1;
  background-color: #48ace3;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: auto;
  margin-bottom: 60px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: absolute;
  inset: auto 0;
}

.paragrapg-number-item-3 {
  color: #fff;
}

.button-white-3 {
  color: #030935;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background-color: #fff;
  border: 2px solid #fff;
  align-items: center;
  padding: 14px 28px;
  line-height: 1.1em;
  transition: all 0.3s;
}

.button-white-3:hover {
  color: #030935;
  background-color: #ff80ed;
  border-color: #ff80ed;
}

.button-white-3.space-50 {
  margin-top: 26px;
}

.title-we-plan-event-3 {
  opacity: 0.5;
  color: #fff;
  text-transform: uppercase;
  width: 110%;
  font-family: Anton, sans-serif;
  font-size: 26px;
  line-height: 1.1em;
}

.bold-text-8 {
  box-sizing: border-box;
  width: auto;
  font-size: 48px;
}

.meeting-1 {
  opacity: 1;
  color: #fff;
  text-transform: uppercase;
  width: 110%;
  font-family: Anton, sans-serif;
  font-size: 26px;
  line-height: 1.1em;
}

.apply {
  z-index: 20;
  flex-direction: column;
  align-items: center;
  max-width: none;
  margin: 0 auto 20px;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
  top: auto;
}

.apply.align-left {
  align-items: flex-start;
}

.apply.full-width {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.apply.bottom-wrapper {
  padding-bottom: 50px;
}

.hogc {
  z-index: 20;
  flex-direction: column;
  align-items: center;
  max-width: none;
  margin: 60px 100px 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
  top: auto;
}

.hogc.align-left {
  align-items: flex-start;
}

.hogc.full-width {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.hogc.bottom-wrapper {
  padding-bottom: 50px;
}

.home-3-video-2 {
  background-image: url('/images/pexels-igreja-dimensão-10401267-1_1pexels-igreja-dimensão-10401267 (1).webp');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 4px solid #ff80ed;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 450px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.play-button-icon-2 {
  z-index: 7;
  color: #fff;
  margin-left: 4px;
  font-family: 'Fa solid 900', sans-serif;
  font-size: 20px;
  position: relative;
}

.play-button-2 {
  z-index: 5;
  background-color: #0060f5;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  position: absolute;
}

.section-8 {
  box-sizing: border-box;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.planning-item-2 {
  border: 1px solid #ff80ed;
  width: 48.4%;
  position: relative;
}

.base-container-4 {
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  position: relative;
}

.primary-button-2 {
  color: #030935;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background-color: #ff80ed;
  border: 2px solid #ff80ed;
  padding: 14px 28px;
  font-family: Anton, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.1em;
  transition:
    background-color 0.3s,
    color 0.3s;
  display: inline-block;
}

.primary-button-2:hover {
  color: #ff80ed;
  background-color: #030935;
}

.image-cover-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform 0.3s;
}

.paragraph-3-smaller {
  text-align: left;
  font-size: 16px;
  font-style: italic;
}

.gic-audience-section {
  z-index: 200;
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 48px;
  position: relative;
  overflow: hidden;
}

.gic-audience-section.banner {
  background-color: var(--primary);
  flex-direction: row;
  align-items: center;
  min-height: 450px;
  padding-top: 170px;
  display: flex;
}

.gic-audience-section.licensing-fonts {
  padding-top: 0;
  padding-bottom: 0;
}

.gic-audience-section.changelog-banner {
  background-color: var(--primary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  padding-top: 170px;
  display: flex;
}

.gic-audience-section.banner-our-team {
  background-image: url('/images/md-duran-rE9vgD_TXgM-unsplash-1-1_1md-duran-rE9vgD_TXgM-unsplash (1) (1).webp');
  background-position: 50% 100%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 400px;
  display: flex;
}

.gic-audience-section.without-bottom-spacing {
  padding-top: 0;
  padding-bottom: 96px;
}

.gic-audience-section.without-bottom-spacing.z-index-2 {
  z-index: 2;
}

.gic-audience-section.dark-background {
  background-color: var(--text-dark);
}

.gic-audience-section.about-us-banner {
  background-image:
    linear-gradient(#0009, #0009),
    url('/images/pexels-henri-mathieusaintlaurent-8345975-1-1_1pexels-henri-mathieusaintlaurent-8345975 (1) (1).webp');
  background-position:
    0 0,
    50% 0;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  display: flex;
}

.gic-audience-section.blue-background {
  z-index: 1;
  background-color: var(--primary-blue);
}

.gic-audience-section.without-top-spacing {
  padding-top: 96px;
  padding-bottom: 60px;
}

.gic-audience-section.style-guide-section {
  padding-bottom: 0;
}

.gic-audience-section.color-section {
  background-color: var(--primary);
}

.gic-audience-section.section-shadow {
  box-shadow: 0 10px 150px #ff80edcc;
}

.gic-audience-section.top-paddings-100-desktop {
  padding-top: 100px;
  padding-bottom: 0;
}

.gic-audience-section.top-paddings-100-desktop.dark-background {
  z-index: 20;
  padding-top: 0;
}

.gic-audience-section.quote {
  padding-top: 80px;
  padding-bottom: 150px;
}

.gic-audience-section.our-clients {
  padding-top: 80px;
  padding-bottom: 80px;
  box-shadow: 0 0 100px -16px #ff80ed66;
}

.gic-audience-section.home-2-banner-section {
  padding-top: 0;
}

.gic-audience-section.bottom-space-50 {
  padding-top: 0;
  padding-bottom: 50px;
}

.gic-audience-section.top-space-50-desctop {
  padding-top: 50px;
}

.gic-audience-section.section-without-paddings {
  z-index: 2;
  padding-top: 0;
  padding-bottom: 0;
}

.gic-audience-section.bottom-space-50-home-3 {
  padding-bottom: 50px;
}

.gic-audience-section.section-shadow-40 {
  box-shadow: 0 2px 100px #ff80ed66;
}

.gic-audience-section.home-3-banner {
  padding-top: 190px;
}

.gic-audience-section.z-index-2 {
  z-index: 1;
}

.gic-audience-section.about-us-3-section {
  padding-top: 30px;
}

.gic-audience-section.primary-bg {
  background-color: var(--primary);
}

.gic-audience-section.gic-org-section {
  padding-bottom: 0;
}

.looping-images-section-desktop {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.looping-images-section-desktop.section-shadow-40 {
  margin-top: auto;
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: 0 2px 100px #ff80ed66;
}

.faq-section {
  z-index: 200;
  background-color: #fff;
  margin-top: 0;
  padding-top: 64px;
  padding-bottom: 60px;
  position: relative;
}

.gic-audience-inner-container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.generations-intro-inner-container {
  width: 100%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.looping-images-inner-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: stretch;
  display: flex;
}

.scrolling-image {
  max-width: 33.3333%;
}

.looping-images-section-mobile {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.looping-images-section-mobile.section-shadow-40 {
  margin-top: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
  box-shadow: 0 2px 100px #ff80ed66;
}

.scrolling-image-mobile {
  max-width: 33.3333%;
}

.looping-images-mobile {
  min-width: 100%;
}

.gic-register-button {
  color: var(--text-dark);
  text-align: center;
  background-color: #fff;
  border-radius: 16px;
  align-self: auto;
  margin-top: 0;
  padding: 20px 28px;
  font-size: 24px;
}

.gic-register-button.hero-section {
  border-radius: var(--button-radius-16);
  pointer-events: auto;
  max-width: 280px;
  color: var(--white);
  object-fit: fill;
  background-color: #07ace3;
  border: 4px solid #07ace3;
  transition: color 0.3s;
}

.gic-register-button.hero-section:hover {
  background-color: #262b66;
  border-style: solid;
  border-color: #262b66;
}

.gic-register-button.hero-section.less-padding {
  padding-left: 24px;
  padding-right: 24px;
}

.gic-register-button.timeline-section {
  z-index: 50;
  border-radius: var(--button-radius-16);
  min-width: 250px;
  max-width: 400px;
  color: var(--white);
  object-fit: fill;
  background-color: #07ace3;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.gic-register-button.timeline-section:hover {
  background-color: #262b66;
}

.gic-register-button.three-goals-section-copy {
  border-radius: var(--button-radius-16);
  width: 300px;
  color: var(--white);
  background-color: #07ace3;
  border: 1px #000;
  margin: auto;
  padding-left: 24px;
  padding-right: 24px;
  line-height: 1.1em;
  display: block;
  position: relative;
  inset: 0 0%;
}

.gic-register-button.three-goals-section-copy:hover {
  background-color: #262b66;
}

.gic-register-button.three-goals-section-copy.register-cta-btn {
  padding: 20px 16px;
}

.gic-audience-register-button {
  color: var(--text-dark);
  text-align: center;
  background-color: #fff;
  border-radius: 16px;
  align-self: auto;
  margin-top: 0;
  padding: 20px 28px;
  font-size: 24px;
}

.gic-audience-register-button.hero-section {
  border-radius: var(--button-radius-16);
  pointer-events: auto;
  max-width: 280px;
  color: var(--white);
  object-fit: fill;
  background-color: #07ace3;
  border: 4px solid #07ace3;
  transition: color 0.3s;
}

.gic-audience-register-button.hero-section:hover {
  background-color: #262b66;
  border-style: solid;
  border-color: #262b66;
}

.gic-audience-register-button.hero-section.less-padding {
  padding-left: 24px;
  padding-right: 24px;
}

.gic-audience-register-button.timeline-section {
  z-index: 50;
  border-radius: var(--button-radius-16);
  min-width: 250px;
  max-width: 400px;
  color: var(--white);
  object-fit: fill;
  background-color: #07ace3;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.gic-audience-register-button.timeline-section:hover {
  background-color: #262b66;
}

.gic-audience-register-button.three-goals-section-copy {
  border-radius: var(--button-radius-16);
  width: 300px;
  color: var(--white);
  background-color: #07ace3;
  border: 1px #000;
  margin: auto;
  line-height: 1.1em;
  display: block;
  position: relative;
  inset: 0 0%;
}

.gic-audience-register-button.three-goals-section-copy:hover {
  background-color: #262b66;
}

.gic-audience-register-button.three-goals-section-copy.register-cta-btn {
  width: 325px;
  display: block;
}

.h1 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 64px;
}

.youtube-2 {
  margin-top: 24px;
  margin-bottom: 24px;
}

.resource-page-link {
  color: var(--primary-blue);
  letter-spacing: -0.36px;
  text-transform: none;
  font-family: Inter, sans-serif;
  font-size: 18px;
  text-decoration: underline;
}

.resource-page-link:hover {
  color: var(--primary);
}

.div-block-20 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row-reverse;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.bold-text-10 {
  letter-spacing: 0.5px;
  font-family: Anton, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.1em;
}

.bold-text-11 {
  text-transform: uppercase;
}

.image-11 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.image-12 {
  display: block;
}

.brand-2 {
  margin-top: 13px;
  display: block;
}

.navbar-link {
  text-transform: capitalize;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    Fira Sans,
    Droid Sans,
    Helvetica Neue,
    sans-serif;
  transition-property: none;
  display: inline-flex;
}

.navbar-link:hover {
  font-weight: 700;
}

.navbar-2 {
  -webkit-backdrop-filter: blur(37px);
  backdrop-filter: blur(37px);
  -webkit-text-fill-color: inherit;
  background-color: #ffffffbf;
  background-clip: border-box;
  width: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
  position: fixed;
}

.paragraph-3-copy {
  text-align: left;
  width: 100%;
  font-size: 18px;
}

.paragraph-3-copy.org_text {
  text-align: center;
  font-size: 15px;
}

.navbar-inner-container {
  margin-left: 24px;
  margin-right: 24px;
}

.gic-europe-logo {
  max-width: 65%;
  position: static;
  top: 140px;
}

.resource-page-link-smaller {
  color: var(--primary-blue);
  letter-spacing: -0.36px;
  text-transform: none;
  font-family: Inter, sans-serif;
  font-size: 16px;
  text-decoration: underline;
}

.resource-page-link-smaller:hover {
  color: var(--primary);
}

.organisers-copy {
  text-align: center;
  width: 100%;
  font-size: 18px;
}

.generations-navbar {
  -webkit-backdrop-filter: blur(37px);
  backdrop-filter: blur(37px);
  -webkit-text-fill-color: inherit;
  background-color: #ffffffbf;
  background-clip: border-box;
  width: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
  position: fixed;
}

.q-a-link {
  color: var(--primary-blue);
  text-transform: none;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  text-decoration: underline;
  display: inline;
}

.image-13 {
  margin-top: 12px;
}

.gic-know-more-image {
  margin-top: 12px;
  display: block;
}

.gic-know-more-image-mobile {
  margin-top: 12px;
  display: none;
}

.hear-from-pastorsss {
  z-index: 200;
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 48px;
  position: relative;
  overflow: hidden;
}

.hear-from-pastorsss.banner {
  background-color: var(--primary);
  flex-direction: row;
  align-items: center;
  min-height: 450px;
  padding-top: 170px;
  display: flex;
}

.hear-from-pastorsss.licensing-fonts {
  padding-top: 0;
  padding-bottom: 0;
}

.hear-from-pastorsss.changelog-banner {
  background-color: var(--primary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  padding-top: 170px;
  display: flex;
}

.hear-from-pastorsss.banner-our-team {
  background-image: url('/images/md-duran-rE9vgD_TXgM-unsplash-1-1_1md-duran-rE9vgD_TXgM-unsplash (1) (1).webp');
  background-position: 50% 100%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 400px;
  display: flex;
}

.hear-from-pastorsss.without-bottom-spacing {
  padding-top: 0;
  padding-bottom: 96px;
}

.hear-from-pastorsss.without-bottom-spacing.z-index-2 {
  z-index: 2;
}

.hear-from-pastorsss.dark-background {
  background-color: var(--text-dark);
}

.hear-from-pastorsss.about-us-banner {
  background-image:
    linear-gradient(#0009, #0009),
    url('/images/pexels-henri-mathieusaintlaurent-8345975-1-1_1pexels-henri-mathieusaintlaurent-8345975 (1) (1).webp');
  background-position:
    0 0,
    50% 0;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  display: flex;
}

.hear-from-pastorsss.blue-background {
  z-index: 1;
  background-color: var(--primary-blue);
}

.hear-from-pastorsss.without-top-spacing {
  padding-top: 96px;
  padding-bottom: 60px;
}

.hear-from-pastorsss.style-guide-section {
  padding-bottom: 0;
}

.hear-from-pastorsss.color-section {
  background-color: var(--primary);
}

.hear-from-pastorsss.section-shadow {
  box-shadow: 0 10px 150px #ff80edcc;
}

.hear-from-pastorsss.top-paddings-100-desktop {
  padding-top: 100px;
  padding-bottom: 0;
}

.hear-from-pastorsss.top-paddings-100-desktop.dark-background {
  z-index: 20;
  padding-top: 0;
}

.hear-from-pastorsss.quote {
  padding-top: 80px;
  padding-bottom: 150px;
}

.hear-from-pastorsss.our-clients {
  padding-top: 80px;
  padding-bottom: 80px;
  box-shadow: 0 0 100px -16px #ff80ed66;
}

.hear-from-pastorsss.home-2-banner-section {
  padding-top: 0;
}

.hear-from-pastorsss.bottom-space-50 {
  padding-top: 0;
  padding-bottom: 50px;
}

.hear-from-pastorsss.top-space-50-desctop {
  padding-top: 50px;
}

.hear-from-pastorsss.section-without-paddings {
  z-index: 2;
  padding-top: 0;
  padding-bottom: 0;
}

.hear-from-pastorsss.bottom-space-50-home-3 {
  padding-bottom: 50px;
}

.hear-from-pastorsss.section-shadow-40 {
  box-shadow: 0 2px 100px #ff80ed66;
}

.hear-from-pastorsss.home-3-banner {
  padding-top: 190px;
}

.hear-from-pastorsss.z-index-2 {
  z-index: 1;
}

.hear-from-pastorsss.about-us-3-section {
  padding-top: 30px;
}

.hear-from-pastorsss.primary-bg {
  background-color: var(--primary);
}

.hear-from-pastorsss.gic-org-section,
.hear-from-pastorsss.pastors-videos {
  padding-bottom: 0;
}

.hear-from-pastors {
  z-index: 200;
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 48px;
  position: relative;
  overflow: hidden;
}

.hear-from-pastors.banner {
  background-color: var(--primary);
  flex-direction: row;
  align-items: center;
  min-height: 450px;
  padding-top: 170px;
  display: flex;
}

.hear-from-pastors.licensing-fonts {
  padding-top: 0;
  padding-bottom: 0;
}

.hear-from-pastors.changelog-banner {
  background-color: var(--primary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  padding-top: 170px;
  display: flex;
}

.hear-from-pastors.banner-our-team {
  background-image: url('/images/md-duran-rE9vgD_TXgM-unsplash-1-1_1md-duran-rE9vgD_TXgM-unsplash (1) (1).webp');
  background-position: 50% 100%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 400px;
  display: flex;
}

.hear-from-pastors.without-bottom-spacing {
  padding-top: 0;
  padding-bottom: 96px;
}

.hear-from-pastors.without-bottom-spacing.z-index-2 {
  z-index: 2;
}

.hear-from-pastors.dark-background {
  background-color: var(--text-dark);
}

.hear-from-pastors.about-us-banner {
  background-image:
    linear-gradient(#0009, #0009),
    url('/images/pexels-henri-mathieusaintlaurent-8345975-1-1_1pexels-henri-mathieusaintlaurent-8345975 (1) (1).webp');
  background-position:
    0 0,
    50% 0;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  display: flex;
}

.hear-from-pastors.blue-background {
  z-index: 1;
  background-color: var(--primary-blue);
}

.hear-from-pastors.without-top-spacing {
  padding-top: 96px;
  padding-bottom: 60px;
}

.hear-from-pastors.style-guide-section {
  padding-bottom: 0;
}

.hear-from-pastors.color-section {
  background-color: var(--primary);
}

.hear-from-pastors.section-shadow {
  box-shadow: 0 10px 150px #ff80edcc;
}

.hear-from-pastors.top-paddings-100-desktop {
  padding-top: 100px;
  padding-bottom: 0;
}

.hear-from-pastors.top-paddings-100-desktop.dark-background {
  z-index: 20;
  padding-top: 0;
}

.hear-from-pastors.quote {
  padding-top: 80px;
  padding-bottom: 150px;
}

.hear-from-pastors.our-clients {
  padding-top: 80px;
  padding-bottom: 80px;
  box-shadow: 0 0 100px -16px #ff80ed66;
}

.hear-from-pastors.home-2-banner-section {
  padding-top: 0;
}

.hear-from-pastors.bottom-space-50 {
  padding-top: 0;
  padding-bottom: 50px;
}

.hear-from-pastors.top-space-50-desctop {
  padding-top: 50px;
}

.hear-from-pastors.section-without-paddings {
  z-index: 2;
  padding-top: 0;
  padding-bottom: 0;
}

.hear-from-pastors.bottom-space-50-home-3 {
  padding-bottom: 50px;
}

.hear-from-pastors.section-shadow-40 {
  box-shadow: 0 2px 100px #ff80ed66;
}

.hear-from-pastors.home-3-banner {
  padding-top: 190px;
}

.hear-from-pastors.z-index-2 {
  z-index: 1;
}

.hear-from-pastors.about-us-3-section {
  padding-top: 30px;
}

.hear-from-pastors.primary-bg {
  background-color: var(--primary);
}

.hear-from-pastors.gic-org-section {
  padding-bottom: 0;
}

.link-with-icon-2 {
  color: #030935;
  background-image: url('/images/arrow-right_1arrow-right.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  padding-right: 25px;
  transition: all 0.3s;
  display: flex;
}

.link-with-icon-2:hover {
  color: #ff80ed;
  background-image: url('/images/arrow-right_1arrow-right.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  padding-left: 0;
  padding-right: 35px;
}

.latest-events-wrap-left-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: block;
}

.base-container-5 {
  flex-direction: column;
  align-items: center;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  position: relative;
}

.latest-event-item-4 {
  border: 1px solid #ff80ed;
  width: 48.4%;
  display: flex;
  position: relative;
}

.title-last-events-wrap-2 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.link-with-icon-3 {
  color: #030935;
  background-image: url('/images/arrow-right_1arrow-right.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  padding-right: 25px;
  transition: all 0.3s;
  display: flex;
}

.link-with-icon-3:hover {
  color: #ff80ed;
  background-image: url('/images/arrow-right_1arrow-right.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  padding-left: 0;
  padding-right: 35px;
}

.what-to-expect {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.what-to-expect.top-space-50-desctop {
  padding-top: 50px;
}

.latest-event-item-5 {
  border: 1px solid #ff80ed;
  width: 48.4%;
  display: flex;
  position: relative;
}

.title-last-events-wrap-3 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.latest-event-item-6 {
  border: 1px solid #ff80ed;
  width: 48.4%;
  display: flex;
  position: relative;
}

.pricing {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.pricing.dark-background {
  background-color: #ffd900;
}

.pricing.dark-background.without-top-spacing {
  padding-bottom: 64px;
  overflow: visible;
}

.gic-programme-copy {
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  width: 65%;
  font-size: 18px;
}

.gic-program {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: center;
  margin-top: auto;
  margin-bottom: 40px;
  display: flex;
}

.gic-about-italic-underlined-text {
  text-decoration: underline;
}

.three-goals-hidden {
  border: 3px solid var(--light-blue);
  border-radius: var(--button-radius-16);
  width: 33%;
  display: block;
  overflow: hidden;
}

.gic-audience-videos-container-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: none;
  margin-bottom: 40px;
  display: flex;
}

.three-goals-2 {
  border: 3px solid var(--light-blue);
  border-radius: var(--button-radius-16);
  width: 31%;
  display: block;
  overflow: hidden;
}

.programme-cost {
  grid-row-gap: 24px;
  background-color: #0c1064;
  border: 1px solid #0c1064;
  border-radius: 16px;
  flex-direction: column;
  align-items: center;
  width: 60%;
  margin: auto auto 20px;
  padding-bottom: 20px;
  display: flex;
}

.paragraph-9 {
  color: var(--white);
}

.subheader-dark {
  color: var(--dark);
  cursor: default;
  font-family: Oswald, sans-serif;
  font-size: 28px;
  line-height: 1em;
}

.latest-event-title-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  width: 100%;
  max-width: 1080px;
  margin: 24px auto;
  display: flex;
}

.latest-event-title-wrap-horisontal-copy {
  width: 30%;
  height: 260px;
  color: var(--white);
  border: 1px solid #000;
  border-radius: 8px;
  padding: 20px;
}

._5-pillars-link {
  color: var(--primary-blue);
  letter-spacing: -0.36px;
  text-transform: none;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  text-decoration: underline;
}

.gic-programme-subtitle {
  font-family: Oswald, sans-serif;
  font-size: 32px;
}

.div-block-21 {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  height: 48px;
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
}

.link-block-3,
.link-block-4,
.image-14,
.image-15 {
  height: 100%;
}

.organisers-logos-links {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  height: 48px;
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
}

.details-pricing-title {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.text-span-2 {
  text-decoration: underline;
}

.what-to-expect-copy {
  text-align: center;
  width: 100%;
  margin-top: 12px;
  font-size: 18px;
}

.light-link {
  color: var(--primary);
  text-transform: none;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  text-decoration: underline;
}

.link-block-5 {
  cursor: default;
}

.gic-audience-videos-carousel {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  max-width: 1200px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.who-is-this-for-subheader {
  text-align: left;
  width: 100%;
  margin-top: 24px;
  margin-bottom: -24px;
  font-size: 20px;
}

.three-goals-copy {
  border: 3px solid var(--light-blue);
  border-radius: var(--button-radius-16);
  width: 32%;
  display: block;
  overflow: hidden;
}

.ticket-button-disabled {
  border: 2px none var(--primary);
  background-color: var(--primary-blue);
  border-radius: 0 0 16px 16px;
  justify-content: center;
  width: 100%;
  margin-top: 14px;
  padding: 20px 28px;
  font-size: 24px;
  transition-property: background-color;
  display: flex;
}

.ticket-button-disabled:hover {
  border-color: var(--navy-blue);
  background-color: var(--navy-blue);
  color: var(--white);
}

.ticket-button-disabled.register-cta-btn {
  padding-top: 25px;
  padding-bottom: 25px;
}

.ticket-button-disabled.register-cta-btn-disabled {
  background-color: var(--gray);
  pointer-events: auto;
  color: var(--paragraph-gray);
  cursor: not-allowed;
  padding-top: 20px;
  padding-bottom: 20px;
  transition-property: none;
  position: absolute;
  bottom: 0;
}

.faq-title {
  text-align: center;
  object-fit: fill;
  margin-bottom: 24px;
  display: block;
}

.gic-home-page .faq-title {
  color: #030935;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-family: Anton, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 70.4px;
}

.div-block-22 {
  clear: none;
  order: 0;
  align-self: auto;
  position: static;
}

.thankyou {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.thank-you-section {
  background-color: #f3f3f3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80%;
  margin-left: 56px;
  margin-right: 56px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.home-banner-section-copy {
  z-index: 100;
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-image: url('/images/GIC_KV-BG-landscape-min_1.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-clip: border-box;
  align-items: flex-end;
  width: 100vw;
  height: 100vh;
  min-height: 100vh;
  margin-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.thank-you-outer-section {
  z-index: 100;
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-image: url('/images/GIC_KV_EU_ASSET_24JAN25-copy.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  min-height: 100vh;
  margin-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.green-tick {
  clear: none;
  order: 0;
  align-self: auto;
  position: static;
}

.thank-you-title {
  text-align: left;
  justify-content: center;
  align-items: baseline;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.thank-you-title-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.thank-you-description {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.thank-you-descripion-text {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding-left: 140px;
  padding-right: 140px;
  font-size: 18px;
  display: block;
}

.thank-you-link {
  color: var(--primary-blue);
  text-transform: none;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 1.5em;
  text-decoration: underline;
}

.thank-you-h1 {
  text-align: center;
  font-size: 64px;
}

.subtitle-navy {
  font-size: 18px;
}

.navy-body-text {
  box-sizing: border-box;
  width: 100%;
  color: var(--text-dark);
  text-align: left;
  margin-top: 20px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 16px;
  font-weight: 400;
}

.h1-navy {
  width: 60%;
  color: var(--text-dark);
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  flex-direction: column;
  font-family: Anton, sans-serif;
  font-size: 50px;
  line-height: 1.1em;
}

.subtitle-white {
  font-size: 18px;
}

.flex-block {
  display: none;
}

.navbar-link-selected {
  color: var(--primary);
  text-transform: capitalize;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    Fira Sans,
    Droid Sans,
    Helvetica Neue,
    sans-serif;
  font-weight: 700;
  transition-property: none;
  display: inline-flex;
}

.navbar-link-selected:hover {
  font-weight: 700;
}

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

@media screen and (min-width: 1280px) {
  .generations-intro-section.banner-our-team {
    height: 450px;
  }

  .generations-intro-section.about-us-banner {
    min-height: 550px;
  }

  .generations-intro-section.quote {
    padding-bottom: 190px;
  }

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

  .base-container.bottom-wrapper {
    padding-bottom: 80px;
  }

  .spacing-system-column {
    padding-right: 30px;
  }

  .headings-typography-wrapper {
    width: 48%;
  }

  .footer {
    padding-top: 40px;
  }

  .footer-bottom-wrapper {
    margin-top: 0;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: nowrap;
  }

  .paragraph-large.text-white-wf {
    margin-bottom: 40px;
    padding-left: 70px;
  }

  .banner-title-wrapper {
    margin-top: 80px;
    margin-bottom: 0;
  }

  .workflow-content-wrapper {
    padding-left: 70px;
  }

  .workflow-video-wrapper {
    max-height: none;
  }

  .workflow-title-wrapper {
    display: none;
  }

  .workflow-title-wrapper-desktop {
    display: block;
  }

  .workflow-quote {
    margin-top: 20px;
  }

  .numbers-list-item {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-links-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 0px;
  }

  .without-top-spacing {
    padding-top: 0;
  }

  .search-section {
    margin-bottom: 80px;
  }

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

  .home-3-video {
    width: 860px;
    margin-left: -50px;
  }

  .team-slider-content {
    margin-left: 80px;
  }

  .team-slider-arrow {
    left: 220px;
  }

  .team-slider-arrow.right-arrow-slider {
    left: 300px;
  }

  .banner-contacts-wrap {
    background-image: none;
  }

  .home-testimonials-slider-arrow.right {
    left: 1040px;
    right: auto;
  }

  .home-testimonials-slider-arrow.left {
    left: 1120px;
    right: auto;
  }

  .testimonials {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .blog-section-title {
    margin-bottom: 70px;
  }

  .map-wrapper {
    padding-right: 70px;
  }

  .section-title-center {
    margin-bottom: 70px;
  }

  .about-img._3 {
    width: 340px;
  }

  .about-img._4 {
    width: 280px;
  }

  .about-img._2 {
    width: 340px;
  }

  .industries-block-wrapper {
    position: relative;
  }

  .section-with-blue-bg {
    padding-left: 40px;
    padding-right: 40px;
  }

  .center-title {
    padding-right: 140px;
  }

  .main-style-guide-body-wrapper {
    margin-right: 60px;
  }

  .landing-inner-page-item.home-screen-banner,
  .landing-inner-page-item.home-screen {
    max-width: none;
  }

  .landing-inner-pages-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 30px;
  }

  .style-guide-body-wrapper {
    margin-right: 60px;
  }

  .banner-top-title-left {
    width: 38%;
  }

  .card-title {
    height: 400px;
  }

  .card-title.speaker-without-space {
    height: 450px;
  }

  .second-event-item {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .second-event-text-wrapper.no-margins-desctop {
    width: 34%;
  }

  .element {
    left: -60px;
  }

  .element-back-image {
    bottom: 140px;
    left: -50px;
  }

  .we-plan-event-top-right {
    width: 50%;
    min-height: 600px;
    top: 130px;
  }

  .speaker-image {
    z-index: 2;
    height: 600px;
  }

  .element-we-plan {
    z-index: 1;
    width: 200px;
    height: 200px;
    position: absolute;
    left: -12%;
  }

  .image-gallery-wrapper,
  .image-gallery-wrapper.medium-width {
    height: 350px;
  }

  .left-arrow,
  .right-arrow {
    bottom: -80px;
  }

  .title-we-plan-event {
    width: 100%;
    font-size: 90px;
  }

  .image-speaker {
    height: 450px;
  }

  .element-form-2 {
    width: 200px;
    height: 200px;
  }

  .planing-events-title-wrap {
    width: 30%;
  }

  .event-planning-title-wrap {
    padding: 30px;
  }

  .events-slide {
    margin-right: 30px;
  }

  .margin-left-wrapper {
    margin-left: 4.5%;
  }

  .margin-left-wrapper.flex {
    z-index: 80;
    flex-wrap: nowrap;
  }

  .title-buy-ticket {
    width: 70%;
    font-size: 80px;
  }

  .buy-ticket {
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-family: Anton, sans-serif;
    font-size: 28px;
    line-height: 1.1em;
  }

  .element-buy-ticket {
    width: 376px;
    height: 376px;
    position: absolute;
    top: -18%;
  }

  .title-get-ticket {
    margin-bottom: 20px;
  }

  .small-card {
    width: 60%;
    padding-bottom: 32px;
  }

  .small-card.left-card,
  .small-card.right-card {
    width: 570px;
  }

  .ticket-wrap.bottom-border {
    padding-bottom: 80px;
  }

  .image {
    margin-left: 930px;
  }

  .footer-wrapper {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }

  .home-2-wrapper {
    max-width: 1200px;
  }

  .home-2-banner-title {
    font-size: 90px;
  }

  .home-2-content-wrap {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .line-banner {
    width: 80%;
  }

  .latest-event-title-wrap {
    z-index: 90;
    width: 25%;
    margin-bottom: 0;
    margin-right: 30px;
    position: relative;
  }

  .latest-event-slider {
    width: 75%;
    padding-bottom: 110px;
    position: relative;
  }

  .latest-event-mask {
    position: static;
    overflow: visible;
  }

  .latest-event-slide {
    position: static;
  }

  .latest-event-list-2 {
    grid-column-gap: 30px;
  }

  .left-arrow-latest-event {
    z-index: 1000;
    position: absolute;
    inset: auto auto 0% 0%;
  }

  .right-arrow-latest-event {
    z-index: 100;
    inset: auto auto 0 80px;
  }

  .nurturing-image {
    width: 670px;
    height: 692px;
  }

  .plan-image-wrap {
    height: 550px;
  }

  .title-plan {
    width: 70%;
    font-size: 90px;
  }

  .description-plan {
    width: 65%;
  }

  .note {
    width: 60%;
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
  }

  .numbers-absolut-wrap {
    margin-left: auto;
    margin-right: auto;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .element-plan-1 {
    left: -120px;
  }

  .element-plan-2 {
    right: -250px;
  }

  .planing-title-wrap {
    width: 30%;
  }

  .testimonial-title-wrap {
    width: 50%;
  }

  .testimonials-images-wrap {
    width: 55%;
    padding-left: 0;
  }

  .testimonials-top-wrap {
    margin-bottom: 70px;
  }

  .title-home-3 {
    width: 75%;
  }

  .banner-description-3 {
    width: 46%;
  }

  .element-home-3-banner {
    display: block;
    inset: 40px 0% auto auto;
  }

  .latest-event-title-wrap-horisontal {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .image-wrap-latest-event {
    height: 270px;
  }

  .image-3 {
    display: block;
  }

  .image-plan-home-3 {
    height: 580px;
  }

  .decoration-we-plan {
    width: 200px;
    height: 200px;
    right: 5%;
  }

  .title-we-plan-wrap {
    margin-top: 390px;
  }

  .image-5 {
    width: 200px;
    height: 200px;
  }

  .left-shadow,
  .right-shadow {
    width: 200px;
  }

  .title-buy-ticket-home-3 {
    font-size: 80px;
  }

  .decoration-buy-ticket {
    margin-top: 200px;
  }

  .image-6 {
    left: -11%;
  }

  .background-blue-about-us {
    height: 410px;
  }

  .gallery-about-us {
    padding-top: 70px;
    padding-left: 70px;
  }

  .about-us-image {
    width: 355px;
    height: 420px;
  }

  .back-blue-about-us {
    height: 410px;
    bottom: 160px;
  }

  .title-speaker-about-us {
    font-size: 90px;
  }

  .title-wrapper {
    max-width: 740px;
  }

  .left-team-wrap {
    max-width: 370px;
  }

  .right-wrapper-next-event {
    width: 49%;
  }

  .decoration-event {
    bottom: -4%;
  }

  .white-cover {
    z-index: 80;
    background-color: var(--white);
    width: 28%;
    height: 100%;
    display: block;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .event-top-content-wrap {
    grid-column-gap: 70px;
  }

  .right-wrapper-details {
    width: 30%;
  }

  .timetable.last-timetable {
    height: 330px;
  }

  .event-detail-banner-image,
  .opacity-30 {
    height: 450px;
  }

  .event-register-button-wrap {
    margin-top: 50px;
  }

  .auto-image-wrap {
    height: 330px;
  }

  .image-speaker-detail,
  .speaker-image-wrap {
    height: 400px;
  }

  .decoration-workflow {
    left: 440px;
  }

  .speaker-top-right {
    width: 50%;
  }

  .absolute-right {
    width: 38%;
  }

  .speaker-description {
    width: 87%;
  }

  .image-speaker-wrap {
    height: 400px;
  }

  .decoration-speaker-banner {
    display: block;
    position: absolute;
    inset: auto 0% 4% auto;
  }

  .inner-banner-section {
    padding-top: 200px;
    padding-bottom: 130px;
  }

  .arrow {
    margin-bottom: -90px;
    margin-left: 360px;
  }

  .arrow.right-arrow-dark {
    margin-left: 440px;
  }

  .decoration-about {
    display: block;
    right: -2%;
  }

  .left-banner-content {
    width: 70%;
  }

  .banner-wrapper {
    grid-column-gap: 80px;
  }

  .title-3-events {
    padding-bottom: 8px;
  }

  .banner-events-3-botton-description {
    width: 65%;
  }

  .banner-description-3-events {
    width: 80%;
  }

  .image-3-event-banner {
    object-fit: cover;
  }

  .decoration-3-event-top,
  .decoration-3-event-botton {
    width: 200px;
  }

  .paragraph-benefits-lp-2 {
    width: 80%;
  }

  .section-banner-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-banner-2.landing-banner {
    background-image: none;
    min-height: 88vh;
  }

  .landing-banner-screens-2 {
    margin-bottom: -80px;
  }

  .image-7 {
    top: 19%;
  }

  .image-9 {
    inset: auto 46% 36% auto;
  }

  .description-plan-2 {
    width: 65%;
  }

  .element-plan-3 {
    right: -250px;
  }

  .numbers-absolut-wrap-2 {
    margin-left: auto;
    margin-right: auto;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .title-we-plan-event-2 {
    width: 100%;
    font-size: 90px;
  }

  .description-plan-3 {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .element-plan-4 {
    right: -250px;
  }

  .numbers-absolut-wrap-3 {
    margin-left: auto;
    margin-right: auto;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .title-we-plan-event-3,
  .meeting-1 {
    width: 100%;
    font-size: 31px;
  }

  .apply {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .apply.bottom-wrapper {
    padding-bottom: 80px;
  }

  .hogc {
    max-width: none;
  }

  .hogc.bottom-wrapper {
    padding-bottom: 80px;
  }

  .home-3-video-2 {
    width: 860px;
    margin-left: -50px;
  }

  .gic-audience-section.banner-our-team {
    height: 450px;
  }

  .gic-audience-section.about-us-banner {
    min-height: 550px;
  }

  .gic-audience-section.quote {
    padding-bottom: 190px;
  }

  .gic-europe-logo {
    width: 60vw;
    max-width: none;
  }

  .q-a-link {
    overflow-wrap: normal;
  }

  .q-a-link.desktop-hide {
    display: none;
  }

  .hear-from-pastorsss.banner-our-team {
    height: 450px;
  }

  .hear-from-pastorsss.about-us-banner {
    min-height: 550px;
  }

  .hear-from-pastorsss.quote {
    padding-bottom: 190px;
  }

  .hear-from-pastors.banner-our-team {
    height: 450px;
  }

  .hear-from-pastors.about-us-banner {
    min-height: 550px;
  }

  .hear-from-pastors.quote {
    padding-bottom: 190px;
  }

  .what-to-expect {
    width: auto;
  }

  .gic-programme-copy {
    width: 65%;
  }

  .gic-program {
    margin-top: 0;
  }

  .programme-cost {
    width: 60%;
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
  }

  .latest-event-title-wrap-horisontal-copy {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .navy-body-text {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .h1-navy {
    width: 70%;
    font-size: 90px;
  }

  .paragraph-10 {
    text-align: center;
    margin-top: 10px;
    margin-left: 200px;
    margin-right: 200px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }
}

@media screen and (min-width: 1440px) {
  h2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  h3,
  h4,
  h5 {
    margin-bottom: 10px;
  }

  .generations-intro-section {
    padding-top: 32px;
    padding-bottom: 0;
  }

  .generations-intro-section.banner,
  .generations-intro-section.changelog-banner {
    padding-top: 220px;
  }

  .generations-intro-section.banner-our-team {
    height: 500px;
  }

  .generations-intro-section.blue-background.section-80-space {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .generations-intro-section.without-top-spacing {
    padding-top: 96px;
  }

  .generations-intro-section.our-clients {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .generations-intro-section.home-2-banner-section {
    border-top-width: 70vh;
    padding-bottom: 50px;
  }

  .generations-intro-section.section-events,
  .generations-intro-section.speaker-detail-section {
    padding-top: 80px;
  }

  .generations-intro-section.about-us-3-section {
    padding-top: 60px;
  }

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

  .team-slider-arrow {
    left: 270px;
  }

  .team-slider-arrow.right-arrow-slider {
    left: 340px;
  }

  .home-event-mask {
    width: 38%;
  }

  .testimonials-slider-author {
    margin-top: 30px;
  }

  .about-img._1 {
    width: 380px;
  }

  .about-img._3 {
    width: 400px;
  }

  .about-img._4 {
    width: 300px;
  }

  .about-img._2 {
    width: 390px;
  }

  .our-services-wrap {
    align-items: center;
  }

  .section-with-blue-bg {
    padding-left: 100px;
    padding-right: 100px;
  }

  .card-title.speaker-without-space {
    height: 500px;
  }

  .element-back-image {
    left: -115px;
  }

  .element-we-plan {
    width: 250px;
    height: 250px;
    top: -12%;
  }

  .image-gallery-wrapper,
  .image-gallery-wrapper.medium-width {
    height: 400px;
  }

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

  .testimonal-image-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 920px;
    height: 140px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .testimonials-image {
    border-radius: 50%;
    width: 62px;
    height: 62px;
  }

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

  .image-speaker {
    height: 500px;
  }

  .element-form-2,
  .element-form {
    width: 300px;
    height: 200px;
  }

  .planing-events-title-wrap {
    width: 26%;
  }

  .margin-left-wrapper {
    margin-left: 9.5%;
  }

  .title-buy-ticket {
    width: 70%;
  }

  .element-buy-ticket {
    right: -8%;
  }

  .our-clients-title {
    margin-bottom: 0;
  }

  .title-get-ticket.join-us {
    aspect-ratio: auto;
    object-fit: fill;
    padding-left: 70px;
    display: block;
    position: static;
  }

  .ticket-cards-wrapper {
    flex-flow: row;
    justify-content: center;
    align-items: stretch;
  }

  .small-card {
    width: 60%;
    height: 100%;
    min-height: 0;
    margin-top: 24px;
    padding-bottom: 32px;
  }

  .ticket-wrap.bottom-border {
    padding-bottom: 100px;
  }

  .home-2-wrapper {
    max-width: 1330px;
  }

  .home-2-content-wrap {
    padding-right: 101px;
  }

  .latest-event-mask {
    width: 36%;
  }

  .plan-image-wrap {
    height: 600px;
  }

  .note {
    width: 60%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
  }

  .number-list-wrap.hidden-border-mobile {
    padding-left: 24px;
  }

  .testimonials-top-wrap {
    margin-bottom: 90px;
  }

  .banner-description-3 {
    width: 46%;
  }

  .absolute-back {
    bottom: 130px;
  }

  .latest-event-title-wrap-horisontal {
    height: 260px;
    padding: 20px;
  }

  .image-wrap-latest-event {
    width: 250px;
  }

  .image-plan-home-3 {
    width: 94%;
    height: 610px;
  }

  .decoration-we-plan {
    right: 10%;
  }

  .title-we-plan-wrap {
    margin-top: 420px;
  }

  .shadow {
    z-index: -3;
    height: 388px;
  }

  .image-5 {
    width: 300px;
    height: 300px;
  }

  .left-shadow,
  .right-shadow {
    width: 300px;
  }

  .about-us-image {
    width: 380px;
  }

  .back-blue-about-us {
    bottom: 210px;
  }

  .content-wrap-about-us {
    grid-column-gap: 65px;
  }

  .right-wrapper-next-event {
    margin-right: 60px;
  }

  .white-cover {
    width: 33%;
  }

  .event-top-content-wrap {
    grid-column-gap: 95px;
  }

  .event-detail-banner-image,
  .opacity-30 {
    height: 500px;
  }

  .absolute-right {
    width: 40%;
    height: 80%;
    top: 70px;
  }

  .image-speaker-wrap {
    height: 450px;
  }

  .decoration-speaker-banner {
    right: 7%;
  }

  .decoration-about {
    bottom: -21%;
    right: -7%;
  }

  .image-wrapper-3-events {
    width: 450px;
    height: 450px;
  }

  .decoration-3-event-top {
    width: 250px;
    top: -17%;
    left: -18%;
  }

  .decoration-3-event-botton {
    width: 250px;
    bottom: -16%;
    right: -22%;
  }

  .section-banner-2.landing-banner {
    background-position:
      91% 5%,
      11% 22%;
    background-size:
      auto 330px,
      auto 290px;
    min-height: 90vh;
  }

  .landing-banner-title-2 {
    font-size: 80px;
  }

  .three-goals-texts {
    height: 44%;
    padding: 20px;
  }

  .image-7 {
    top: 19%;
  }

  .link {
    font-size: 18px;
  }

  .join-us-title {
    width: 65%;
    color: var(--white);
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin: 70px auto 20px;
    padding-left: 70px;
    font-family: Anton, sans-serif;
    font-size: 50px;
    line-height: 1.1em;
  }

  .image-9 {
    position: absolute;
    inset: auto 46% 38% auto;
  }

  .section-5,
  .section-6 {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section-7 {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .description-plan-3 {
    width: 100%;
    padding-left: 0;
    font-size: 18px;
  }

  .title-we-plan-event-3 {
    width: 115%;
    font-size: 34px;
  }

  .meeting-1 {
    width: 113%;
    font-size: 34px;
  }

  .apply {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .hogc {
    max-width: none;
  }

  .section-8 {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .gic-audience-section {
    padding-top: 32px;
    padding-bottom: 64px;
  }

  .gic-audience-section.banner,
  .gic-audience-section.changelog-banner {
    padding-top: 220px;
  }

  .gic-audience-section.banner-our-team {
    height: 500px;
  }

  .gic-audience-section.blue-background.section-80-space {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .gic-audience-section.without-top-spacing {
    padding-top: 96px;
  }

  .gic-audience-section.our-clients {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .gic-audience-section.home-2-banner-section {
    border-top-width: 70vh;
    padding-bottom: 50px;
  }

  .gic-audience-section.section-events,
  .gic-audience-section.speaker-detail-section {
    padding-top: 80px;
  }

  .gic-audience-section.about-us-3-section {
    padding-top: 60px;
  }

  .gic-audience-section.gic-org-section {
    padding-top: 0;
  }

  .looping-images-section-desktop {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .gic-audience-inner-container,
  .generations-intro-inner-container {
    width: 100%;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
  }

  .looping-images-inner-container {
    display: flex;
    overflow: visible;
  }

  .scrolling-image {
    max-width: 33.3333%;
  }

  .looping-images-section-mobile {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .scrolling-image-mobile {
    max-width: 33.3333%;
  }

  .looping-images-mobile {
    min-width: 100%;
  }

  .resource-page-link {
    color: var(--primary-blue);
    font-size: 18px;
    text-decoration: underline;
  }

  .navbar-link:hover {
    color: var(--primary);
    font-weight: 700;
  }

  .navbar-inner-container {
    margin-left: 224px;
    margin-right: 128px;
  }

  .gic-europe-logo {
    width: 70vw;
  }

  .resource-page-link-smaller {
    color: var(--primary-blue);
    font-size: 16px;
    text-decoration: underline;
  }

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

  .q-a-link {
    font-size: 16px;
    display: inline;
  }

  .q-a-link.desktop-hide {
    display: none;
  }

  .hear-from-pastorsss {
    padding-top: 32px;
    padding-bottom: 64px;
  }

  .hear-from-pastorsss.banner,
  .hear-from-pastorsss.changelog-banner {
    padding-top: 220px;
  }

  .hear-from-pastorsss.banner-our-team {
    height: 500px;
  }

  .hear-from-pastorsss.blue-background.section-80-space {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .hear-from-pastorsss.without-top-spacing {
    padding-top: 96px;
  }

  .hear-from-pastorsss.our-clients {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .hear-from-pastorsss.home-2-banner-section {
    border-top-width: 70vh;
    padding-bottom: 50px;
  }

  .hear-from-pastorsss.section-events,
  .hear-from-pastorsss.speaker-detail-section {
    padding-top: 80px;
  }

  .hear-from-pastorsss.about-us-3-section {
    padding-top: 60px;
  }

  .hear-from-pastorsss.gic-org-section,
  .hear-from-pastorsss.pastors-videos {
    padding-top: 0;
  }

  .hear-from-pastors {
    padding-top: 32px;
    padding-bottom: 64px;
  }

  .hear-from-pastors.banner,
  .hear-from-pastors.changelog-banner {
    padding-top: 220px;
  }

  .hear-from-pastors.banner-our-team {
    height: 500px;
  }

  .hear-from-pastors.blue-background.section-80-space {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .hear-from-pastors.without-top-spacing {
    padding-top: 96px;
  }

  .hear-from-pastors.our-clients {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .hear-from-pastors.home-2-banner-section {
    border-top-width: 70vh;
    padding-bottom: 50px;
  }

  .hear-from-pastors.section-events,
  .hear-from-pastors.speaker-detail-section {
    padding-top: 80px;
  }

  .hear-from-pastors.about-us-3-section {
    padding-top: 60px;
  }

  .hear-from-pastors.gic-org-section {
    padding-top: 0;
  }

  .what-to-expect {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .pricing {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .pricing.dark-background {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .gic-programme-copy {
    width: 100%;
    font-size: 24px;
  }

  .gic-program {
    margin-top: 0;
  }

  .programme-cost {
    width: 60%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
  }

  .latest-event-title-container {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .latest-event-title-wrap-horisontal-copy {
    height: 260px;
    padding: 20px;
  }

  .light-link,
  .bold-text-14 {
    font-size: 18px;
  }

  .gic-audience-videos-carousel {
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .home-banner-section-copy {
    bottom: 40%;
  }

  .thank-you-outer-section {
    margin-bottom: 48px;
  }

  .green-tick {
    margin-bottom: 24px;
  }

  .thank-you-descripion-text,
  .thank-you-link {
    font-size: 24px;
  }

  .thank-you-h1 {
    font-size: 80px;
  }

  .subtitle-navy {
    font-size: 18px;
  }

  .navy-body-text {
    width: 100%;
    padding-left: 0;
    font-size: 18px;
  }

  .h1-navy {
    font-size: 50px;
  }

  .navbar-link-selected:hover {
    color: var(--primary);
    font-weight: 700;
  }
}

@media screen and (min-width: 1920px) {
  .generations-intro-section {
    grid-column-gap: 50px;
    padding-top: 32px;
    padding-bottom: 0;
  }

  .generations-intro-section.banner-our-team {
    height: 540px;
  }

  .generations-intro-section.without-top-spacing {
    padding-top: 40px;
  }

  .generations-intro-section.quote {
    padding-top: 100px;
    padding-bottom: 210px;
  }

  .generations-intro-section.section-without-paddings {
    z-index: 1;
  }

  .base-container {
    max-width: 85%;
    padding-left: 0;
    padding-right: 0;
  }

  .footer {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
  }

  .text-white-wf {
    padding-left: 0;
  }

  .home-event-mask {
    width: 32%;
  }

  .home-testimonials-slider-arrow.right {
    left: 1110px;
  }

  .home-testimonials-slider-arrow.left {
    left: 1185px;
  }

  .about-img._1 {
    width: 420px;
    left: 16%;
  }

  .about-img._3 {
    width: 430px;
    top: 20%;
    left: 54%;
  }

  .about-img._4 {
    left: 48%;
  }

  .section-with-blue-bg {
    padding-left: 180px;
    padding-right: 180px;
  }

  .color-bg {
    height: 200px;
  }

  .banner-top-title-left {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .card-title.speaker-without-space {
    height: 600px;
  }

  .event-title {
    font-weight: 400;
  }

  .element-back-image {
    left: -150px;
  }

  .date-title.text-pink {
    color: var(--primary);
  }

  .we-plan-event-top-left {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .we-plan-event-top-right {
    width: 47%;
    top: 150px;
  }

  .speaker-image {
    height: 620px;
  }

  .element-we-plan {
    width: 300px;
    height: 300px;
  }

  .image-gallery-wrapper,
  .image-gallery-wrapper.medium-width {
    height: 470px;
  }

  .image-gallery-overlay {
    background-image: linear-gradient(#ff80ed4d, #0309354d);
  }

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

  .image-speaker {
    height: 600px;
  }

  .planing-events-title-wrap {
    width: 20%;
  }

  .error-message-2 {
    background-color: var(--primary);
  }

  .margin-left-wrapper {
    margin-left: 19.5%;
  }

  .element-buy-ticket {
    top: -15%;
  }

  .small-card {
    width: 100%;
    height: 100%;
    min-height: 0;
  }

  .ticket-wrap.bottom-border {
    padding-bottom: 120px;
  }

  .blue-absolute-back {
    flex-direction: column;
    justify-content: center;
    display: block;
    inset: 0% 0% 0% auto;
  }

  .footer-wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .home-2-wrapper {
    grid-column-gap: 90px;
    grid-row-gap: 90px;
    max-width: 1720px;
    display: flex;
  }

  .home-2-content-wrap {
    padding-top: 140px;
    padding-bottom: 140px;
    padding-right: 290px;
  }

  .line-banner {
    width: 100%;
  }

  .latest-event-title-wrap {
    width: 20%;
  }

  .latest-event-slider {
    width: 79%;
  }

  .latest-event-mask {
    width: 25%;
  }

  .banner-back-absolute {
    height: 63vh;
  }

  .plan-image-wrap {
    height: 790px;
  }

  .note {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  .testimonials-top-wrap {
    margin-bottom: 100px;
  }

  .absolute-back {
    bottom: 130px;
  }

  .element-home-3-banner {
    right: 180px;
  }

  .latest-event-item-3 {
    width: 48.7%;
  }

  .image-plan-home-3 {
    z-index: -2;
    object-fit: cover;
    width: 1620px;
    height: 790px;
  }

  .decoration-we-plan {
    width: 300px;
    height: 300px;
    top: 450px;
    right: 384px;
  }

  .title-we-plan-wrap {
    margin-top: 600px;
  }

  .image-5 {
    width: 330px;
    height: 330px;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .top-wrapper-cards-testimonials {
    flex: none;
  }

  .bottom-wrapper-cards-testimonials {
    left: -250px;
  }

  .left-shadow,
  .right-shadow {
    width: 450px;
  }

  .background-blue-about-us {
    height: 490px;
  }

  .about-us-image {
    width: 460px;
    height: 500px;
  }

  .back-blue-about-us {
    height: 490px;
  }

  .white-cover {
    width: 40%;
  }

  .event-detail-banner-image,
  .opacity-30 {
    height: 540px;
  }

  .speaker-top-right {
    width: 52%;
  }

  .absolute-right {
    width: 43%;
  }

  .speaker-description {
    width: 90%;
  }

  .decoration-speaker-banner {
    right: 30%;
  }

  .inner-banner-section {
    padding-top: 220px;
  }

  .landing-customers-content-right-2 {
    grid-row-gap: 50px;
  }

  .section-banner-2 {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section-banner-2.landing-banner {
    background-image: none;
    min-height: 92vh;
    padding-top: 200px;
  }

  .landing-banner-content-2 {
    margin-bottom: 130px;
  }

  .landing-banner-title-2 {
    font-size: 90px;
  }

  .image-7 {
    width: 55%;
    top: 20%;
  }

  .image-8 {
    margin-bottom: 0;
  }

  .register-button.hero-section.less-padding {
    padding-left: 24px;
    padding-right: 24px;
  }

  .register-button.three-goals-section-copy {
    margin-top: 40px;
  }

  .heading-2 {
    margin-bottom: 0;
  }

  .image-9 {
    width: 250px;
    position: absolute;
    inset: auto 40% 30% auto;
  }

  .section-5 {
    grid-column-gap: 50px;
  }

  .section-5.section-without-paddings {
    z-index: 1;
  }

  .section-6,
  .section-7 {
    grid-column-gap: 50px;
  }

  .apply {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .hogc {
    max-width: 85%;
    padding-left: 0;
    padding-right: 0;
  }

  .section-8 {
    grid-column-gap: 50px;
  }

  .gic-audience-section {
    grid-column-gap: 50px;
    padding-top: 32px;
  }

  .gic-audience-section.banner-our-team {
    height: 540px;
  }

  .gic-audience-section.without-top-spacing {
    padding-top: 40px;
  }

  .gic-audience-section.quote {
    padding-top: 100px;
    padding-bottom: 210px;
  }

  .gic-audience-section.section-without-paddings {
    z-index: 1;
  }

  .looping-images-section-desktop {
    grid-column-gap: 50px;
  }

  .looping-images-section-desktop.section-shadow-40 {
    overflow: visible;
  }

  .looping-images-inner-container {
    overflow: visible;
  }

  .scrolling-image {
    max-width: 33.3333%;
  }

  .looping-images-section-mobile {
    grid-column-gap: 50px;
  }

  .scrolling-image-mobile {
    max-width: 33.3333%;
  }

  .gic-register-button.hero-section.less-padding {
    padding-left: 24px;
    padding-right: 24px;
  }

  .gic-register-button.three-goals-section-copy {
    margin-top: 40px;
  }

  .gic-audience-register-button.hero-section.less-padding {
    padding-left: 24px;
    padding-right: 24px;
  }

  .gic-audience-register-button.three-goals-section-copy {
    margin-top: 40px;
  }

  .gic-europe-logo {
    width: 60vw;
    max-width: 200%;
  }

  .q-a-link.desktop-hide {
    display: none;
  }

  .hear-from-pastorsss {
    grid-column-gap: 50px;
    padding-top: 32px;
  }

  .hear-from-pastorsss.banner-our-team {
    height: 540px;
  }

  .hear-from-pastorsss.without-top-spacing {
    padding-top: 40px;
  }

  .hear-from-pastorsss.quote {
    padding-top: 100px;
    padding-bottom: 210px;
  }

  .hear-from-pastorsss.section-without-paddings {
    z-index: 1;
  }

  .hear-from-pastors {
    grid-column-gap: 50px;
    padding-top: 32px;
  }

  .hear-from-pastors.banner-our-team {
    height: 540px;
  }

  .hear-from-pastors.without-top-spacing {
    padding-top: 40px;
  }

  .hear-from-pastors.quote {
    padding-top: 100px;
    padding-bottom: 210px;
  }

  .hear-from-pastors.section-without-paddings {
    z-index: 1;
  }

  .latest-event-item-4 {
    width: 48.7%;
  }

  .what-to-expect {
    grid-column-gap: 50px;
  }

  .latest-event-item-5 {
    width: 48.7%;
  }

  .latest-event-item-6 {
    width: 48.7%;
  }

  .pricing {
    grid-column-gap: 50px;
  }

  .pricing.dark-background {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .programme-cost {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  .home-banner-section-copy,
  .thank-you-outer-section {
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 42px;
  }

  .generations-intro-section.banner,
  .generations-intro-section.changelog-banner {
    min-height: 300px;
    padding-top: 140px;
  }

  .generations-intro-section.banner-our-team {
    height: 350px;
  }

  .generations-intro-section.about-us-banner {
    min-height: 300px;
  }

  .generations-intro-section.top-paddings-100-desktop {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .generations-intro-section.our-clients {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .generations-intro-section.home-2-banner-section {
    padding-bottom: 0;
  }

  .generations-intro-section.top-space-50-desctop {
    padding-top: 0;
  }

  .generations-intro-section.home-3-banner {
    padding-top: 120px;
  }

  .generations-intro-section.section-events {
    padding-top: 0;
  }

  .generations-intro-section.mobile-space-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .generations-intro-section.about-us-3-section {
    padding-top: 0;
  }

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

  .grid-system {
    width: 100%;
  }

  .grid-description.first-description {
    text-align: center;
  }

  .spacing-wrapper-mobile {
    width: 70%;
  }

  .spacing-columns {
    flex-flow: wrap;
    display: flex;
  }

  .bottom-style-spacing-desktop {
    bottom: 6%;
  }

  .top-style-spacing-desktop {
    top: 4%;
  }

  .middle-style-spacing-desktop {
    top: 30%;
  }

  .colors-wrapper {
    margin-right: 40px;
  }

  .colors-container {
    flex-wrap: wrap;
  }

  .headings-typography-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .headings-typography-wrapper.last-child {
    margin-bottom: 30px;
  }

  .top-style-spacing-mobile {
    top: 3%;
  }

  .middlr-style-spacing-mobile {
    top: 26%;
  }

  .bottom-style-spacing-mobile {
    bottom: 6%;
  }

  .nav-menu {
    background-color: var(--text-dark);
    flex-direction: column;
    width: 320px;
    inset: 0% auto 0% 0%;
  }

  .nav-menu.white-style {
    background-color: var(--white);
  }

  .menu-button {
    text-align: right;
    background-color: #0000;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .nav-link {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    display: flex;
  }

  .nav-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    transition: opacity 0.5s;
    display: flex;
    overflow: hidden;
  }

  .nav-dropdown-toggle {
    flex-direction: row;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .nav-dropdown-icon {
    filter: invert() grayscale() brightness(200%);
    color: var(--dark);
    margin-right: 1.5px;
    display: block;
    inset: 0% 0 0% auto;
  }

  .nav-dropdown-icon.dark-style {
    filter: none;
  }

  .nav-dropdown-list {
    background-color: var(--text-dark);
    border-style: none;
    flex-direction: column;
    width: auto;
    padding: 0 40px 0 20px;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.w--open {
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.megamenu {
    width: 320px;
    height: 270px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: scroll;
  }

  .nav-dropdown-list.megamenu.w--open {
    flex-direction: column;
  }

  .nav-dropdown-list.white-style {
    background-color: var(--white);
    border-width: 0;
    border-color: #0000;
  }

  .nav-dropdown-link-wrapper {
    flex-flow: column;
    align-items: flex-start;
    padding-right: 0;
  }

  .nav-dropdown-link-wrapper:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-dropdown-link {
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
  }

  .close-menu-button {
    padding: 0 20px 0 0;
  }

  .close-menu-button.w--open {
    background-color: #0000;
    padding: 0 20px 0 0;
  }

  .nav-close-icon {
    z-index: 15;
    filter: invert() brightness(200%) grayscale();
    align-self: stretch;
  }

  .nav-close-icon.dark-style {
    filter: none;
  }

  .nav-item-title {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .licensing-grid,
  .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .licensing-paragraph {
    width: 100%;
  }

  .coming-soon-wrapper {
    align-items: center;
    margin-right: 0;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-bottom: 30px;
  }

  .coming-soon-heading {
    text-align: center;
    font-size: 56px;
  }

  .blog-template-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .blog-template-pagination {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 60px;
  }

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

  .quote-wrapper {
    padding-bottom: 40px;
  }

  .style-guide-button-wrapper.mobile-hidden {
    display: none;
  }

  .paragraph-large.text-white-wf {
    width: 65%;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
  }

  .banner-title-wrapper {
    margin-top: 100px;
    margin-bottom: 50px;
  }

  .text-white-wf {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .accordion-wrapper {
    background-color: #fff;
    width: 100%;
  }

  .contacts-wrapper {
    align-items: flex-start;
  }

  .contacts-form-wrapper {
    margin-left: 0;
    padding: 30px;
  }

  .contacts-title {
    margin-bottom: 40px;
  }

  .social-icons-wrapper {
    margin-top: 10px;
  }

  .footer-links-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    justify-content: center;
    width: 100%;
  }

  .search-desktop {
    display: none;
  }

  .search-bottom-line {
    display: flex;
  }

  .search-input:focus {
    border: 1px solid var(--primary);
  }

  .search-section {
    margin-bottom: 60px;
    padding-top: 100px;
  }

  .footer-logo-wrapper {
    width: 100%;
  }

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

  .headings-container {
    flex-wrap: wrap;
  }

  .button-white:hover {
    opacity: 1;
  }

  .button-white.space-50 {
    margin-top: 16px;
  }

  .style-guide-content-wrapper {
    flex-wrap: wrap;
  }

  .home-3-video {
    width: 100%;
    min-height: 340px;
    margin-left: 0;
  }

  .about-2-photos-slider {
    width: 600px;
    height: 400px;
  }

  .about-2-slider-photo {
    margin-bottom: 60px;
  }

  .about-2-first-column {
    width: 50%;
  }

  .about-2-third-column {
    width: 100%;
  }

  .team-slider-mask {
    width: 90%;
  }

  .team-slider-background {
    width: 35%;
  }

  .team-slider-arrow {
    left: 130px;
  }

  .team-slider-arrow.right-arrow-slider {
    left: 200px;
  }

  .nav-dropdown-column {
    justify-content: center;
    width: 180px;
  }

  .header-button {
    text-align: center;
    display: none;
  }

  .banner-contacts-wrap {
    flex-wrap: wrap;
  }

  .home-event-mask {
    width: 49%;
  }

  .home-testimonials-slider-arrow {
    display: none;
  }

  .home-testimonials-slider-arrow.right {
    display: block;
    inset: -110px 80px auto auto;
  }

  .home-testimonials-slider-arrow.left {
    display: block;
    inset: -110px 0 auto auto;
  }

  .navbar-absolute {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .testimonials {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .blog-section-title {
    margin-bottom: 60px;
  }

  .contacts-wrapper-grid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-title-center {
    margin-bottom: 60px;
  }

  .home-4-testimonials-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .testimonials-wrapper-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .about-img._1 {
    top: 7%;
    left: 15px;
  }

  .about-img._5 {
    top: 58%;
    bottom: 0;
    left: 60px;
  }

  .about-img._3 {
    width: 360px;
    top: 0%;
    right: 15px;
  }

  .about-img._4 {
    width: 240px;
    top: 57%;
    left: auto;
    right: 15px;
  }

  .about-img._2 {
    z-index: 5;
    top: 30%;
    left: 35%;
  }

  .subtitle {
    margin-bottom: 30px;
  }

  .heading-wrapper {
    margin-bottom: 50px;
  }

  .content {
    margin-bottom: 0;
  }

  .industries-block-wrapper {
    max-width: 45vw;
  }

  .about-4-team-slide {
    width: 100%;
  }

  .nav-dropdown-link-line {
    display: none;
  }

  .subtitle-2 {
    margin-bottom: 30px;
  }

  .dropdown-nav-link {
    color: #222;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Lato, sans-serif;
    font-weight: 700;
  }

  .dropdown-nav-link.w--current {
    color: #004ae2;
  }

  .menu-wrap {
    background-color: var(--dark);
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 20px;
    display: flex;
  }

  .menu-wrap.white-style {
    background-color: var(--white);
  }

  .home-banner-left-arrow {
    inset: 20% auto auto 4%;
  }

  .tablet-menu {
    justify-content: space-between;
    align-items: center;
    height: 68px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    display: flex;
  }

  .tablet-menu.white-style {
    background-color: var(--white);
  }

  .image-burger {
    filter: invert() brightness(200%) grayscale();
    -webkit-text-stroke-color: var(--white);
  }

  .image-burger.dark-style {
    filter: none;
  }

  .brand-tablet {
    display: block;
  }

  .style-guide-tab-content-wrapper {
    grid-row-gap: 40px;
  }

  .spacing-system-image-2 {
    width: 75%;
  }

  .main-style-guide-body-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .style-guide-tab-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .spacing-title {
    font-size: 25px;
  }

  .spasing-system-image-mobile-2 {
    width: 70%;
  }

  .button-blue:hover {
    opacity: 1;
  }

  .landing-home-pages-wrapper-banner {
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .landing-inner-page-item.home-screen-banner,
  .landing-inner-page-item.home-screen {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .landing-customers-content-left {
    width: 40%;
    padding-left: 0;
    padding-right: 30px;
  }

  .landing-customers-icon-wrapper {
    width: 100%;
  }

  .landing-customers-layout {
    flex-direction: row;
  }

  .landing-section-title {
    width: 80%;
  }

  .landing-home-pages-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .landing-inner-pages-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .color-bg {
    height: 100px;
  }

  .style-guide-body-wrapper {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .footer-rights-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .button-dark.space-50 {
    margin-top: 16px;
  }

  .link-header {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .nav-button-holder {
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
  }

  .nav-button {
    border: 2px solid var(--primary);
    background-color: var(--white);
    color: var(--dark);
    padding: 14px 28px;
    transition-property: all;
  }

  .nav-button:hover {
    background-color: var(--primary);
    color: var(--dark);
  }

  .banner-top-title-left {
    width: 62%;
  }

  .banner-top-right,
  .home-card-wrap {
    width: 100%;
  }

  .card-title.speaker-without-space {
    height: 100%;
  }

  .second-event-item {
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .second-event-image {
    height: 400px;
  }

  .second-event-text-wrapper {
    width: 100%;
    margin-top: 0;
  }

  .second-event-text-wrapper.no-margins-desctop {
    margin-top: 10px;
  }

  .element {
    width: 100px;
    height: 100px;
    display: none;
    top: -25px;
    left: -10px;
  }

  .element-back-image {
    width: 150px;
    height: 150px;
    bottom: 50px;
    left: -60px;
  }

  .latest-events-wrap-left {
    align-items: flex-start;
  }

  .latest-events-wrap {
    margin-top: 40px;
  }

  .latest-events-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .latest-event-item {
    width: 47.2%;
  }

  .second-event-image-top-wrapper {
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .we-plan-event-top-left {
    width: 100%;
  }

  .we-plan-event-top-right {
    width: 100%;
    min-height: 0;
    position: static;
  }

  .numbers-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .element-we-plan {
    display: none;
    left: 310px;
  }

  .image-gallery-wrapper.medium-width {
    width: 50%;
  }

  .testimonials-title {
    width: 70%;
  }

  .testimonal-image-wrap {
    width: 100%;
    height: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .left-arrow,
  .right-arrow {
    bottom: -70px;
  }

  .title-we-plan-event {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .speaker-list {
    flex-wrap: wrap;
  }

  .speaker-item {
    width: 50%;
  }

  .image-speaker {
    height: 100%;
  }

  .element-form-2,
  .element-form {
    width: 140px;
    height: 100px;
  }

  .speaker-link-image {
    height: 100%;
  }

  .planing-events-title-wrap {
    width: 44%;
  }

  .planning-events-list {
    grid-column-gap: 20px;
    grid-row-gap: 50px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .planning-events-list.wrap-content {
    grid-row-gap: 30px;
  }

  .event-planning-title-wrap {
    padding: 20px;
  }

  .events-slide {
    margin-right: 15px;
  }

  .margin-left-wrapper.flex {
    flex-wrap: wrap;
  }

  .title-buy-ticket {
    width: 54%;
    font-size: 50px;
  }

  .element-buy-ticket {
    width: 300px;
    height: 300px;
    top: -17%;
  }

  .logo-loop-wrapper {
    overflow: scroll;
  }

  .blog-wrap {
    margin-top: 40px;
  }

  .blog-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .blog-item {
    width: 47.2%;
  }

  .title-get-ticket {
    margin-bottom: 20px;
  }

  .ticket-cards-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 50px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
  }

  .small-card {
    width: 100%;
    height: auto;
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .small-card.left-card,
  .small-card.right-card {
    width: 48%;
    margin-left: 0;
  }

  .image {
    margin-left: 350px;
  }

  .backgraund-blue-container {
    height: 600px;
  }

  .footer-description {
    margin-bottom: 30px;
  }

  .footer-wrapper-subscrible-block {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-wrapper {
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .footer-form-title {
    text-align: center;
  }

  .home-2-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #fffafe00;
    flex-direction: column;
    align-items: center;
    margin-top: 60px;
  }

  .home-2-banner-image {
    width: 80%;
    height: 60vh;
  }

  .home-2-content-wrap {
    background-color: var(--primary-light-bg);
    width: 100%;
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .element-2-nurturing-top {
    z-index: -1;
    top: -9%;
  }

  .element-2-nurturing-bottom {
    z-index: -1;
    display: none;
    bottom: -5%;
  }

  .latest-event-title-wrap {
    width: 70%;
    margin-bottom: 30px;
  }

  .latest-event-mask {
    width: 50%;
  }

  .latest-event-item-slider:last-child {
    width: 100%;
  }

  .latest-event-list-2 {
    grid-row-gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .left-arrow-latest-event {
    inset: -90px 80px auto auto;
  }

  .right-arrow-latest-event {
    inset: -90px 0 auto auto;
  }

  .banner-back-absolute {
    height: 60vh;
  }

  .nurturing-image {
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
  }

  .nurturing-event-item {
    grid-row-gap: 40px;
    flex-wrap: wrap-reverse;
  }

  .plan-image-wrap {
    height: 370px;
  }

  .title-plan {
    width: 90%;
    font-size: 70px;
  }

  .note {
    margin-top: 0;
  }

  .numbers-absolut-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .number-list-wrap.hidden-border-mobile {
    font-size: 16px;
  }

  .element-plan-1 {
    width: 200px;
    height: 200px;
    top: 0;
    left: -90px;
  }

  .element-plan-2 {
    width: 200px;
    height: 200px;
    top: 0;
    right: -60px;
  }

  .planning-item {
    width: 48.5%;
  }

  .testimonial-title-wrap {
    grid-row-gap: 40px;
    width: 100%;
  }

  .testimonials-images-wrap {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 20px;
    padding-left: 0;
  }

  .testimonials-top-wrap {
    flex-direction: column;
  }

  .dark-background-absolute {
    height: 70%;
  }

  .title-home-3 {
    padding-bottom: 13px;
  }

  .banner-description-3 {
    width: 100%;
  }

  .background-blue {
    background-color: #0000;
    min-height: auto;
    margin-top: 40px;
  }

  .absolute-back {
    min-height: 440px;
    display: none;
  }

  .numbers-wrapper-home-3 {
    margin-top: 60px;
    margin-right: 0;
    position: static;
    bottom: -80px;
  }

  .numbers-wrap-vertical {
    grid-column-gap: 30px;
    flex-direction: row;
  }

  .divider {
    display: none;
  }

  .latest-event {
    margin-top: 40px;
  }

  .latest-event-title-wrap-horisontal {
    width: 60%;
  }

  .latest-event-item-3 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .image-5 {
    width: 150px;
    height: 150px;
  }

  .home-3-testimonials-wrapper {
    width: 100%;
    overflow: scroll;
  }

  .top-wrapper-cards-testimonials,
  .bottom-wrapper-cards-testimonials {
    margin-left: 20px;
  }

  .left-shadow,
  .right-shadow {
    display: none;
  }

  .decoration-buy-ticket {
    width: 376px;
    height: 376px;
    margin-top: 220px;
  }

  .home-2-photo {
    background-position: 50% 20%;
    height: 100%;
  }

  .home-3-banner-top-wrap {
    padding-top: 0;
  }

  .background-blue-about-us {
    height: 350px;
    display: none;
  }

  .gallery-about-us {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
    padding-top: 0;
    padding-left: 0;
  }

  .about-us-image {
    width: 100%;
    height: 300px;
    min-height: 0;
  }

  .back-blue-about-us {
    display: none;
  }

  .title-wrapper {
    grid-row-gap: 40px;
    width: 100%;
    max-width: none;
  }

  .content-wrap-about-us {
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .left-team-wrap {
    grid-row-gap: 30px;
    width: 100%;
    max-width: none;
    margin-left: 0;
  }

  .next-event-item {
    flex-wrap: wrap-reverse;
  }

  .right-wrapper-next-event {
    width: 100%;
    margin-right: 0;
  }

  .title-events {
    width: 100%;
  }

  .description-event {
    margin-bottom: 40px;
  }

  .image-banner-event-wrap {
    width: 100%;
    height: 300px;
    margin-bottom: 40px;
  }

  .decoration-event {
    display: none;
  }

  .events-list {
    margin-top: 40px;
  }

  .approach-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }

  .tabs-events {
    margin-top: 40px;
  }

  .events-tabs-menu {
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .event-top-content-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }

  .right-wrapper-details,
  .timetable {
    width: 100%;
  }

  .timetable.last-timetable {
    height: auto;
  }

  .image-wrap {
    width: 100%;
  }

  .event-detail-banner-image,
  .opacity-30 {
    height: 350px;
  }

  .event-register-button-wrap {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .auto-image-wrap {
    width: 100%;
    height: 238px;
  }

  .events-social-links-wrapper {
    grid-column-gap: 20px;
  }

  .speaker-grid-details {
    grid-template-columns: 1fr 1fr;
  }

  .image-speaker-detail {
    object-position: 50% 20%;
  }

  .decoration-workflow {
    left: 220px;
  }

  .speaker-top-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 60px;
    flex-direction: column-reverse;
    padding-top: 60px;
  }

  .speaker-top-left,
  .speaker-top-right {
    width: 100%;
  }

  .absolute-right {
    width: 100%;
    height: 550px;
    display: none;
    top: 0;
  }

  .image-speaker-wrap {
    height: 500px;
  }

  .image-speaker-banner {
    object-position: 50% 15%;
  }

  .team-details-wrap-right {
    width: 100%;
  }

  .team-details-content {
    grid-row-gap: 40px;
    flex-direction: column-reverse;
  }

  .team-details-wrap-left {
    width: 100%;
  }

  .speaker-image-detail {
    height: 400px;
  }

  .program-wrapper {
    grid-column-gap: 0px;
    flex-wrap: wrap-reverse;
  }

  .bottom-card-wrapper {
    padding: 20px 30px;
  }

  .inner-banner-section {
    padding-top: 130px;
  }

  .arrow {
    margin-top: 280px;
    margin-bottom: 0;
    margin-left: 300px;
    inset: 0%;
  }

  .arrow.right-arrow-dark {
    margin-left: 380px;
  }

  .pricing-description {
    width: 70%;
  }

  .blog-grid {
    grid-row-gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
  }

  .collection-item-blog {
    width: 47.2%;
  }

  .testimonials-text {
    text-align: center;
    width: 100%;
  }

  .customer-name-wrap {
    align-items: center;
    width: 100%;
  }

  .testimonials-content-wrap {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
    flex-wrap: wrap;
  }

  .testimonial-slide-mask {
    margin-bottom: 0;
  }

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

  .nubbers-wrapper-about-us-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .content-wrapper-about-2 {
    grid-column-gap: 30px;
  }

  .columb-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 60px;
  }

  .columb-content-wrap,
  .columb-content-wrap.last-columb {
    width: 47%;
  }

  .cards-testimonials-wrap {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .about-3-banner-wrapper {
    flex-wrap: wrap-reverse;
    width: 100%;
  }

  .about-3-banner-left,
  .image-about-3-banner {
    width: 100%;
  }

  .about-3-banner-content {
    grid-row-gap: 60px;
    flex-wrap: wrap-reverse;
    padding-top: 60px;
  }

  .decoration-about {
    display: none;
  }

  .div-block-9 {
    grid-row-gap: 50px;
    flex-wrap: wrap;
  }

  .event-2-list {
    grid-row-gap: 20px;
  }

  .event-2-item {
    min-width: auto;
  }

  .event-image {
    height: 230px;
  }

  .events-divider {
    display: block;
  }

  .events-buttons-holder {
    width: 25%;
  }

  .collection-list-event {
    padding-top: 60px;
  }

  .banner-wrapper {
    grid-row-gap: 60px;
    flex-wrap: wrap-reverse;
    padding-top: 0;
  }

  .left-content-banner {
    width: 70%;
  }

  .right-content-banner {
    width: 100%;
  }

  .image-wrapper-3-events {
    width: 100%;
    height: 400px;
    position: static;
  }

  .image-3-event-banner {
    object-position: 50% 10%;
  }

  .decoration-3-event-top,
  .decoration-3-event-botton {
    display: none;
  }

  .events-3-buttons-holder {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .event-3-item {
    grid-column-gap: 50px;
  }

  .events-3-holder {
    align-items: stretch;
  }

  .landing-customers-content-right-2 {
    grid-row-gap: 20px;
    width: 60%;
  }

  .section-banner-2.landing-banner {
    background-image: none;
    align-items: center;
    min-height: auto;
    padding-top: 120px;
  }

  .landing-banner-content-2 {
    width: 80%;
    margin-bottom: 60px;
    position: relative;
    left: 0%;
    right: 0%;
  }

  .hire-popup-wrap {
    display: none;
  }

  .padding-vertical-xlarge {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .button-icon-small,
  .button-icon-small-secondary {
    position: static;
    top: 16px;
  }

  .section-timeline-heading {
    padding-top: 40px;
    padding-bottom: 10px;
  }

  .gic-audience-videos-container-1 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    max-width: 1024px;
    position: static;
  }

  .paragraph {
    width: 70%;
    margin-top: 20px;
    margin-left: 70px;
    margin-right: 0;
  }

  .three-goals {
    flex: 0 auto;
    width: 33%;
  }

  .image-7 {
    width: 60%;
    position: absolute;
    top: 10%;
  }

  .image-8 {
    width: 50%;
    margin-bottom: 20px;
  }

  .paragraph-3 {
    font-size: 18px;
  }

  .collage-tag {
    border-radius: var(--button-radius-16);
  }

  .bold-text-5 {
    width: 100%;
  }

  .paragraph-4,
  .paragraph-5,
  .paragraph-6 {
    font-size: 18px;
  }

  .video_placeholder-01 {
    font-size: 14px;
  }

  .join-us-title {
    padding-left: 0;
  }

  .image-9 {
    width: 125px;
    top: 220px;
    left: 450px;
  }

  .image-10 {
    max-width: 80%;
    top: 120px;
  }

  .element-plan-3 {
    width: 200px;
    height: 200px;
    top: 0;
    right: -60px;
  }

  .numbers-absolut-wrap-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .button-white-2:hover {
    opacity: 1;
  }

  .button-white-2.space-50 {
    margin-top: 16px;
  }

  .title-we-plan-event-2 {
    width: 80%;
  }

  .element-plan-4 {
    width: 200px;
    height: 200px;
    top: 0;
    right: -60px;
  }

  .numbers-absolut-wrap-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
  }

  .button-white-3:hover {
    opacity: 1;
  }

  .button-white-3.space-50 {
    margin-top: 16px;
  }

  .title-we-plan-event-3,
  .meeting-1 {
    width: 100%;
    font-size: 24px;
  }

  .apply {
    max-width: 100%;
    margin-top: 0;
  }

  .hogc {
    max-width: 100%;
  }

  .home-3-video-2 {
    width: 100%;
    min-height: 340px;
    margin-left: 0;
  }

  .planning-item-2 {
    width: 48.5%;
  }

  .base-container-4 {
    max-width: 100%;
  }

  .paragraph-3-smaller {
    font-size: 18px;
  }

  .gic-audience-section.banner,
  .gic-audience-section.changelog-banner {
    min-height: 300px;
    padding-top: 140px;
  }

  .gic-audience-section.banner-our-team {
    height: 350px;
  }

  .gic-audience-section.about-us-banner {
    min-height: 300px;
  }

  .gic-audience-section.top-paddings-100-desktop {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .gic-audience-section.our-clients {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .gic-audience-section.home-2-banner-section {
    padding-bottom: 0;
  }

  .gic-audience-section.top-space-50-desctop {
    padding-top: 0;
  }

  .gic-audience-section.home-3-banner {
    padding-top: 120px;
  }

  .gic-audience-section.section-events {
    padding-top: 0;
  }

  .gic-audience-section.mobile-space-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .gic-audience-section.about-us-3-section {
    padding-top: 0;
  }

  .h1 {
    text-align: center;
  }

  .navbar-link {
    background-color: #fff;
  }

  .paragraph-3-copy {
    font-size: 18px;
  }

  .gic-europe-logo {
    max-width: 80%;
    top: 120px;
  }

  .organisers-copy {
    font-size: 18px;
  }

  .hear-from-pastorsss.banner,
  .hear-from-pastorsss.changelog-banner {
    min-height: 300px;
    padding-top: 140px;
  }

  .hear-from-pastorsss.banner-our-team {
    height: 350px;
  }

  .hear-from-pastorsss.about-us-banner {
    min-height: 300px;
  }

  .hear-from-pastorsss.top-paddings-100-desktop {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .hear-from-pastorsss.our-clients {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hear-from-pastorsss.home-2-banner-section {
    padding-bottom: 0;
  }

  .hear-from-pastorsss.top-space-50-desctop {
    padding-top: 0;
  }

  .hear-from-pastorsss.home-3-banner {
    padding-top: 120px;
  }

  .hear-from-pastorsss.section-events {
    padding-top: 0;
  }

  .hear-from-pastorsss.mobile-space-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hear-from-pastorsss.about-us-3-section {
    padding-top: 0;
  }

  .hear-from-pastors.banner,
  .hear-from-pastors.changelog-banner {
    min-height: 300px;
    padding-top: 140px;
  }

  .hear-from-pastors.banner-our-team {
    height: 350px;
  }

  .hear-from-pastors.about-us-banner {
    min-height: 300px;
  }

  .hear-from-pastors.top-paddings-100-desktop {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .hear-from-pastors.our-clients {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hear-from-pastors.home-2-banner-section {
    padding-bottom: 0;
  }

  .hear-from-pastors.top-space-50-desctop {
    padding-top: 0;
  }

  .hear-from-pastors.home-3-banner {
    padding-top: 120px;
  }

  .hear-from-pastors.section-events {
    padding-top: 0;
  }

  .hear-from-pastors.mobile-space-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hear-from-pastors.about-us-3-section {
    padding-top: 0;
  }

  .latest-events-wrap-left-2 {
    align-items: flex-start;
    width: 80%;
  }

  .base-container-5 {
    max-width: 100%;
  }

  .latest-event-item-4 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .what-to-expect.top-space-50-desctop {
    padding-top: 0;
  }

  .latest-event-item-5,
  .latest-event-item-6 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .gic-program {
    margin-top: 0;
  }

  .three-goals-hidden {
    flex: 0 auto;
    width: 33%;
  }

  .gic-audience-videos-container-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    max-width: 1024px;
    position: static;
  }

  .three-goals-2,
  .three-goals-copy {
    flex: 0 auto;
    width: 33%;
  }

  .programme-cost {
    margin-top: 0;
  }

  .latest-event-title-container {
    justify-content: center;
  }

  .latest-event-title-wrap-horisontal-copy {
    width: 60%;
  }

  .what-to-expect-copy {
    font-size: 18px;
  }

  .gic-audience-videos-carousel {
    justify-content: center;
    align-items: stretch;
  }

  .who-is-this-for-subheader {
    font-size: 18px;
  }

  .three-goals-copy {
    flex: 0 auto;
    width: 33%;
  }

  .home-banner-section-copy,
  .thank-you-outer-section {
    min-height: 110vh;
    padding-top: 135px;
    padding-bottom: 80px;
  }

  .thank-you-title-container {
    align-items: flex-start;
  }

  .thank-you-descripion-text {
    padding-left: 72px;
    padding-right: 80px;
    font-size: 18px;
  }

  .h1-navy {
    width: 90%;
    font-size: 70px;
  }

  .navbar-link-selected {
    background-color: #fff;
  }

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

@media screen and (max-width: 767px) {
  blockquote {
    text-transform: uppercase;
    font-size: 18px;
  }

  .generations-intro-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .generations-intro-section.banner,
  .generations-intro-section.changelog-banner {
    padding-top: 120px;
  }

  .generations-intro-section.banner-our-team {
    height: 300px;
  }

  .generations-intro-section.without-bottom-spacing-mobile-landscape {
    padding-bottom: 0;
  }

  .generations-intro-section.without-top-spacing {
    padding-top: 0;
  }

  .generations-intro-section.top-paddings-100-desktop {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .grid-system-wrapper {
    flex-direction: row;
    margin-top: 15px;
  }

  .grid-system {
    border-left: 1px solid #7c7c7c;
    flex-direction: column;
  }

  .grid-description {
    border-top: 1px solid #a7a7a7;
    border-bottom-style: none;
    border-right-width: 1px;
    align-items: center;
    width: 100%;
  }

  .grid-description.first-description {
    border-width: 1px 1px 0.5px 0;
    border-top-style: none;
    border-top-color: #a7a7a7;
    border-bottom-style: none;
    border-left-style: none;
    width: 100%;
  }

  .grid-description.last-description {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-width: 1px;
  }

  .spacing-system-column {
    margin-top: 20px;
  }

  .spacing-wrapper-mobile {
    margin-top: 30px;
  }

  .typography-wrapper {
    margin-top: 20px;
  }

  .spacing-columns {
    margin-top: 0;
  }

  .bottom-style-spacing-desktop {
    bottom: 10%;
  }

  .top-style-spacing-desktop {
    top: 10%;
  }

  .spacing-wrapper {
    margin-top: 30px;
  }

  .middle-style-spacing-desktop {
    top: 34%;
  }

  .colors-wrapper {
    margin-top: 15px;
  }

  .colors-container {
    margin-top: 0;
  }

  .headers-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .primary-button.search-button {
    width: 100%;
  }

  .style-guide-div {
    margin-top: 35px;
  }

  .top-style-spacing-mobile {
    top: 7%;
  }

  .middlr-style-spacing-mobile {
    top: 31%;
  }

  .bottom-style-spacing-mobile {
    bottom: 9%;
  }

  .link-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }

  .nav-link {
    margin-left: 0;
  }

  .nav-dropdown-list.megamenu.w--open {
    flex-direction: column;
  }

  .licensing-title-wrapper {
    margin-bottom: 20px;
  }

  .licensing-images-wrapper {
    padding-top: 10px;
  }

  .licensing-grid {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 40px;
  }

  .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr;
  }

  .licensing-title {
    padding-bottom: 20px;
  }

  .licensing-fonts-wrapper {
    flex-wrap: wrap;
  }

  .licensing-paragraph {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .licensing-paragraph.last-item {
    margin-bottom: 0;
  }

  .licensing-font-title {
    margin-bottom: 10px;
  }

  .licensing-icons-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .utility-page-content {
    width: 70%;
  }

  .password-image {
    width: 100px;
  }

  .password-input {
    min-width: auto;
  }

  ._404-paragraph {
    margin-bottom: 30px;
  }

  .coming-soon-wrapper {
    margin-left: 0%;
  }

  .coming-soon-heading {
    font-size: 44px;
  }

  .blog-template-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
  }

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

  .style-guide-buttons-wrapper {
    flex-wrap: wrap;
    margin-top: 35px;
  }

  .style-guide-button-wrapper {
    width: 45%;
  }

  .style-guide-button-wrapper.last-child {
    margin-bottom: 0;
  }

  .paragraph-large.text-white-wf {
    width: 65%;
    margin-left: auto;
    padding-left: 0;
  }

  .workflow-profile-wrapper {
    margin-top: 20px;
  }

  .workflow-content-wrapper {
    text-align: center;
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }

  .workflow-video-wrapper {
    width: 100%;
  }

  .workflow-wrapper {
    flex-wrap: wrap;
  }

  .workflow-title-wrapper {
    margin-bottom: 40px;
  }

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

  .accordion-wrapper {
    flex-wrap: wrap;
  }

  .accordion-wrap {
    width: 100%;
    margin-right: 0;
  }

  .link-with-icon {
    background-image: url('/images/arrow-right_1arrow-right.png');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    padding-right: 25px;
  }

  .link-with-icon:hover {
    background-position: 100%;
  }

  .contacts-wrapper {
    flex-wrap: wrap;
  }

  .contacts-content-wrapper {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .contacts-form-wrapper {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .contacts-textarea,
  .contacts-input {
    border-radius: 0;
  }

  .contacts-title {
    margin-bottom: 20px;
  }

  .numbers-list-item {
    grid-column-gap: 30px;
    grid-row-gap: 40px;
    flex-flow: wrap;
    align-content: space-around;
  }

  .social-icons-wrapper {
    margin-top: 30px;
  }

  .footer-brand {
    padding-left: 0;
  }

  .footer-brand.w--current {
    margin-bottom: 30px;
  }

  .footer-links-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    width: 100%;
  }

  .search-result-item {
    margin-bottom: 20px;
  }

  .footer-logo-wrapper {
    align-items: center;
    width: 100%;
  }

  .customer-wrapper {
    height: 240px;
  }

  .home-3-video {
    min-height: 280px;
  }

  .team-slide-item {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .team-slider-image {
    object-position: 50% 20%;
    margin-bottom: 10px;
  }

  .team-slide-item-desc {
    margin-top: 20px;
  }

  .about-2-photos-slider {
    width: 360px;
    height: 240px;
  }

  .about-2-slider-photo {
    max-width: 100%;
  }

  .about-2-first-column {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 15px;
  }

  .about-2-third-column {
    padding: 40px 15px;
  }

  .about-3-tab-link.w--current {
    font-size: 20px;
  }

  .team-slider-content {
    text-align: center;
    width: 100%;
    margin-left: 0;
  }

  .team-slider-background {
    width: 100%;
    height: 35%;
    inset: 0% 0% auto;
  }

  .team-slider-arrow {
    top: 70px;
    left: 70px;
  }

  .team-slider-arrow.right-arrow-slider {
    left: 440px;
  }

  .banner-contact-info {
    width: 100%;
  }

  .banner-contacts-wrap {
    grid-row-gap: 20px;
  }

  .home-event-mask {
    width: 100%;
  }

  .home-testimonials-slider-arrow.right {
    right: 95px;
  }

  .home-testimonials-slider-arrow.left {
    right: 15px;
  }

  .home-event-slider {
    padding-bottom: 100px;
  }

  .testimonials {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-section-title {
    margin-bottom: 40px;
  }

  .contacts-wrapper-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .section-title-center {
    margin-bottom: 40px;
  }

  .home-4-testimonials-wrapper {
    grid-row-gap: 30px;
    width: 100%;
  }

  .testimonials-wrapper-2 {
    width: 100%;
  }

  .about-img {
    width: 100%;
    max-height: 420px;
  }

  .about-img._1,
  .about-img._5,
  .about-img._3,
  .about-img._4,
  .about-img._2 {
    width: 100%;
    position: static;
  }

  .subtitle {
    line-height: 16px;
  }

  .our-services-wrap {
    grid-row-gap: 10px;
    width: 100%;
  }

  .heading-wrapper {
    margin-bottom: 40px;
  }

  .content-wrapper {
    flex-wrap: wrap;
    width: auto;
  }

  .industries-block-wrapper {
    max-width: none;
  }

  .home-9-team-item {
    width: 48%;
  }

  .search {
    flex-direction: column;
  }

  .subtitle-2 {
    line-height: 16px;
  }

  .menu-wrap {
    background-color: var(--dark);
  }

  .home-banner-left-arrow {
    top: 6%;
  }

  .home-23-team-item {
    width: 70%;
  }

  .brand-tablet {
    justify-content: flex-start;
    padding-left: 0;
  }

  .brand {
    padding-left: 0;
  }

  .grid-header {
    width: 100%;
    margin-top: 35px;
  }

  .main-style-guide-body-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .style-guide-tab-link {
    border-bottom: 1px solid var(--dark);
    border-top-style: none;
  }

  .style-guide-tabs-menu {
    border-top: 1px solid var(--dark);
    flex-direction: column;
    margin-bottom: 40px;
  }

  .grid-title {
    border-bottom: 1px solid #7c7c7c;
    border-right-style: none;
    width: 100%;
  }

  .grid-title.first-grid {
    border-left-style: none;
    border-right-style: none;
    flex: 1;
    width: 100%;
  }

  .landing-home-pages-wrapper-banner {
    grid-column-gap: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .landing-customers-content-left {
    text-align: center;
    align-items: center;
    width: 100%;
    padding-right: 0;
  }

  .landing-customers-icon-wrapper {
    width: 90%;
  }

  .landing-customers-layout {
    flex-direction: column;
  }

  .landing-section-title {
    width: 70%;
  }

  .landing-home-pages-wrapper {
    grid-row-gap: 40px;
  }

  .landing-inner-pages-wrapper {
    grid-template-columns: 1fr;
  }

  .free-trial-title-2 {
    margin-bottom: 30px;
  }

  .style-guide-body-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .banner-top-title-left {
    width: 90%;
  }

  .second-event-image {
    height: 350px;
  }

  .latest-events-wrap-left {
    width: 70%;
  }

  .latest-event-item {
    width: 100%;
  }

  .second-event-image-top-wrapper {
    width: 60%;
  }

  .number-list-item-wrap {
    width: 44%;
  }

  .element-we-plan {
    width: 130px;
    height: 90px;
    left: 260px;
  }

  .testimonal-image-wrap {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .title-we-plan-event {
    width: 100%;
    font-size: 60px;
  }

  .line-light {
    display: block;
  }

  .line-light.hidden {
    display: none;
  }

  .element-form-2,
  .element-form {
    width: 70px;
    height: 50px;
  }

  .planing-events-title-wrap {
    width: 45%;
    margin-bottom: 40px;
  }

  .planing-event-item {
    width: 100%;
  }

  .events-slide {
    margin-right: 20px;
  }

  .cta-text-field {
    border-radius: 0;
  }

  .title-buy-ticket {
    width: 100%;
  }

  .white-block {
    width: 537px;
    margin-top: 20px;
    margin-left: 0;
  }

  .element-buy-ticket {
    width: 150px;
    height: 150px;
  }

  .blog-item {
    width: 100%;
  }

  .title-get-ticket {
    padding-left: 20px;
  }

  .title-get-ticket.join-us {
    padding-left: 70px;
  }

  .small-card {
    margin-left: 20px;
  }

  .small-card.left-card,
  .small-card.right-card {
    width: 80%;
    margin-left: 20px;
  }

  .ticket-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .text-field {
    border-radius: 0;
  }

  .home-2-banner-image {
    height: 50vh;
  }

  .home-2-banner-title {
    width: 85%;
  }

  .home-2-content-wrap {
    padding-right: 0;
  }

  .line-banner {
    width: 85%;
  }

  .element-2-nurturing-bottom {
    bottom: -12%;
  }

  .latest-event-title-wrap {
    width: 70%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .latest-event-mask,
  .latest-event-slide {
    width: 100%;
  }

  .latest-event-list-2 {
    grid-row-gap: 40px;
  }

  .left-arrow-latest-event,
  .right-arrow-latest-event {
    top: -100px;
  }

  .banner-back-absolute {
    height: 50vh;
  }

  .plan-image-wrap {
    height: 300px;
  }

  .title-plan {
    width: 100%;
    font-size: 60px;
  }

  .description-plan {
    width: 100%;
  }

  .note {
    margin-top: 0;
  }

  .numbers-absolut-wrap {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .number-list-wrap {
    width: 45%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .number-list-wrap.hidden-border-mobile {
    border-right-width: 0;
  }

  .numners-list-wrap {
    grid-row-gap: 40px;
    flex-wrap: wrap;
    place-content: space-around center;
  }

  .element-plan-1,
  .element-plan-2 {
    display: none;
  }

  .top-wrapper-planning {
    margin-bottom: 40px;
  }

  .planing-title-wrap {
    width: 50%;
  }

  .planning-item {
    width: 100%;
  }

  .testimonial-title-wrap {
    width: 80%;
  }

  .testimonials-images-wrap {
    width: 100%;
  }

  .testimonial-slider {
    width: 100%;
    height: 100%;
  }

  .title-home-3 {
    width: 100%;
  }

  .absolute-back {
    min-height: 380px;
    bottom: 60px;
  }

  .latest-event-item-3 {
    width: 100%;
  }

  .image-5 {
    width: 70px;
    height: 70px;
  }

  .decoration-buy-ticket {
    width: 200px;
    height: 200px;
    margin-top: 280px;
    margin-left: -70px;
  }

  .title-speaker-about-us {
    font-size: 60px;
  }

  .right-wrapper-details {
    width: 100%;
  }

  .timetable {
    padding: 30px;
  }

  .event-detail-banner-image,
  .opacity-30 {
    height: 300px;
  }

  .small-semi-bold-text {
    width: 100%;
  }

  .bottom-wrapper-event-detail {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .speaker-grid-details {
    grid-column-gap: 30px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    grid-template-columns: 1fr;
  }

  .image-speaker-detail {
    object-position: 50% 30%;
  }

  .decoration-workflow {
    display: none;
  }

  .team-details-wrap-right {
    width: 100%;
  }

  .team-details-wrap-left {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .collection-speaker-list {
    grid-template-columns: 1fr;
  }

  .speaker-image-detail {
    height: 350px;
  }

  .inner-banner-section {
    padding-bottom: 60px;
  }

  .arrow {
    margin-left: 200px;
  }

  .arrow.right-arrow-dark {
    margin-left: 280px;
  }

  .pricing-description {
    width: 80%;
  }

  .collection-item-blog,
  .blog-paragraph-large {
    width: 100%;
  }

  .collection-item-categories {
    flex: 0 auto;
    width: 100%;
  }

  .about-2-second-columb {
    width: 100%;
  }

  .content-wrapper-about-2 {
    flex-wrap: wrap-reverse;
  }

  .columb-wrapper {
    grid-row-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .columb-content-wrap,
  .columb-content-wrap.last-columb {
    width: 100%;
  }

  .cards-testimonials-wrap {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .image-about-3-banner {
    height: 400px;
  }

  .title-wrap-event-2-banner {
    width: 90%;
  }

  .width-60.text-white-wf {
    width: 80%;
  }

  .event-2-item {
    flex-direction: column;
  }

  .events-holder {
    grid-row-gap: 20px;
    flex-direction: column;
    width: 100%;
    overflow: visible;
  }

  .event-image,
  .events-description-holder {
    width: 100%;
  }

  .events-divider {
    display: none;
  }

  .events-buttons-holder {
    grid-column-gap: 30px;
    flex-direction: row;
    width: 100%;
    padding-bottom: 0;
  }

  .text-block-404 {
    font-size: 140px;
  }

  .left-content-banner {
    width: 100%;
  }

  .banner-events-3-botton-description {
    width: 70%;
  }

  .image-wrapper-3-events {
    height: 350px;
  }

  .event-3-item {
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .image-event-3-wrap {
    width: 100%;
  }

  .image-3-event {
    object-position: 50% 0%;
    height: 300px;
  }

  .events-3-holder,
  .paragraph-benefits-lp-2 {
    width: 100%;
  }

  .landing-customers-content-right-2 {
    width: 100%;
    margin-top: 40px;
  }

  .section-banner-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-banner-2.landing-banner {
    background-image: none;
    padding-top: 100px;
  }

  .landing-banner-screens-2 {
    margin-bottom: -50px;
  }

  .landing-banner-content-2 {
    justify-content: center;
    align-items: center;
  }

  .hire-popup {
    display: none;
  }

  .hire-buttons-wrap {
    grid-row-gap: 20px;
    flex-flow: column wrap;
    align-items: stretch;
  }

  .padding-vertical-xlarge {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .timeline_centre {
    justify-content: flex-start;
  }

  .timeline_date-text {
    margin-bottom: 24px;
    font-size: 36px;
  }

  .padding-vertical-footer {
    padding-top: 80px;
    padding-bottom: 64px;
  }

  .background-layer {
    background-position:
      0 0,
      50% 100%;
    background-size:
      300px 300px,
      auto;
  }

  .margin-bottom-small {
    margin-bottom: 24px;
  }

  .button-icon-small {
    padding: 10px 16px 10px 14px;
  }

  .button-icon-small.hide-mobile {
    display: none;
  }

  .button-inverted {
    padding: 14px 24px;
  }

  .timeline_quote-wrapper {
    flex-direction: column-reverse;
  }

  .timeline_text {
    font-size: 20px;
  }

  .timeline_quote-image {
    margin-top: 24px;
    margin-right: 0;
  }

  .footer_credits-wrapper {
    flex-direction: column-reverse;
  }

  .padding-vertical-xxlarge {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .hero-nav {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .timeline_left {
    text-align: left;
  }

  .margin-bottom-xlarge {
    margin-bottom: 48px;
  }

  .text-link-2.text-light-grey.privacy-policy {
    margin-bottom: 16px;
  }

  .paragraph-large-2 {
    font-size: 18px;
  }

  .timeline_item {
    grid-template-columns: 64px 1fr;
    width: 100%;
  }

  .timeline_progress {
    left: 6px;
  }

  .button-icon-small-secondary {
    padding: 10px 16px 10px 14px;
  }

  .button-icon-small-secondary.margin-right-small.mobile-margin-right-zero {
    margin-right: 0;
  }

  .video_placeholder-col-01.is-content {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .video_placeholder-legel-notice-01 {
    font-size: 0.9rem;
  }

  .video_play-button {
    width: 4rem;
    height: 4rem;
  }

  .join-us-title {
    width: 65%;
    padding-left: 0;
  }

  .section-5,
  .section-6 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .description-plan-2 {
    width: 100%;
  }

  .element-plan-3 {
    display: none;
  }

  .numbers-absolut-wrap-2 {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .title-we-plan-event-2 {
    width: 100%;
    font-size: 60px;
  }

  .section-7 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .description-plan-3 {
    width: 100%;
  }

  .element-plan-4 {
    display: none;
  }

  .numbers-absolut-wrap-3 {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .title-we-plan-event-3,
  .meeting-1 {
    width: 100%;
    font-size: 32px;
  }

  .home-3-video-2 {
    min-height: 280px;
  }

  .section-8 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .planning-item-2 {
    width: 100%;
  }

  .gic-audience-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .gic-audience-section.banner,
  .gic-audience-section.changelog-banner {
    padding-top: 120px;
  }

  .gic-audience-section.banner-our-team {
    height: 300px;
  }

  .gic-audience-section.without-bottom-spacing-mobile-landscape {
    padding-bottom: 0;
  }

  .gic-audience-section.without-top-spacing {
    padding-top: 0;
  }

  .gic-audience-section.top-paddings-100-desktop,
  .looping-images-section-desktop,
  .looping-images-section-mobile {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .q-a-link.desktop-hide {
    position: absolute;
    top: 100px;
    right: 10px;
  }

  .hear-from-pastorsss {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hear-from-pastorsss.banner,
  .hear-from-pastorsss.changelog-banner {
    padding-top: 120px;
  }

  .hear-from-pastorsss.banner-our-team {
    height: 300px;
  }

  .hear-from-pastorsss.without-bottom-spacing-mobile-landscape {
    padding-bottom: 0;
  }

  .hear-from-pastorsss.without-top-spacing {
    padding-top: 0;
  }

  .hear-from-pastorsss.top-paddings-100-desktop,
  .hear-from-pastors {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hear-from-pastors.banner,
  .hear-from-pastors.changelog-banner {
    padding-top: 120px;
  }

  .hear-from-pastors.banner-our-team {
    height: 300px;
  }

  .hear-from-pastors.without-bottom-spacing-mobile-landscape {
    padding-bottom: 0;
  }

  .hear-from-pastors.without-top-spacing {
    padding-top: 0;
  }

  .hear-from-pastors.top-paddings-100-desktop {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .link-with-icon-2 {
    background-image: url('/images/arrow-right_1arrow-right.png');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    padding-right: 25px;
  }

  .link-with-icon-2:hover {
    background-position: 100%;
  }

  .latest-events-wrap-left-2 {
    width: 70%;
  }

  .latest-event-item-4 {
    width: 100%;
  }

  .link-with-icon-3 {
    background-image: url('/images/arrow-right_1arrow-right.png');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    padding-right: 25px;
  }

  .link-with-icon-3:hover {
    background-position: 100%;
  }

  .what-to-expect {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .latest-event-item-5,
  .latest-event-item-6 {
    width: 100%;
  }

  .pricing {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .gic-programme-copy {
    width: 100%;
  }

  .gic-program {
    margin-top: 0;
  }

  .programme-cost {
    margin-top: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .home-banner-section-copy,
  .thank-you-outer-section {
    padding-top: 115px;
    padding-bottom: 60px;
  }

  .thank-you-title-container {
    width: 70%;
  }

  .navy-body-text {
    width: 100%;
  }

  .h1-navy {
    width: 100%;
    font-size: 60px;
  }
}

@media screen and (max-width: 479px) {
  h4 {
    font-size: 22px;
  }

  .generations-intro-section {
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .generations-intro-section.without-bottom-spacing {
    margin-bottom: 0;
  }

  .generations-intro-section.without-top-spacing {
    padding-top: 64px;
  }

  .generations-intro-section.top-paddings-100-desktop.dark-background {
    background-color: var(--navy-blue);
  }

  .base-container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-system-wrapper {
    flex-direction: row;
  }

  .grid-system {
    flex-direction: column;
    width: 50%;
  }

  .grid-description {
    border-bottom-width: 1px;
    border-bottom-color: #fff3;
  }

  .grid-description.first-description {
    border-bottom: 1px #fff3;
    border-left-style: none;
    border-right-style: solid;
  }

  .grid-description.last-description {
    border-bottom-color: #a7a7a7;
  }

  .bottom-style-spacing-desktop {
    bottom: 8%;
  }

  .top-style-spacing-desktop {
    top: 7%;
  }

  .middle-style-spacing-desktop {
    top: 32%;
  }

  .color-container {
    flex-wrap: wrap;
  }

  .primary-button.full-width-mobile {
    text-align: center;
    width: 100%;
  }

  .top-style-spacing-mobile {
    top: 5%;
  }

  .middlr-style-spacing-mobile {
    top: 28%;
  }

  .bottom-style-spacing-mobile {
    bottom: 8%;
  }

  .nav-menu {
    width: 90%;
  }

  .nav-link {
    width: 99%;
  }

  .nav-dropdown-list.megamenu {
    padding-right: 0;
  }

  .licensing-title-wrapper {
    grid-column-gap: 20px;
    flex-wrap: wrap;
  }

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

  .license-link {
    margin-right: 15px;
  }

  .utility-page-content {
    width: 100%;
  }

  ._404-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .coming-soon-heading {
    font-size: 32px;
  }

  .blog-template-pagination {
    flex-wrap: wrap;
    justify-content: center;
  }

  .blog-template-prev-button,
  .blog-template-next-button {
    flex: none;
    width: 100%;
  }

  .footer {
    text-align: left;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
    margin-top: 0;
  }

  .footer-copyright {
    text-align: center;
    justify-content: center;
    width: 100%;
  }

  .footer-copyright-link {
    margin-left: 5px;
  }

  .style-guide-button-wrapper {
    width: 100%;
  }

  .paragraph-large.text-white-wf {
    width: auto;
    padding-left: 20px;
    padding-right: 0;
    font-size: 18px;
  }

  .text-white-wf {
    width: 100%;
    padding-right: 20px;
    font-size: 16px;
  }

  .accordion-wrapper {
    width: 100%;
  }

  .accordion-title {
    letter-spacing: 0.8px;
  }

  .contacts-textarea,
  .contacts-input {
    border-radius: 0;
  }

  .numbers-list-item {
    grid-column-gap: 40px;
  }

  .social-icons-wrapper {
    margin-top: 20px;
    left: 20px;
  }

  .footer-links-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

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

  .team-slider {
    padding-top: 80px;
  }

  .team-slide-item {
    width: 100%;
  }

  .about-2-photos-slider {
    width: 300px;
  }

  .about-2-first-column {
    width: 100%;
  }

  .about-2-second-column {
    width: 100%;
    min-height: 280px;
  }

  .about-3-tab-link {
    font-size: 16px;
  }

  .about-3-tab-link.w--current {
    font-size: 18px;
  }

  .team-slider-mask {
    width: 100%;
  }

  .team-slider-background {
    height: 25%;
  }

  .team-slider-arrow {
    top: 10px;
    left: 90px;
  }

  .team-slider-arrow.right-arrow-slider {
    inset: 10px 90px auto auto;
  }

  .banner-buttons-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .home-event-mask {
    margin-top: 0;
  }

  .home-testimonials-slider-arrow.right {
    inset: auto 23% 3px 0%;
  }

  .home-testimonials-slider-arrow.left {
    inset: auto 0% 3px 23%;
  }

  .section-title-center {
    margin-bottom: 20px;
  }

  .our-services-wrap,
  .home-9-team-item,
  .home-23-team-item {
    width: 100%;
  }

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

  .brand-tablet {
    padding-left: 0;
  }

  .grid-title {
    align-items: center;
  }

  .grid-title.first-grid {
    text-align: center;
    width: 100%;
  }

  .banner-description-home-2 {
    width: 100%;
    margin-bottom: 30px;
  }

  .landing-home-pages-wrapper-banner {
    grid-column-gap: 0px;
  }

  .landing-customers-content-left,
  .landing-customers-icon-wrapper {
    width: 100%;
  }

  .landing-customers-layout {
    text-align: center;
  }

  .landing-section-title {
    width: 100%;
  }

  .footer-rights-wrapper {
    grid-row-gap: 5px;
    justify-content: center;
  }

  .position-relative {
    padding-left: 0;
    padding-right: 0;
  }

  .banner-top-title-left {
    width: 100%;
  }

  .banner-top-right {
    margin-top: 80px;
    margin-bottom: 24px;
  }

  .home-card-wrap {
    background-color: var(--dark-gray-50);
  }

  .card-title {
    padding-left: 20px;
    padding-right: 20px;
  }

  .event-title {
    padding-right: 0;
  }

  .event-title.text-dark {
    padding-right: 20px;
  }

  .event-title.fokus {
    padding-right: 0;
    font-weight: 400;
  }

  .event-title-large {
    font-size: 36px;
  }

  .second-event-image {
    height: 300px;
  }

  .element-back-image {
    display: none;
  }

  .title-last-events-wrap {
    flex-wrap: wrap;
  }

  .latest-events-wrap-left {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: left;
    flex-wrap: wrap;
    width: 100%;
  }

  .second-event-image-top-wrapper {
    width: 100%;
  }

  .latest-event-item-image {
    height: 100%;
  }

  .latest-event-item-image-wrap {
    border-radius: 0;
  }

  .title-we-plane-event-wrap,
  .we-plan-event-top-right {
    width: 100%;
  }

  .number-list-item-wrap {
    width: 44%;
  }

  .speaker-image {
    height: 320px;
  }

  .element-we-plan {
    left: 170px;
  }

  .image-gallery-wrapper,
  .image-gallery-wrapper.medium-width,
  .testimonials-title {
    width: 100%;
  }

  .testimonal-image-wrap {
    margin-top: 40px;
  }

  .latest-event-wrap-right {
    margin-top: 20px;
  }

  .title-we-plan-event {
    margin-bottom: 20px;
    font-size: 40px;
  }

  .line-light {
    display: none;
  }

  .speaker-item {
    width: 100%;
  }

  .element-form-2,
  .element-form {
    width: 70px;
    height: 50px;
  }

  .planing-events-title-wrap {
    width: 100%;
  }

  .cta-form {
    flex-wrap: wrap;
  }

  .cta-text-field {
    border-radius: 0;
  }

  .cta-btn-wrap.full-width-mobile {
    width: 100%;
  }

  .white-block {
    margin-top: 0;
  }

  .title-wrap-blog {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .title-get-ticket,
  .title-get-ticket.join-us {
    padding-left: 20px;
  }

  .ticket-cards-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .small-card {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    padding-bottom: 40px;
  }

  .small-card.left-card,
  .small-card.right-card {
    width: 100%;
    margin-left: 0;
  }

  .number {
    font-size: 60px;
  }

  .ticket-button {
    border-color: var(--primary-blue);
    mix-blend-mode: normal;
    padding-left: 12px;
    padding-right: 12px;
    transition: none;
  }

  .ticket-button:hover {
    background-color: var(--navy-blue);
  }

  .semi-bold-text {
    font-size: 16px;
  }

  .content-card-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .backgraund-blue-container {
    height: 980px;
  }

  .footer-large-title {
    text-align: center;
    width: 100%;
    font-size: 70px;
  }

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

  .text-field {
    border-radius: 0;
  }

  .submit-button.full-width-on-mobile {
    width: 100%;
  }

  .home-2-banner-image {
    width: 100%;
    height: 40vh;
  }

  .home-2-banner-title {
    width: 100%;
  }

  .visitor-image.absolute {
    left: 15px;
  }

  .image-visitor-wrap {
    margin-top: 20px;
  }

  .element-2-nurturing-bottom {
    bottom: -20%;
  }

  .latest-event-title-wrap {
    width: 100%;
    margin-bottom: 135px;
  }

  .latest-event-item-slider {
    width: 100%;
  }

  .left-arrow-latest-event {
    inset: -100px auto auto 0;
  }

  .right-arrow-latest-event {
    inset: -100px auto auto 75px;
  }

  .banner-back-absolute {
    height: 40vh;
  }

  .note {
    grid-column-gap: 0px;
    justify-content: flex-start;
    align-items: center;
    width: 87%;
    margin-top: 0;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .number-list-wrap {
    width: 45%;
  }

  .numners-list-wrap {
    grid-row-gap: 16px;
  }

  .top-wrapper-planning {
    grid-row-gap: 24px;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  .planing-title-wrap {
    grid-row-gap: 20px;
    width: 90%;
  }

  .testimonials-slide-content-wrap {
    grid-row-gap: 120px;
    flex-wrap: wrap;
  }

  .heading-testimonial-slide {
    width: 100%;
  }

  .left-arrow-2,
  .right-arrow-2 {
    margin-top: 60px;
  }

  .title-ticket {
    margin-bottom: 40px;
  }

  .title-home-3,
  .banner-description-3 {
    width: 100%;
  }

  .numbers-wrap-vertical {
    flex-wrap: wrap;
  }

  .latest-event-title-wrap-horisontal {
    width: 100%;
    min-width: 80%;
    height: auto;
  }

  .latest-event-item-3 {
    flex-direction: column;
  }

  .image-wrap-latest-event {
    width: 100%;
  }

  .image-6 {
    display: none;
  }

  .title-wrapper,
  .content-wrap-about-us {
    grid-row-gap: 30px;
  }

  .event-detail-banner-image,
  .opacity-30 {
    height: 250px;
  }

  .opacity-30._40 {
    height: 300px;
  }

  .speaker-top-wrapper {
    grid-row-gap: 40px;
  }

  .absolute-right {
    height: 500px;
  }

  .image-speaker-wrap {
    height: 300px;
  }

  .team-details-wrap-left,
  .inner-banner-wrapper {
    width: 100%;
  }

  .arrow {
    margin-top: 270px;
    margin-left: 110px;
  }

  .arrow.right-arrow-dark {
    margin-left: 190px;
  }

  .pricing-description {
    width: 100%;
  }

  .blog-detail-banner-section {
    padding-top: 140px;
  }

  .template-banner-wrapper {
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .left-wrap-template {
    width: 100%;
  }

  .play-button-blog {
    width: 60px;
    height: 60px;
  }

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

  .heading-wrapper-center {
    width: 100%;
    margin-bottom: 0;
  }

  .title-wrap-event-2-banner {
    width: 95%;
  }

  .width-60.text-white-wf {
    width: 100%;
  }

  .events-buttons-holder {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .section-title {
    text-align: left;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-size: 32px;
  }

  .banner-events-3-botton-description {
    width: 100%;
  }

  .events-3-buttons-holder {
    flex-wrap: wrap;
    width: 100%;
  }

  .events-3-holder {
    align-items: flex-start;
  }

  .landing-customers-content-right-2 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    padding-left: 0;
  }

  .section-banner-2.landing-banner {
    background-image: none;
  }

  .landing-banner-content-2 {
    flex-direction: column;
    width: 100%;
    max-width: none;
    margin-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
    inset: auto 0% 28%;
  }

  .title-latest-events {
    padding-right: 0;
  }

  .padding-vertical-xlarge {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container {
    max-width: 1860px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .timeline_centre {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .timeline_date-text {
    font-size: 30px;
  }

  .overlay-fade-bottom {
    height: 120px;
  }

  .button-icon-small {
    padding: 10px 14px;
    font-size: 13px;
    top: 18px;
  }

  .margin-bottom-medium {
    margin-bottom: 24px;
  }

  .overlay-fade-top {
    height: 120px;
  }

  .button-icon {
    display: none;
  }

  .timeline_component {
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 160px;
  }

  .timeline_left {
    padding-top: 20px;
  }

  .paragraph-large-2 {
    font-size: 16px;
  }

  .timeline_item {
    grid-template-columns: 48px 1fr;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .timeline_progress {
    height: 100%;
  }

  .button-icon-small-secondary {
    padding: 10px 14px;
    font-size: 13px;
    top: 18px;
  }

  .section-timeline-heading {
    padding-bottom: 0;
  }

  .gic-audience-videos-container-1 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .paragraph {
    margin-left: 40px;
  }

  .three-goals {
    width: 90%;
    min-width: 90%;
    overflow: hidden;
  }

  .three-goals-texts {
    padding: 20px;
  }

  .body {
    background-color: #0a0a0a;
    padding-bottom: 0;
  }

  .bold-text-2 {
    font-size: 36px;
  }

  .image-7 {
    z-index: auto;
    width: 90%;
    position: static;
    top: 12%;
    bottom: 0;
    left: 5%;
  }

  .image-8 {
    z-index: auto;
    vertical-align: top;
    width: 90%;
    margin-top: 20px;
    margin-left: 5%;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .register-button.hero-section {
    max-width: 400px;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 20px;
  }

  .register-button.hero-section.less-padding {
    padding-left: 10px;
    padding-right: 10px;
  }

  .register-button.timeline-section:hover {
    background-color: #262b66;
  }

  .register-button.three-goals-section {
    vertical-align: baseline;
    object-fit: fill;
    border: 1px solid #000;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .register-button.three-goals-section-copy {
    vertical-align: baseline;
    object-fit: fill;
    border: 1px #000;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .register-button.three-goals-section-copy:hover {
    background-color: #262b66;
  }

  .register-button.three-goals-section-copy.w--current {
    border-style: none;
  }

  .div-block-12 {
    padding-bottom: 64px;
  }

  .bold-text-3.three-goals-title {
    box-sizing: border-box;
    text-align: left;
    vertical-align: baseline;
    min-width: 0;
    max-height: 100px;
    font-size: 48px;
    line-height: 1.1em;
    display: inline;
    position: static;
  }

  .paragraph-3 {
    text-align: left;
    align-self: center;
  }

  .bold-text-4 {
    text-align: left;
    font-size: 30px;
  }

  .bold-text-4.effective {
    font-size: 36px;
  }

  .container-3 {
    flex-flow: column;
    display: flex;
  }

  .collage-tag {
    border-radius: 16px;
    width: 100%;
    margin-bottom: 16px;
  }

  .div-block-13 {
    display: none;
  }

  .heading-2 {
    padding-right: 40px;
    font-weight: 400;
  }

  .journey-text {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .link {
    letter-spacing: -0.36px;
    font-size: 18px;
  }

  .timeline_right_header {
    font-size: 30px;
  }

  .bold-text-6 {
    letter-spacing: 1px;
  }

  .video_placeholder-01 {
    font-size: 12px;
    display: none;
    position: relative;
  }

  .video_placeholder-col-01.is-play-wrap {
    order: -1;
    position: relative;
  }

  .video_placeholder-col-01.is-content {
    padding: 0.8rem;
  }

  .video_placeholder-legel-notice-01 {
    font-size: 0.8rem;
  }

  .join-us-title {
    width: 100%;
    padding-left: 20px;
    font-size: 48px;
  }

  .section-4 {
    background-color: #0a0a0a;
  }

  .image-9 {
    width: 90px;
    max-width: none;
    display: inline-block;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .div-block-17 {
    position: static;
    top: auto;
    bottom: auto;
  }

  .div-block-18 {
    margin-right: 0;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    top: 100px;
    left: 20px;
  }

  .div-block-19 {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: fill;
    position: absolute;
    top: auto;
  }

  .image-10 {
    max-width: 100%;
    position: absolute;
    top: 100px;
  }

  .image-10.mobile_header {
    top: 60px;
  }

  .button-text {
    box-sizing: border-box;
    width: auto;
  }

  .title-we-plan-event-2 {
    width: 95%;
  }

  .description-plan-3 {
    font-size: 16px;
  }

  .title-we-plan-event-3,
  .meeting-1 {
    width: 100%;
    font-size: 23px;
  }

  .apply {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hogc {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-3-smaller {
    text-align: left;
    align-self: center;
  }

  .gic-audience-section {
    padding-top: 0;
    padding-bottom: 40px;
    display: block;
  }

  .gic-audience-section.without-bottom-spacing {
    margin-bottom: 0;
  }

  .gic-audience-section.without-top-spacing {
    padding-top: 64px;
  }

  .gic-audience-section.top-paddings-100-desktop.dark-background {
    background-color: var(--navy-blue);
  }

  .faq-section {
    padding-top: 32px;
  }

  .looping-images-inner-container {
    overflow: visible;
  }

  .scrolling-image {
    max-width: 50%;
  }

  .scrolling-image-mobile {
    max-width: 100%;
  }

  .looping-images-mobile {
    min-width: 100%;
    display: flex;
    overflow: visible;
  }

  .gic-register-button.hero-section {
    max-width: 400px;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 20px;
  }

  .gic-register-button.hero-section.less-padding {
    padding-left: 10px;
    padding-right: 10px;
  }

  .gic-register-button.timeline-section:hover {
    background-color: #262b66;
  }

  .gic-register-button.three-goals-section {
    vertical-align: baseline;
    object-fit: fill;
    border: 1px solid #000;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .gic-register-button.three-goals-section-copy {
    vertical-align: baseline;
    object-fit: fill;
    border: 1px #000;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .gic-register-button.three-goals-section-copy:hover {
    background-color: #262b66;
  }

  .gic-register-button.three-goals-section-copy.w--current {
    border-style: none;
  }

  .gic-register-button.three-goals-section-copy.register-cta-btn {
    margin-bottom: 24px;
  }

  .gic-audience-register-button.hero-section {
    max-width: 400px;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 20px;
  }

  .gic-audience-register-button.hero-section.less-padding {
    padding-left: 10px;
    padding-right: 10px;
  }

  .gic-audience-register-button.timeline-section:hover {
    background-color: #262b66;
  }

  .gic-audience-register-button.three-goals-section {
    vertical-align: baseline;
    object-fit: fill;
    border: 1px solid #000;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .gic-audience-register-button.three-goals-section-copy {
    vertical-align: baseline;
    object-fit: fill;
    border: 1px #000;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .gic-audience-register-button.three-goals-section-copy:hover {
    background-color: #262b66;
  }

  .gic-audience-register-button.three-goals-section-copy.w--current {
    border-style: none;
  }

  .gic-audience-register-button.three-goals-section-copy.register-cta-btn {
    width: 100%;
    max-width: 280px;
    margin-top: 24px;
    margin-bottom: 48px;
  }

  .h1 {
    text-align: center;
    width: 100%;
    font-size: 36px;
    line-height: 1.2em;
  }

  .resource-page-link {
    color: var(--primary-blue);
    text-decoration: underline;
  }

  .div-block-20 {
    flex-flow: column-reverse;
  }

  .bold-text-11 {
    font-size: 36px;
  }

  .image-11 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .image-12 {
    margin-left: 0;
  }

  .navbar-link {
    display: block;
  }

  .navbar-link.mobile-hide {
    display: none;
  }

  .paragraph-3-copy {
    text-align: left;
    align-self: center;
  }

  .navbar-inner-container {
    margin-left: 6px;
    margin-right: 0;
  }

  .gic-europe-logo {
    max-width: 100%;
    display: inline-block;
    position: relative;
    top: 0;
  }

  .gic-europe-logo.mobile_header {
    top: 60px;
  }

  .resource-page-link-smaller {
    color: var(--primary-blue);
    text-decoration: underline;
  }

  .organisers-copy {
    text-align: left;
    align-self: center;
    font-size: 18px;
  }

  .q-a-link {
    letter-spacing: -0.36px;
    font-size: 16px;
    display: inline;
  }

  .q-a-link.desktop-hide {
    display: inline-block;
    position: relative;
    top: 10px;
  }

  .gic-know-more-image {
    display: none;
  }

  .gic-know-more-image.lost {
    width: 100%;
  }

  .gic-know-more-image-mobile {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .link-block {
    width: 100%;
    max-width: 100%;
  }

  .link-block-2 {
    max-width: 100%;
  }

  .link-block-2.lost_leader {
    width: 100%;
    height: 100%;
    max-height: 100%;
  }

  .hear-from-pastorsss {
    padding-top: 0;
    display: block;
  }

  .hear-from-pastorsss.without-bottom-spacing {
    margin-bottom: 0;
  }

  .hear-from-pastorsss.without-top-spacing {
    padding-top: 64px;
  }

  .hear-from-pastorsss.top-paddings-100-desktop.dark-background {
    background-color: var(--navy-blue);
  }

  .hear-from-pastors {
    padding-top: 0;
    display: block;
  }

  .hear-from-pastors.without-bottom-spacing {
    margin-bottom: 0;
  }

  .hear-from-pastors.without-top-spacing {
    padding-top: 64px;
  }

  .hear-from-pastors.top-paddings-100-desktop.dark-background {
    background-color: var(--navy-blue);
  }

  .latest-events-wrap-left-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    width: 100%;
  }

  .latest-event-item-4 {
    flex-direction: column;
  }

  .latest-event-wrap-right-2 {
    margin-top: 20px;
  }

  .title-last-events-wrap-2 {
    flex-wrap: wrap;
  }

  .what-to-expect {
    background-color: #fff;
  }

  .latest-event-item-5 {
    flex-direction: column;
  }

  .latest-event-wrap-right-3 {
    margin-top: 20px;
  }

  .title-last-events-wrap-3 {
    flex-wrap: wrap;
  }

  .latest-event-item-6 {
    flex-direction: column;
  }

  .gic-program {
    margin-top: 0;
  }

  .gic-about-italic-underlined-text {
    text-decoration: underline;
    display: inline;
  }

  .three-goals-hidden {
    width: 100%;
    overflow: hidden;
  }

  .gic-audience-videos-container-2 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .three-goals-2 {
    width: 100%;
    min-width: 100%;
    overflow: hidden;
  }

  .three-goals-copy {
    width: 100%;
    overflow: hidden;
  }

  .programme-cost {
    margin-top: 0;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .bold-text-12 {
    font-size: 19px;
  }

  .latest-event-title-container {
    flex-flow: column;
    min-width: 100%;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    overflow: scroll;
  }

  .bold-text-13 {
    font-size: 20px;
  }

  .latest-event-title-wrap-horisontal-copy {
    width: 100%;
  }

  .link-block-3,
  .link-block-4,
  .image-14,
  .image-15 {
    width: 100%;
    height: auto;
  }

  .organisers-logos-links {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 12px;
  }

  .text-span-2 {
    text-decoration: underline;
  }

  .what-to-expect-copy {
    text-align: left;
    align-self: center;
    font-size: 18px;
  }

  .light-link {
    letter-spacing: -0.36px;
    font-size: 16px;
  }

  .gic-audience-videos-carousel {
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    min-width: 100%;
    margin-top: 24px;
    padding-left: 24px;
    overflow: scroll;
  }

  .who-is-this-for-subheader {
    text-align: left;
    align-self: center;
    margin-bottom: -12px;
  }

  .three-goals-copy {
    width: 90%;
    min-width: 90%;
    overflow: hidden;
  }

  .ticket-button-disabled {
    border-color: var(--primary-blue);
    mix-blend-mode: normal;
    padding-left: 12px;
    padding-right: 12px;
    transition: none;
  }

  .ticket-button-disabled:hover {
    background-color: var(--navy-blue);
  }

  .faq-title {
    text-align: left;
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 32px;
  }

  .gic-home-page .faq-title {
    text-align: left;
    line-height: 35.2px;
  }

  .thank-you-section {
    justify-content: flex-start;
    height: 76%;
    margin-left: 6px;
    margin-right: 6px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-banner-section-copy {
    background-image: url('/images/GIC_KV-BG-portrait_1.webp');
    background-repeat: repeat;
    background-size: cover;
    min-height: 120vh;
    margin-top: 68px;
    padding-top: 300px;
    padding-bottom: 48px;
  }

  .thank-you-outer-section {
    background-image: url('/images/GIC_KV_EU_MobileBG.png');
    background-repeat: repeat;
    background-size: cover;
    min-height: 100vh;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .thank-you-title {
    text-align: center;
    flex-wrap: wrap;
  }

  .thank-you-title-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: left;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
  }

  .thank-you-text {
    padding-right: 0;
  }

  .thank-you-descripion-text {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .thank-you-link {
    letter-spacing: -0.36px;
    font-size: 18px;
  }

  .thank-you-h1 {
    text-align: center;
    font-size: 36px;
    line-height: 1.2em;
  }

  .navy-body-text {
    margin-left: 0;
    font-size: 16px;
  }

  .h1-navy {
    font-size: 42px;
  }

  .flex-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
  }

  .navbar-link-selected {
    display: block;
  }

  .navbar-link-selected.mobile-hide {
    display: none;
  }

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

#w-node-fa6649f8-1387-455a-d5d6-2bfb66766a4a-159b89de,
#w-node-_8d6c0b3e-e604-b049-d535-8168b4705934-159b89de,
#w-node-f75af678-c784-fe71-b570-80c5969786f8-159b89de,
#w-node-_52e53ef0-a67b-763e-8f54-1040226aa59d-159b89de,
#w-node-_2784672c-ea89-e23d-8d64-9429c5da2d0c-159b89de,
#w-node-_753e2043-514a-49a5-6816-5d9335a0a630-159b89de,
#w-node-bdb795f3-9c83-dd68-52d5-7333c44fca8b-159b89de,
#w-node-d43a4cae-0f39-74e7-a579-54f458804dbd-159b89de,
#w-node-d8c43613-300b-7ec6-f843-9c9a72e7e063-159b89de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-d43a4cae-0f39-74e7-a579-54f458804dbd-159b89de {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-fa6649f8-1387-455a-d5d6-2bfb66766a4a-159b89de,
  #w-node-_8d6c0b3e-e604-b049-d535-8168b4705934-159b89de,
  #w-node-f75af678-c784-fe71-b570-80c5969786f8-159b89de,
  #w-node-_52e53ef0-a67b-763e-8f54-1040226aa59d-159b89de,
  #w-node-_2784672c-ea89-e23d-8d64-9429c5da2d0c-159b89de,
  #w-node-_753e2043-514a-49a5-6816-5d9335a0a630-159b89de,
  #w-node-bdb795f3-9c83-dd68-52d5-7333c44fca8b-159b89de,
  #w-node-d43a4cae-0f39-74e7-a579-54f458804dbd-159b89de,
  #w-node-d8c43613-300b-7ec6-f843-9c9a72e7e063-159b89de {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c3a0b866-53c2-7c02-cd51-463d6423785e-159b89e1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@font-face {
  font-family: 'Fa brands 400 (old)';
  src: url('/fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('/fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('/fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400 (6.4.2)';
  src: url('/fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* END public/css/gic-2026.webflow.css */
