@charset "UTF-8";
/*
 * [Modified] Modern CSS Reset
 * @link https://github.com/hankchizljaw/modern-css-reset
*/
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box; }

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0; }

html,
body {
  overflow-x: hidden; }

html {
  scroll-behavior: smooth; }

/* Set core body defaults */
body {
  min-height: 100vh;
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.6;
  text-rendering: optimizeSpeed; }

/* Make images easier to work with */
img {
  display: block;
  max-width: 100%; }

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit; }

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important; }
  html {
    scroll-behavior: initial; } }

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: #203b8f;
  color: #323136;
  font-family: soleil, sans-serif; }

.wrapper {
  position: relative;
  width: 90%;
  max-width: 1280px;
  margin: 0 auto; }

.content {
  background-color: #fff;
  padding: 6rem; }

.tdbc-container {
  padding-top: 5vh;
  padding-bottom: 5vh; }

footer {
  margin-top: 0;
  padding: 6rem 0 3rem 0;
  color: #fff;
  background-color: #203b8f; }

.band {
  margin-top: 3rem;
  padding: 6rem 0;
  position: relative; }
  .band--top {
    margin-top: 0; }
  .band--visually-hidden {
    display: none; }
  .band--tight {
    padding: 6rem 0; }
  .band--tertiary p {
    color: #fff; }
  .band.band-copyright {
    margin-top: 0;
    color: #fff;
    padding: 1rem 0; }
  .band--primary {
    background-color: #203b8f; }
  .band--primary {
    color: #E9425C; }
  .band--primary-dark {
    background-color: #182c6b; }
  .band--secondary {
    background-color: #D2D700; }
  .band--tertiary {
    background-color: #E9425C; }
  .band--background {
    background-color: #f3f3f3; }
  .band--gray {
    background-color: #767676; }
  .band--light {
    background-color: #fff; }

article {
  max-width: 80ch; }
  article > img {
    margin-right: auto;
    margin-left: auto; }

.tdbc-container {
  display: flex;
  flex-direction: column;
  max-width: 120ch;
  margin-right: auto;
  margin-left: auto;
  padding: 1rem; }

.tdbc-column-container {
  display: grid;
  grid-gap: 2em;
  grid-template-columns: repeat(auto-fit, minmax(40ch, 1fr)); }

@media (min-width: 768px) and (max-width: 1023px) {
  .tdbc-column-container.steps {
    grid-template-columns: 2fr 2fr; } }

@media (max-width: 767px) {
  .tdbc-column-container.steps {
    grid-template-columns: 1fr; } }

.tdbc-column-container.steps h2, .tdbc-column-container.steps h3 {
  margin-bottom: 3rem; }

.tdbc-column-container.steps h3 {
  margin-bottom: 0.5rem; }

.tdbc-column-container.steps div {
  text-align: center;
  padding: 0 1rem 1rem 0; }
  .tdbc-column-container.steps div img {
    margin: auto; }

.tdbc-column-container.steps p, .tdbc-column-container.steps li {
  font-size: 1rem; }

.assymetic-left {
  display: grid;
  grid-gap: 2em;
  grid-template-columns: 5fr 2fr; }

.assymetic-right {
  display: grid;
  grid-gap: 2em;
  grid-template-columns: 2fr 5fr; }

ul.tdbc-column-container {
  padding-left: 0; }

.tdbc-section {
  width: 100%; }
  .tdbc-section--padded {
    padding-top: 10vh;
    padding-bottom: 10vh; }
  .tdbc-section *:last-child {
    margin-bottom: 0; }

.tdbc-hero {
  display: grid;
  min-height: 40vh;
  place-content: center;
  padding-top: 10vh;
  padding-bottom: 10vh;
  text-align: center; }

.tdbc-row {
  display: grid;
  grid-gap: 1rem; }
  @media (min-width: 80ch) {
    .tdbc-row {
      grid-auto-flow: column;
      grid-auto-columns: max-content; } }
  .tdbc-row--center-content {
    justify-content: center; }
  .tdbc-row--center-alignitems {
    align-items: center; }

hr {
  margin-top: 6rem;
  margin-bottom: 8rem;
  border: 1px solid #D2D700; }

h1,
.tdbc-h1 {
  /* font-weight: $tdbc-strong-font-weight; */
  line-height: 1.15;
  margin-top: 2rem;
  margin-bottom: 0.5em;
  font-weight: normal;
  color: #203b8f;
  letter-spacing: 1px; }

h2,
.tdbc-h2 {
  /* font-weight: $tdbc-strong-font-weight; */
  line-height: 1.15;
  margin-top: 2rem;
  margin-bottom: 0.5em;
  font-weight: normal;
  color: #203b8f;
  letter-spacing: 1px; }

h3,
.tdbc-h3 {
  /* font-weight: $tdbc-strong-font-weight; */
  line-height: 1.15;
  margin-top: 2rem;
  margin-bottom: 0.5em;
  font-weight: normal;
  color: #203b8f;
  letter-spacing: 1px; }

h4,
.tdbc-h4 {
  /* font-weight: $tdbc-strong-font-weight; */
  line-height: 1.15;
  margin-top: 2rem;
  margin-bottom: 0.5em;
  font-weight: normal;
  color: #203b8f;
  letter-spacing: 1px; }

h1,
.tdbc-h1 {
  font-size: 4rem;
  font-size: min(max(3rem, 5vw), 4rem); }

h2,
.tdbc-h2 {
  font-size: 2.875rem;
  font-size: min(max(2.5rem, 5vw), 2.875rem);
  font-weight: normal; }

h3,
.tdbc-h3 {
  font-size: 2rem; }

h4,
.tdbc-h4 {
  font-size: 1.35rem;
  color: #767676; }

p,
li {
  font-size: 1.25rem; }

p {
  margin: 0 0 1rem; }

article > ul > li + li,
article > ol > li + li {
  margin-top: 1rem; }

article * + h2 {
  margin-top: 4rem; }

article * + h3 {
  margin-top: 2rem; }

strong {
  font-weight: 700; }

a:not(.tdbc-button) {
  color: #203b8f; }

footer a:not(.tdbc-button) {
  color: #fff; }

pre,
code {
  font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
  font-weight: bold; }

code {
  display: inline-flex;
  padding: 0.15em;
  background-color: #fff;
  font-size: 0.75em;
  color: #767676;
  border: 1px solid #bbbbbb;
  border-radius: 2px;
  line-height: 1.1; }

pre {
  margin: 0;
  display: inline-block; }
  pre code {
    display: block;
    padding: 0 1rem;
    white-space: pre-wrap;
    font-size: 0.85rem;
    line-height: 1.4;
    overflow-x: auto; }

blockquote {
  margin-left: 0;
  margin-right: 0;
  padding-left: 1.5rem;
  border-left: 2px solid #D2D700;
  color: #767676; }
  blockquote,
  blockquote p {
    font-size: 1.35rem; }
  blockquote + * {
    margin-top: 3rem; }

.tdbc-lead {
  font-size: 1.35rem;
  letter-spacing: 0.01em;
  margin-bottom: 1em;
  line-height: 1.3; }

.tdbc-list-unstyled {
  list-style: none;
  padding: 0; }

.tdbc-button {
  display: inline-flex;
  align-items: center;
  align-self: start;
  justify-content: center;
  min-width: 120px;
  min-height: 48px;
  padding: 0.125em 1.5em 0.25em 1.5em;
  margin: 3rem 1rem 0 0;
  transition: 180ms all ease-in-out;
  border-radius: 4px;
  background-color: #203b8f;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  vertical-align: middle; }
  @media screen and (-ms-high-contrast: active) {
    .tdbc-button {
      border: 2px solid currentColor; } }
  .tdbc-button:focus {
    outline-color: transparent;
    outline-style: solid;
    box-shadow: 0 0 0 3px #162964; }
  .tdbc-button--small {
    min-height: 34px;
    padding: 0.25em 0.75em 0.5em 0.75em;
    font-size: 1rem; }
  .tdbc-button--center {
    align-self: center;
    margin-right: auto;
    margin-left: auto; }
  .tdbc-button__icon {
    width: 1.5em;
    height: 1.5em;
    margin-right: 0.25em; }
    .tdbc-button__icon--end {
      margin-right: 0;
      margin-left: 0.25em; }
  .tdbc-button span {
    display: inline-block;
    width: 1rem;
    height: 1rem; }
    .tdbc-button span svg {
      width: 100%;
      height: 100%;
      fill: currentColor;
      margin: 0 0.75em 0 0.5em; }
  .tdbc-button-outlined {
    border: 2px solid #203b8f;
    background-color: transparent;
    color: #203b8f; }
    .tdbc-button-outlined:hover, .tdbc-button-outlined:focus {
      background-color: #c8d3f3; }
  .tdbc-button-rounded {
    border-radius: 2em;
    padding: 0.25em 1.75em 0.5em 1.75em;
    color: #fff;
    border: 0; }
    .tdbc-button-rounded:hover, .tdbc-button-rounded:focus {
      background-color: #fff;
      transform: translate(0, -3px); }
  .tdbc-button--secondary {
    background-color: #D2D700;
    color: #203b8f; }
    .tdbc-button--secondary:focus {
      box-shadow: 0 0 0 3px #939700; }
  .tdbc-button-outlined--secondary {
    border-color: #faff31;
    color: #D2D700; }
    .tdbc-button-outlined--secondary:focus {
      box-shadow: 0 0 0 3px #939700; }
    .tdbc-button-outlined--secondary:hover, .tdbc-button-outlined--secondary:focus {
      background-color: #feffe2; }
  .tdbc-button--tertiary {
    background-color: #E9425C;
    color: #203b8f; }
    .tdbc-button--tertiary:focus {
      box-shadow: 0 0 0 3px #bb1630; }
  .tdbc-button-outlined--tertiary {
    border-color: #f2788b;
    color: #E9425C; }
    .tdbc-button-outlined--tertiary:focus {
      box-shadow: 0 0 0 3px #bb1630; }
    .tdbc-button-outlined--tertiary:hover, .tdbc-button-outlined--tertiary:focus {
      background-color: #fdecef; }
  .tdbc-button--light {
    background-color: #fff;
    color: rgba(0, 0, 0, 0.6); }
    .tdbc-button--light:focus {
      box-shadow: 0 0 0 3px #b3b3b3; }
  .tdbc-button-outlined--light {
    border-color: white;
    color: #fff; }
    .tdbc-button-outlined--light:focus {
      box-shadow: 0 0 0 3px #b3b3b3; }
    .tdbc-button-outlined--light:hover, .tdbc-button-outlined--light:focus {
      background-color: rgba(255, 255, 255, 0.15); }
  .tdbc-button--gray {
    background-color: #767676; }
    .tdbc-button--gray:focus {
      box-shadow: 0 0 0 3px #535353; }
  .tdbc-button-outlined--gray {
    border-color: #ad9191;
    color: #767676; }
    .tdbc-button-outlined--gray:focus {
      box-shadow: 0 0 0 3px #535353; }
    .tdbc-button-outlined--gray:hover, .tdbc-button-outlined--gray:focus {
      background-color: #f1f1f1; }

.tdbc-card {
  display: flex;
  position: relative;
  flex-direction: column;
  width: 100%;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.18);
  margin-top: 2rem;
  /* stylelint-disable selector-max-type, selector-no-qualifying-type */ }
  .tdbc-card__title {
    margin-bottom: 1rem;
    font-size: 1.35rem;
    line-height: 1.5;
    text-decoration: none; }
  .tdbc-card a.tdbc-card__title::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 180ms box-shadow ease-in;
    border-radius: 8px;
    content: ""; }
  .tdbc-card a.tdbc-card__title:focus {
    outline: none; }
    .tdbc-card a.tdbc-card__title:focus::before {
      box-shadow: 0 0 0 3px #203b8f; }
  .tdbc-card__content {
    display: flex;
    position: relative;
    flex-direction: column;
    flex-grow: 1;
    padding: 24px; }
    .tdbc-card__content a:last-child {
      align-self: start;
      /* margin-top: auto; */ }
    .tdbc-card__content p {
      position: relative;
      margin: 0 0 1rem;
      z-index: 1; }
    .tdbc-card__content > ul {
      list-style-type: disc;
      padding-left: 1rem; }
      .tdbc-card__content > ul li + li {
        margin-top: 0.5rem; }
  .tdbc-card:hover a.tdbc-card__title::before {
    box-shadow: 0 0 0 3px #203b8f; }
  .tdbc-card img:first-child {
    object-fit: cover;
    max-height: 10em;
    border-radius: 8px 8px 0 0; }
  .tdbc-card--outlined {
    border: 1px solid #bbbbbb;
    box-shadow: none; }

.tdbc-content-maxlength {
  max-width: 80ch; }

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

.tdbc-text-align--center {
  text-align: center; }
  .tdbc-text-align--center > a {
    align-self: center !important; }

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

.tdbc-background--primary {
  background-color: #203b8f; }

.tdbc-background--primary-dark {
  background-color: #182c6b; }

.tdbc-background--secondary {
  background-color: #D2D700; }

.tdbc-background--tertiary {
  background-color: #E9425C; }

.tdbc-background--background {
  background-color: #f3f3f3; }

.tdbc-background--gray {
  background-color: #767676; }

.tdbc-background--light {
  background-color: #fff; }

.tdbc-ink--primary,
a.tdbc-ink--primary {
  color: #203b8f; }

.tdbc-ink--primary > a:not(.tdbc-button) {
  color: inherit; }

.tdbc-ink--secondary,
a.tdbc-ink--secondary {
  color: #D2D700; }

.tdbc-ink--secondary > a:not(.tdbc-button) {
  color: inherit; }

.tdbc-ink--text,
a.tdbc-ink--text {
  color: #323136; }

.tdbc-ink--text > a:not(.tdbc-button) {
  color: inherit; }

.tdbc-ink--gray > a:not(.tdbc-button) {
  color: inherit; }

.tdbc-ink--light,
a.tdbc-ink--light {
  color: #fff; }

.tdbc-ink--light > a:not(.tdbc-button) {
  color: inherit; }

.tdbc-ink--dark,
a.tdbc-ink--dark {
  color: rgba(0, 0, 0, 0.6); }

.tdbc-ink--dark > a:not(.tdbc-button) {
  color: inherit; }

.tdbc-mx-auto {
  margin-right: auto;
  margin-left: auto; }

.tdbc-mt-xs {
  margin-top: 0.5rem; }

.tdbc-mt-sm {
  margin-top: 1rem; }

.tdbc-mt-md {
  margin-top: 3rem; }

.tdbc-mt-lg {
  margin-top: 6rem; }

.tdbc-mt-xl {
  margin-top: 10rem; }

.tdbc-mt-auto {
  margin-top: "auto"; }

.tdbc-mb-none {
  margin: 0; }

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

.image-tint {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30em;
  z-index: 10;
  background-image: linear-gradient(rgba(0, 0, 0, 0.247059) 0%, rgba(0, 0, 0, 0) 30%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40000000', endColorstr='#00000000',GradientType=0 );
  /* IE6-9 */ }

.image-grid .image-wrapper {
  margin: -1px; }

.feature-image,
.image {
  position: relative;
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #eee; }

.feature-image {
  position: relative; }

.gallery-item {
  text-align: center;
  margin: 0; }

.wp-caption {
  margin: 0.5em 0;
  font-size: 0.75em;
  line-height: 1.2; }

.gallery-item a {
  border: none; }

figure {
  margin: 3rem 0; }

img {
  vertical-align: middle;
  /* Removes white space underneath */ }

.content img,
.content-full-img img,
.project-image img,
.comment-content img,
.imagegallery img,
.widget img,
.wp-bespoke-img,
.feature-image img {
  max-width: 100%;
  /* Fluid images for posts, comments, and widgets */
  height: auto; }

img[class*="align"],
img[class*="wp-image-"] {
  height: auto;
  /* Make sure images with WordPress-added height and width >attributes are scaled correctly */ }

img.size-full {
  max-width: 100%;
  width: auto;
  /* Prevent stretching of full-size images with height and >>width attributes in IE8 */ }

.wp-caption {
  max-width: 100%; }

.full-image-band {
  font-size: 1em;
  margin: 0;
  height: 30em; }

.half-image-band {
  font-size: 1em;
  margin: 0;
  height: 22em; }

.wp-image-circular,
.size-round-small,
.round {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%; }

.icon {
  width: 100px;
  height: 100px;
  display: inline-block; }

nav ul {
  padding: 0;
  margin: 0;
  list-style: none; }

#menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 6rem 3rem 3rem 3rem;
  height: 100%;
  width: auto;
  z-index: 900;
  color: #fff;
  min-height: 400px;
  overflow-y: auto;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  background-color: #203b8f; }
  #menu-overlay.open {
    opacity: 1;
    visibility: visible; }
  #menu-overlay nav#overlay-menu ul {
    margin: 0; }
    #menu-overlay nav#overlay-menu ul li {
      margin: 1rem 0;
      padding: 0.5rem 1rem;
      font-size: 2rem; }
      #menu-overlay nav#overlay-menu ul li a {
        display: block;
        color: #fff;
        text-decoration: none; }
        #menu-overlay nav#overlay-menu ul li a:hover {
          transition: 0.3s;
          color: #E9425C; }

nav#primary-menu ul {
  margin: 0.5rem 0 0 0; }
  nav#primary-menu ul ul {
    display: none;
    margin: 0; }
    nav#primary-menu ul ul li {
      margin-top: 0;
      display: inline-block;
      margin: 0 1rem 0 0;
      padding: 0.5rem 1rem;
      font-size: 0.85rem; }
      nav#primary-menu ul ul li a {
        padding: 0; }
      nav#primary-menu ul ul li:before {
        content: "·";
        padding-right: 0.5rem; }

nav#primary-menu li {
  font-size: 1.25rem;
  padding: 0.5rem 1rem; }
  nav#primary-menu li.call a {
    border-radius: 32px;
    padding: 0.5rem 1.4rem 0.65rem 1.4rem;
    color: #203b8f;
    background-color: #fff; }
    nav#primary-menu li.call a:hover {
      transition: 0.3s;
      background-color: #E9425C; }

nav#primary-menu a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  padding: 0.5rem; }
  nav#primary-menu a:hover {
    transition: 0.3s;
    color: #E9425C;
    /* opacity: $tdbc-color-opacity; */ }

.primary-menu-trigger {
  display: none;
  height: 2rem;
  width: auto;
  cursor: pointer;
  z-index: 901;
  transition: opacity .25s ease; }
  .primary-menu-trigger:focus {
    background-color: transparent; }
  .primary-menu-trigger::selection {
    background-color: transparent; }

.primary-menu-trigger:before {
  content: "MENU";
  display: inline-block;
  vertical-align: top;
  color: #fff;
  margin-right: 10px;
  font-size: 1rem;
  letter-spacing: 2.4px; }

.primary-menu-trigger div {
  position: relative;
  display: inline-block;
  height: 2rem;
  width: 2rem; }

.primary-menu-trigger:hover {
  opacity: 0.5; }

.primary-menu-trigger.active .top {
  transform: translateY(11px) translateX(0) rotate(45deg);
  background: #fff; }

.primary-menu-trigger.active .middle {
  opacity: 0;
  background: #fff; }

.primary-menu-trigger.active .bottom {
  transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #fff; }

.primary-menu-trigger span {
  background: #fff;
  border: none;
  height: 3px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .35s ease;
  cursor: pointer;
  z-index: 200; }

.primary-menu-trigger .top {
  top: 0; }

.primary-menu-trigger .middle {
  top: 11px; }

.primary-menu-trigger .bottom {
  top: 22px; }

#secondary-menu {
  width: 100%;
  background-color: #203b8f;
  padding-right: 3vh;
  padding-top: 1rem; }
  #secondary-menu li {
    font-size: 0.85rem; }

#socials-menu ul {
  margin: 3rem 3rem 3rem 3.5rem; }

#socials-menu li {
  display: inline-block;
  margin-right: 1rem; }

#socials-menu li a {
  display: block;
  border: none;
  width: 2.5rem;
  height: 2.5rem;
  text-indent: -9999px; }

#socials-menu li.facebook a {
  background: url(../img/facebook.svg) no-repeat center center;
  background-size: cover; }

#socials-menu li.instagram a {
  background: url(../img/instagram.svg) no-repeat center center;
  background-size: cover; }

footer #socials-menu ul {
  margin: 0; }

.menu-horizontal {
  display: flex;
  justify-content: flex-end;
  width: 100%; }
  .menu-horizontal li {
    display: inline-block;
    padding: 0.75em 1.5em;
    margin: 0 0.5rem; }
  .menu-horizontal a {
    color: #fff;
    text-decoration: none; }

.footer-menu li {
  display: block;
  padding: 0.25em 0;
  margin: 0.5rem; }

.footer-menu a {
  color: #fff;
  text-decoration: none; }

#site-header {
  position: absolute;
  width: 100%; }
  #site-header header {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 4rem;
    width: 90%;
    max-width: 1280px;
    margin: 1rem auto; }
  #site-header #site-logo {
    margin: 2rem 0 0 0;
    height: auto;
    width: 13rem; }

#site-description {
  color: #fff;
  font-size: 2rem;
  font-weight: normal;
  justify-content: space-between; }

#feature-image {
  position: relative;
  height: 60vh;
  margin: 0;
  padding: 0;
  background-size: cover;
  background-position: center center;
  overflow: hidden; }
  @media (max-width: 767px) {
    #feature-image {
      height: 90vh; } }
  @media (max-width: 767px) and (orientation: landscape) {
    #feature-image {
      height: 35rem; } }
  @media (min-width: 768px) and (orientation: landscape) {
    #feature-image {
      height: 90vh; } }

.feature-image__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #203b8f;
  background: -moz-linear-gradient(45deg, #203b8f 0%, rgba(32, 59, 143, 0.758141) 75%, rgba(32, 59, 143, 0) 100%);
  background: -webkit-linear-gradient(45deg, #203b8f 0%, rgba(32, 59, 143, 0.758141) 75%, rgba(32, 59, 143, 0) 100%);
  background: linear-gradient(45deg, #203b8f 0%, rgba(32, 59, 143, 0.758141) 75%, rgba(32, 59, 143, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#203b8f",endColorstr="#203b8f",GradientType=1); }

.feature-image__text {
  position: absolute;
  margin: 28vh 0 0 0;
  z-index: 2;
  width: 60%;
  height: 100%;
  color: #fff;
  animation-name: xfadeInUp;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
  animation-duration: 0.5s; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .feature-image__text {
      margin: 22vh 0 0 0;
      width: 95%; } }
  @media (max-width: 767px) {
    .feature-image__text {
      margin: 18vh 0 0 0;
      width: 95%; } }
  @media (max-width: 767px) and (orientation: landscape) {
    .feature-image__text {
      margin: 50vh 0 0 0;
      width: 95%; } }
  @media (min-width: 768px) and (orientation: landscape) {
    .feature-image__text {
      width: 95%; } }
  .feature-image__text h1 {
    font-weight: normal;
    color: #fff;
    margin: 0 0 1rem 0;
    font-size: 4rem; }
    @media (max-width: 767px) and (orientation: landscape) {
      .feature-image__text h1 {
        margin-top: 0.75rem;
        font-size: 3rem; } }
    @media (max-width: 767px) {
      .feature-image__text h1 {
        margin-top: 0.75rem;
        font-size: 3rem; } }
  .feature-image__text p {
    color: #fff;
    font-size: 4rem;
    margin: 0.5rem 0;
    line-height: 1.2; }
    @media (max-width: 767px) {
      .feature-image__text p {
        margin: 1rem 0;
        font-size: 2.875rem; } }
  .feature-image__text .explanation {
    font-size: 1.35rem; }
    @media (max-width: 767px) {
      .feature-image__text .explanation {
        font-size: 1rem; } }
  .feature-image__text.blue h1, .feature-image__text.blue h2, .feature-image__text.blue p {
    color: #203b8f; }

@keyframes xfadeInUp {
  0% {
    opacity: 0;
    transform: translateY(50px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.hexagon {
  height: 16vh;
  width: 100%; }

.hexagon--bottom {
  background: url(../img/swiftware-hexagon-bottom-turquoise.svg) no-repeat bottom center;
  background-size: cover; }

blockquote.display {
  font-size: 2rem;
  padding: 0;
  border: 0;
  text-align: center; }
  blockquote.display h2 {
    font-family: soleil, sans-serif;
    font-style: italic;
    font-size: 4rem;
    margin-bottom: 0.5rem;
    line-height: 1.1; }
  blockquote.display span.attribution {
    font-size: 1rem; }

blockquote.testimonial {
  text-align: left;
  color: #203b8f;
  border-left: 2px solid #fff; }
  blockquote.testimonial h3 {
    font-family: soleil, sans-serif;
    font-style: normal;
    font-size: 2rem;
    color: #203b8f;
    line-height: 1.3; }
  blockquote.testimonial span.attribution {
    font-size: 1.25rem;
    color: #203b8f;
    text-transform: uppercase;
    letter-spacing: 0.2em; }

.outer {
  margin: 0 3rem; }

section.notices {
  padding: 3rem;
  border-radius: 4px;
  position: relative;
  overflow: hidden; }
  section.notices::after {
    content: '';
    position: absolute;
    z-index: 0;
    bottom: 0;
    right: -7.5%;
    height: 150%;
    width: 50%;
    background: #E9425C;
    transform: skewX(-20deg); }
  section.notices .notices-content {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
    display: flex; }
    section.notices .notices-content div {
      flex-basis: 50%;
      align-self: center; }
    section.notices .notices-content div:nth-child(2) {
      text-align: center; }
  section.notices h3 {
    font-size: 1.25rem;
    text-transform: uppercase; }
  section.notices h4 {
    color: #E9425C;
    margin-bottom: 0.5rem; }
  section.notices p {
    font-size: 1rem; }

.pull-text-and-image-row {
  position: relative;
  overflow: hidden;
  margin: 6rem 0; }

.text-and-image-row {
  margin: 3rem 0; }

.pull-text-and-image-row .text {
  background-color: #203b8f;
  color: #fff;
  padding: 3rem;
  margin-right: 50%;
  position: absolute;
  bottom: 2rem;
  left: 0;
  z-index: 2; }
  .pull-text-and-image-row .text h3 {
    font-size: 1.35rem;
    text-transform: uppercase; }

.text-and-image-row .text {
  background-color: #f3f3f3;
  padding: 3rem; }

.pull-text-and-image-row img {
  margin-left: 25%;
  object-fit: fill;
  overflow: hidden; }

.text h3 {
  font-size: 1.35rem;
  text-transform: uppercase; }

.text h3:after {
  content: " ";
  width: 4rem;
  display: block;
  margin: 0;
  padding-top: 1rem;
  border-bottom: 1px solid #D2D700; }

.text-and-image-row.reverse-out {
  color: #fff;
  background-color: #203b8f; }
  .text-and-image-row.reverse-out .text {
    background-color: #203b8f; }
  .text-and-image-row.reverse-out .text h3 {
    color: #fff; }
  .text-and-image-row.reverse-out .text h3:after {
    border-bottom: 1px solid #D2D700; }
  .text-and-image-row.reverse-out a {
    color: #E9425C;
    border: 1px solid transparent;
    text-decoration: none; }
    .text-and-image-row.reverse-out a:hover {
      border-bottom: 1px solid #E9425C;
      transition: 0.3s; }

.card h3 {
  color: #203b8f;
  font-size: 1.35rem;
  font-weight: 700; }

@keyframes wait {
  0% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.reveal.active .features-1 {
  animation: wait 400ms, fade-in 800ms 400ms; }

.reveal.active .features-2 {
  animation: wait 800ms, fade-in 800ms 800ms; }

.reveal.active .features-3 {
  animation: wait 1200ms, fade-in 800ms 1200ms; }

.reveal.active .features-4 {
  animation: wait 1600ms, fade-in 800ms 1600ms; }

.features {
  margin-top: 1rem; }
  .features h3:after {
    /* font-weight: $tdbc-strong-font-weight; */
    content: " ";
    width: 4rem;
    display: block;
    margin: 0;
    padding-top: 1rem;
    border-bottom: 4px solid #fff; }
  .features ul {
    padding: 0;
    list-style: none; }
    .features ul li {
      color: #203b8f;
      opacity: 0.8;
      padding: 0.25rem 0; }
    .features ul li:before {
      display: inline-block;
      content: ' ';
      background: url("../img/swiftware-hexagon-white.svg") left bottom;
      background-size: 1rem 1rem;
      height: 1rem;
      width: 1rem;
      margin-right: 0.5rem; }

ul.benefits {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none; }
  ul.benefits li {
    position: relative;
    padding: 0.25rem 0; }
    ul.benefits li div {
      display: inline-block;
      padding-left: 4rem; }
  ul.benefits li:before {
    position: absolute;
    top: 0.5rem;
    left: 0;
    content: ' ';
    background: url("../img/circle-tick.svg") no-repeat left top;
    height: 3rem;
    width: 3rem; }

.band--primary .features h3 {
  color: #E9425C; }

.band--primary .features ul {
  padding: 0;
  list-style: none; }
  .band--primary .features ul li {
    color: #E9425C; }

.faqs {
  margin: 1rem 0 6rem 0;
  padding: 0;
  list-style: none; }
  .faqs li {
    position: relative;
    color: #203b8f;
    padding: 1rem 0;
    margin: 0;
    border-bottom: solid 1px #E9425C; }
    .faqs li p {
      color: #323136; }
    .faqs li h3 {
      font-size: 1.35rem;
      position: relative;
      padding-right: 6rem;
      margin-bottom: 2rem; }
      .faqs li h3:after {
        position: absolute;
        top: 0.5rem;
        right: 1rem;
        display: block;
        content: '';
        width: 1.5rem;
        height: 1.5rem;
        background: url(../img/toggle-arrow.svg) no-repeat; }
      .faqs li h3:hover, .faqs li h3:focus {
        cursor: pointer; }
    .faqs li .answer {
      display: none;
      background-color: #f3f3f3;
      padding: 3rem;
      border-radius: 8px; }
      .faqs li .answer.active {
        display: block; }

.tick-list {
  padding: 0;
  list-style: none; }
  .tick-list li {
    color: #203b8f;
    padding: 0.25rem 0; }
    .tick-list li svg {
      height: 1.5rem;
      width: 1.5rem;
      fill: #203b8f;
      margin-right: 0.5rem;
      vertical-align: middle; }

.highlight {
  position: absolute;
  top: -20rem;
  right: 5rem;
  height: 14rem;
  width: 14rem;
  background-color: #E9425C;
  z-index: 2; }

.shape {
  height: 14rem;
  width: 14rem;
  background-color: #E9425C; }

.white {
  background-color: #fff; }

.circle {
  border-radius: 100%; }

.box {
  width: 50%;
  height: 100%;
  margin: -3rem 0 0 0; }

.col-two {
  display: inline-block;
  width: 45%;
  height: 100%; }

/* Animation on scroll */
.reveal {
  opacity: 0;
  transform: translateY(50px);
  transition: .5s;
  transition-delay: .1s; }

.reveal.active {
  opacity: 1;
  transform: translateY(0); }

.band.band--grids {
  padding-right: 40%;
  background: transparent url("../img/swiftware-hexagon-right.svg") no-repeat center right; }

.band.band--bottom-arrow {
  height: 20rem;
  background: transparent url("../img/swiftware-hexagon-bottom-white.svg") no-repeat top center; }

.parallax::after {
  /* Display and position the pseudo-element */
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateZ(-1px) scale(1.5);
  background-size: 100%;
  z-index: -1; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.delay-one {
  animation-delay: .1s; }

.animated.delay-two {
  animation-delay: 1.4s; }

.animated.delay-three {
  animation-delay: 3s; }

.animated.delay-four {
  animation-delay: 4.5s; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

.background-diagonal {
  background: url("../img/girl-1-diagonal.jpg") no-repeat top right -12rem;
  background-size: cover; }

.pull-out-box {
  border-radius: 8px;
  background-color: #fff;
  padding: 3rem; }

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

.band--primary h2 {
  color: #E9425C; }

.hero {
  padding: 15rem 0 6rem 0;
  min-height: 20vh;
  background-size: auto auto; }
  @media (max-width: 768px) {
    .hero {
      background: none; } }
  .hero h1 {
    color: #fff; }

.intro p {
  color: #fff; }

.rule {
  position: relative;
  border: solid 1px #E9425C;
  width: 50%; }
  .rule:before {
    position: absolute;
    left: calc(50% - 2rem);
    top: -2rem;
    content: ' ';
    text-align: center;
    display: block;
    height: 4rem;
    width: 4rem;
    border-radius: 100%;
    border: solid 2px #E9425C;
    background: #fff url("../img/down-arrow.svg") no-repeat center center; }

.pricing {
  display: flex;
  color: #767676;
  margin: 3rem 0; }
  .pricing .plan {
    padding: 3rem 1rem;
    background-color: #fff;
    flex-grow: 1;
    margin-right: 1rem;
    border-radius: 4px; }
    .pricing .plan.premium {
      color: #fff;
      background-color: #E9425C; }
      .pricing .plan.premium span,
      .pricing .plan.premium .price-equivalent {
        color: #fff; }
    .pricing .plan .header {
      margin-bottom: 1rem; }
      .pricing .plan .header p {
        font-size: 0.85rem;
        margin: 0;
        padding-top: 1rem;
        position: relative; }
        .pricing .plan .header p:before {
          content: '';
          position: absolute;
          top: 0;
          width: 100%;
          display: block;
          border-bottom: solid 1px #E9425C; }
  .pricing .plan:nth-child(4) {
    margin-right: 0; }
  .pricing .extras {
    margin: 3rem 0 0 0; }
    .pricing .extras h4 {
      font-size: 1rem;
      color: #203b8f;
      margin-top: 1rem;
      padding: 1rem 0 0 0;
      position: relative; }
      .pricing .extras h4:before {
        content: '';
        position: absolute;
        top: 0;
        width: 100%;
        display: block;
        border-bottom: solid 1px #E9425C; }
  .pricing .price-main {
    font-size: 2.875rem;
    color: #203b8f;
    margin-bottom: 0; }
    .pricing .price-main span {
      font-size: 0.85rem;
      color: #767676; }
  .pricing .price-equivalent {
    font-size: 1rem;
    color: #767676; }
    .pricing .price-equivalent.tick {
      padding-left: 1.25rem;
      background: url("../img/tick.svg") no-repeat left center; }

.pagination {
  margin: 6rem 0;
  display: flex; }
  .pagination a {
    text-decoration: none; }
  .pagination .page-numbers {
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    text-align: center;
    display: flex;
    width: 3rem;
    height: 3rem;
    padding: 1rem;
    background-color: #E9425C;
    margin-right: 1rem; }
    .pagination .page-numbers:hover, .pagination .page-numbers:focus {
      color: #fff;
      background-color: #203b8f; }
    .pagination .page-numbers.current {
      color: #fff;
      background-color: #203b8f; }
    .pagination .page-numbers.next, .pagination .page-numbers.prev {
      border-radius: none;
      background: none;
      width: auto;
      border-bottom: solid 1px transparent; }
      .pagination .page-numbers.next:hover, .pagination .page-numbers.prev:hover {
        color: #203b8f; }

.bubble-image {
  position: absolute;
  top: -18rem;
  right: 1rem;
  width: 50%; }
  @media (max-width: 999px) {
    .bubble-image {
      position: static;
      width: auto; } }

.acf-map {
  width: 100%;
  height: 35rem; }

figure {
  margin: 3rem 0;
  font-size: 1.25rem; }

td {
  line-height: 1.6;
  padding: 1rem; }

.wp-block-table td,
.wp-block-table th {
  width: 50%; }
  @media (max-width: 767px) {
    .wp-block-table td,
    .wp-block-table th {
      width: 100%;
      display: block; } }

#am-events-booking .am-event-title {
  text-align: left; }

#am-events-booking .am-event-book-cta__inner {
  min-width: 200px; }

  .StripeElement--invalid {
    border: solid 1px red !important;
  }