@charset "UTF-8";
/*
Theme Name: 203 Base
Text Domain: 203-base
Version: 1.2
Description: 203 Base Template for WordPress
Tags: 203, Template
Author: Sean Giles
*/
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap");
/* Color styles */
:root {
  --black: rgba(0, 0, 0, 1);
  --white: rgba(255, 255, 255, 1);
  --grey: rgba(228, 226, 223, 1);
  --primary--primary-50: rgba(234, 239, 255, 1);
  --primary--primary-100: rgba(190, 207, 255, 1);
  --primary--primary-200: rgba(158, 183, 255, 1);
  --primary--primary-300: rgba(114, 150, 255, 1);
  --primary--primary-500: rgba(44, 99, 255, 1);
  --primary--primary-400: rgba(86, 130, 255, 1);
  --primary--primary-600: rgba(40, 90, 232, 1);
  --primary--primary-700: rgba(31, 70, 181, 1);
  --primary--primary-800: rgba(24, 54, 140, 1);
  --primary--primary-900: rgba(18, 42, 107, 1);
  --secondary--secondary-50: rgba(232, 233, 235, 1);
  --secondary--secondary-100: rgba(184, 186, 193, 1);
  --secondary--secondary-200: rgba(150, 152, 163, 1);
  --secondary--secondary-300: rgba(102, 105, 120, 1);
  --secondary--secondary-400: rgba(72, 76, 94, 1);
  --secondary--secondary-500: rgba(26, 31, 54, 1);
  --secondary--secondary-600: rgba(24, 28, 49, 1);
  --secondary--secondary-700: rgba(18, 22, 38, 1);
  --secondary--secondary-800: rgba(14, 17, 30, 1);
  --secondary--secondary-900: rgba(11, 13, 23, 1);
  --background-1--background-1-50: rgba(255, 255, 255, 1);
  --background-1--background-1-100: rgba(255, 255, 255, 1);
  --background-1--background-1-200: rgba(255, 255, 255, 1);
  --background-1--background-1-300: rgba(255, 255, 255, 1);
  --background-1--background-1-400: rgba(255, 255, 255, 1);
  --background-1--background-1-500: rgba(255, 255, 255, 1);
  --background-1--background-1-600: rgba(232, 232, 232, 1);
  --background-1--background-1-700: rgba(181, 181, 181, 1);
  --background-1--background-1-800: rgba(140, 140, 140, 1);
  --background-1--background-1-900: rgba(107, 107, 107, 1);
  --background-2--background-2-50: rgba(235, 235, 235, 1);
  --background-2--background-2-100: rgba(192, 192, 192, 1);
  --background-2--background-2-200: rgba(161, 161, 161, 1);
  --background-2--background-2-300: rgba(118, 118, 118, 1);
  --background-2--background-2-400: rgba(92, 92, 92, 1);
  --background-2--background-2-500: rgba(51, 51, 51, 1);
  --background-2--background-2-600: rgba(46, 46, 46, 1);
  --background-2--background-2-700: rgba(36, 36, 36, 1);
  --background-2--background-2-800: rgba(28, 28, 28, 1);
  --background-2--background-2-900: rgba(21, 21, 21, 1);
  --accent-1--accent-1-50: rgba(255, 240, 230, 1);
  --accent-1--accent-1-100: rgba(255, 209, 176, 1);
  --accent-1--accent-1-200: rgba(255, 187, 138, 1);
  --accent-1--accent-1-300: rgba(255, 156, 84, 1);
  --accent-1--accent-1-400: rgba(255, 137, 51, 1);
  --accent-1--accent-1-500: rgba(255, 107, 0, 1);
  --accent-1--accent-1-600: rgba(232, 97, 0, 1);
  --accent-1--accent-1-700: rgba(181, 76, 0, 1);
  --accent-1--accent-1-800: rgba(140, 59, 0, 1);
  --accent-1--accent-1-900: rgba(107, 45, 0, 1);
  --accent-2--accent-2-50: rgba(230, 238, 251, 1);
  --accent-2--accent-2-100: rgba(176, 203, 243, 1);
  --accent-2--accent-2-200: rgba(138, 178, 238, 1);
  --accent-2--accent-2-300: rgba(84, 142, 230, 1);
  --accent-2--accent-2-400: rgba(51, 121, 225, 1);
  --accent-2--accent-2-500: rgba(0, 87, 217, 1);
  --accent-2--accent-2-600: rgba(0, 79, 197, 1);
  --accent-2--accent-2-700: rgba(0, 62, 154, 1);
  --accent-2--accent-2-800: rgba(0, 48, 119, 1);
  --accent-2--accent-2-900: rgba(0, 37, 91, 1);
  --accent-3--accent-3-50: rgba(237, 237, 237, 1);
  --accent-3--accent-3-100: rgba(199, 199, 199, 1);
  --accent-3--accent-3-200: rgba(172, 172, 172, 1);
  --accent-3--accent-3-300: rgba(134, 134, 134, 1);
  --accent-3--accent-3-400: rgba(110, 110, 110, 1);
  --accent-3--accent-3-500: rgba(74, 74, 74, 1);
  --accent-3--accent-3-600: rgba(67, 67, 67, 1);
  --accent-3--accent-3-700: rgba(53, 53, 53, 1);
  --accent-3--accent-3-800: rgba(41, 41, 41, 1);
  --accent-3--accent-3-900: rgba(31, 31, 31, 1);
}

:root {
  --font-heading-family: "Plus Jakarta Sans", serif;
  --font-heading-style: normal;
  --font-heading-weight-regular: 400;
  --font-heading-weight-medium: 500;
  --font-heading-weight-semibold: 600;
  --font-heading-weight-bold: 700;
  --font-heading-weight-extrabold: 800;
  --font-body-family: "Source Sans 3", sans-serif;
  --font-body-style-normal: normal;
  --font-body-style-italic: italic;
  --font-body-weight-thin: 100;
  --font-body-weight-light: 300;
  --font-body-weight-regular: 400;
  --font-body-weight-bold: 700;
  --font-body-weight-black: 900;
}

.heading-font-regular, .testimonial-section-quote, .pricing-section-block p, .pricing-section-block li {
  font-family: var(--font-heading-family);
  font-weight: var(--font-heading-weight-regular);
  font-style: var(--font-heading-style);
}

.heading-font-medium {
  font-family: var(--font-heading-family);
  font-weight: var(--font-heading-weight-medium);
  font-style: var(--font-heading-style);
}

.heading-font-semibold, .tabbed-content-section-tabs .tablinks, .features-section-text, .tagline {
  font-family: var(--font-heading-family);
  font-weight: var(--font-heading-weight-semibold);
  font-style: var(--font-heading-style);
}

.heading-font-bold, .footer-title, .benefits-section .title, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: var(--font-heading-family);
  font-weight: var(--font-heading-weight-bold);
  font-style: var(--font-heading-style);
}

.heading-font-extrabold {
  font-family: var(--font-heading-family);
  font-weight: var(--font-heading-weight-extrabold);
  font-style: var(--font-heading-style);
}

.text-font-thin {
  font-family: var(--font-body-family);
  font-weight: var(--font-body-weight-thin);
  font-style: var(--font-body-style-normal);
}

.text-font-light {
  font-family: var(--font-body-family);
  font-weight: var(--font-body-weight-light);
  font-style: var(--font-body-style-normal);
}

.text-font-regular, .team-section-block-summary, .team-section-block-title, .blog-header .blog-meta, .news-block-excerpt, .cta-simple-section p, .cta-simple-section a, .testimonial-section--cards .testimonial-section-author span, .testimonial-section--cards p.testimonial-section-quote, .testimonial-section--cards p.testimonial-section-summary, .testimonial-section-author span, .navigation-bar nav.desktop ul li a, .cta-link, body {
  font-family: var(--font-body-family);
  font-weight: var(--font-body-weight-regular);
  font-style: var(--font-body-style-normal);
}

.text-font-bold, .tabbed-content-section-block-tagline, .footer nav p:first-child, .footer .address-contact p:first-child, .team-section-block-name, .event-block h4, .statistics-section-figure, .faqs-section-block-question, .testimonial-section--cards .testimonial-section-author, .testimonial-section-author, .testimonial-section p:not(.testimonial-section-quote), .process-section .number, .announcement-banner p {
  font-family: var(--font-body-family);
  font-weight: var(--font-body-weight-bold);
  font-style: var(--font-body-style-normal);
}

.text-font-black {
  font-family: var(--font-body-family);
  font-weight: var(--font-body-weight-black);
  font-style: var(--font-body-style-normal);
}

.text-font-thin-italic {
  font-family: var(--font-body-family);
  font-weight: var(--font-body-weight-thin);
  font-style: var(--font-body-style-italic);
}

.text-font-light-italic {
  font-family: var(--font-body-family);
  font-weight: var(--font-body-weight-light);
  font-style: var(--font-body-style-italic);
}

.text-font-regular-italic {
  font-family: var(--font-body-family);
  font-weight: var(--font-body-weight-regular);
  font-style: var(--font-body-style-italic);
}

.text-font-bold-italic {
  font-family: var(--font-body-family);
  font-weight: var(--font-body-weight-bold);
  font-style: var(--font-body-style-italic);
}

.text-font-black-italic {
  font-family: var(--font-body-family);
  font-weight: var(--font-body-weight-black);
  font-style: var(--font-body-style-italic);
}

/* Text-size styles */
/* base size: text---regular---normal (16px) */
:root {
  --heading---desktop---h1: 4.5rem;
  --heading---desktop---h2: 3.25rem;
  --heading---desktop---h3: 2.75rem;
  --heading---desktop---h4: 2.25rem;
  --heading---desktop---h5: 1.75rem;
  --heading---desktop---h6: 1.38rem;
  --heading---desktop---tagline: 1rem;
  --heading---mobile---h1: 2.5rem;
  --heading---mobile---h2: 2.25rem;
  --heading---mobile---h3: 2rem;
  --heading---mobile---h4: 1.5rem;
  --heading---mobile---h5: 1.25rem;
  --heading---mobile---h6: 1.12rem;
  --heading---mobile---tagline: 1rem;
  --text---large---light: 1.38rem;
  --text---large---normal: 1.38rem;
  --text---large---medium: 1.38rem;
  --text---large---semi--bold: 1.38rem;
  --text---large---bold: 1.38rem;
  --text---large---extra--bold: 1.38rem;
  --text---large---link: 1.38rem;
  --text---medium---light: 1.13rem;
  --text---medium---normal: 1.13rem;
  --text---medium---medium: 1.13rem;
  --text---medium---semi--bold: 1.13rem;
  --text---medium---bold: 1.13rem;
  --text---medium---extra--bold: 1.13rem;
  --text---medium---link: 1.13rem;
  --text---regular---light: 1rem;
  --text---regular---normal: 1rem;
  --text---regular---medium: 1rem;
  --text---regular---semi--bold: 1rem;
  --text---regular---bold: 1rem;
  --text---regular---extra--bold: 1rem;
  --text---regular---link: 1rem;
  --text---small---light: 0.88rem;
  --text---small---normal: 0.88rem;
  --text---small---medium: 0.88rem;
  --text---small---semi--bold: 0.88rem;
  --text---small---bold: 0.88rem;
  --text---small---extra--bold: 0.88rem;
  --text---small---link: 0.88rem;
  --text---tiny---light: 0.75rem;
  --text---tiny---normal: 0.75rem;
  --text---tiny---medium: 0.75rem;
  --text---tiny---semi--bold: 0.75rem;
  --text---tiny---bold: 0.75rem;
  --text---tiny---extra--bold: 0.75rem;
  --text---tiny---link: 0.75rem;
}

@font-face {
  font-family: "icomoon";
  src: url("assets/fonts/icomoon.eot?4eivt");
  src: url("assets/fonts/icomoon.eot?4eivt#iefix") format("embedded-opentype"), url("assets/fonts/icomoon.ttf?4eivt") format("truetype"), url("assets/fonts/icomoon.woff?4eivt") format("woff"), url("assets/fonts/icomoon.svg?4eivt#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-tiktok:before {
  content: "\ea87";
}

.icon-facebook:before {
  content: "\ea90";
}

.icon-pinterest:before {
  content: "\ead1";
}

.icon-home:before {
  content: "\e900";
}

.icon-home2:before {
  content: "\e901";
}

.icon-home3:before {
  content: "\e902";
}

.icon-office:before {
  content: "\e903";
}

.icon-newspaper:before {
  content: "\e904";
}

.icon-pencil:before {
  content: "\e905";
}

.icon-pencil2:before {
  content: "\e906";
}

.icon-quill:before {
  content: "\e907";
}

.icon-pen:before {
  content: "\e908";
}

.icon-blog:before {
  content: "\e909";
}

.icon-eyedropper:before {
  content: "\e90a";
}

.icon-droplet:before {
  content: "\e90b";
}

.icon-paint-format:before {
  content: "\e90c";
}

.icon-image:before {
  content: "\e90d";
}

.icon-images:before {
  content: "\e90e";
}

.icon-camera:before {
  content: "\e90f";
}

.icon-headphones:before {
  content: "\e910";
}

.icon-music:before {
  content: "\e911";
}

.icon-play:before {
  content: "\e912";
}

.icon-film:before {
  content: "\e913";
}

.icon-video-camera:before {
  content: "\e914";
}

.icon-dice:before {
  content: "\e915";
}

.icon-pacman:before {
  content: "\e916";
}

.icon-spades:before {
  content: "\e917";
}

.icon-clubs:before {
  content: "\e918";
}

.icon-diamonds:before {
  content: "\e919";
}

.icon-bullhorn:before {
  content: "\e91a";
}

.icon-connection:before {
  content: "\e91b";
}

.icon-podcast:before {
  content: "\e91c";
}

.icon-feed:before {
  content: "\e91d";
}

.icon-mic:before {
  content: "\e91e";
}

.icon-book:before {
  content: "\e91f";
}

.icon-books:before {
  content: "\e920";
}

.icon-library:before {
  content: "\e921";
}

.icon-file-text:before {
  content: "\e922";
}

.icon-profile:before {
  content: "\e923";
}

.icon-file-empty:before {
  content: "\e924";
}

.icon-files-empty:before {
  content: "\e925";
}

.icon-file-text2:before {
  content: "\e926";
}

.icon-file-picture:before {
  content: "\e927";
}

.icon-file-music:before {
  content: "\e928";
}

.icon-file-play:before {
  content: "\e929";
}

.icon-file-video:before {
  content: "\e92a";
}

.icon-file-zip:before {
  content: "\e92b";
}

.icon-copy:before {
  content: "\e92c";
}

.icon-paste:before {
  content: "\e92d";
}

.icon-stack:before {
  content: "\e92e";
}

.icon-folder:before {
  content: "\e92f";
}

.icon-folder-open:before {
  content: "\e930";
}

.icon-folder-plus:before {
  content: "\e931";
}

.icon-folder-minus:before {
  content: "\e932";
}

.icon-folder-download:before {
  content: "\e933";
}

.icon-folder-upload:before {
  content: "\e934";
}

.icon-price-tag:before {
  content: "\e935";
}

.icon-price-tags:before {
  content: "\e936";
}

.icon-barcode:before {
  content: "\e937";
}

.icon-qrcode:before {
  content: "\e938";
}

.icon-ticket:before {
  content: "\e939";
}

.icon-cart:before {
  content: "\e93a";
}

.icon-coin-dollar:before {
  content: "\e93b";
}

.icon-coin-euro:before {
  content: "\e93c";
}

.icon-coin-pound:before {
  content: "\e93d";
}

.icon-coin-yen:before {
  content: "\e93e";
}

.icon-credit-card:before {
  content: "\e93f";
}

.icon-calculator:before {
  content: "\e940";
}

.icon-lifebuoy:before {
  content: "\e941";
}

.icon-phone:before {
  content: "\e942";
}

.icon-phone-hang-up:before {
  content: "\e943";
}

.icon-address-book:before {
  content: "\e944";
}

.icon-envelop:before {
  content: "\e945";
}

.icon-pushpin:before {
  content: "\e946";
}

.icon-location:before {
  content: "\e947";
}

.icon-location2:before {
  content: "\e948";
}

.icon-compass:before {
  content: "\e949";
}

.icon-compass2:before {
  content: "\e94a";
}

.icon-map:before {
  content: "\e94b";
}

.icon-map2:before {
  content: "\e94c";
}

.icon-history:before {
  content: "\e94d";
}

.icon-clock:before {
  content: "\e94e";
}

.icon-clock2:before {
  content: "\e94f";
}

.icon-alarm:before {
  content: "\e950";
}

.icon-bell:before {
  content: "\e951";
}

.icon-stopwatch:before {
  content: "\e952";
}

.icon-calendar:before {
  content: "\e953";
}

.icon-printer:before {
  content: "\e954";
}

.icon-keyboard:before {
  content: "\e955";
}

.icon-display:before {
  content: "\e956";
}

.icon-laptop:before {
  content: "\e957";
}

.icon-mobile:before {
  content: "\e958";
}

.icon-mobile2:before {
  content: "\e959";
}

.icon-tablet:before {
  content: "\e95a";
}

.icon-tv:before {
  content: "\e95b";
}

.icon-drawer:before {
  content: "\e95c";
}

.icon-drawer2:before {
  content: "\e95d";
}

.icon-box-add:before {
  content: "\e95e";
}

.icon-box-remove:before {
  content: "\e95f";
}

.icon-download:before {
  content: "\e960";
}

.icon-upload:before {
  content: "\e961";
}

.icon-floppy-disk:before {
  content: "\e962";
}

.icon-drive:before {
  content: "\e963";
}

.icon-database:before {
  content: "\e964";
}

.icon-undo:before {
  content: "\e965";
}

.icon-redo:before {
  content: "\e966";
}

.icon-undo2:before {
  content: "\e967";
}

.icon-redo2:before {
  content: "\e968";
}

.icon-forward:before {
  content: "\e969";
}

.icon-reply:before {
  content: "\e96a";
}

.icon-bubble:before {
  content: "\e96b";
}

.icon-bubbles:before {
  content: "\e96c";
}

.icon-bubbles2:before {
  content: "\e96d";
}

.icon-bubble2:before {
  content: "\e96e";
}

.icon-bubbles3:before {
  content: "\e96f";
}

.icon-bubbles4:before {
  content: "\e970";
}

.icon-user:before {
  content: "\e971";
}

.icon-users:before {
  content: "\e972";
}

.icon-user-plus:before {
  content: "\e973";
}

.icon-user-minus:before {
  content: "\e974";
}

.icon-user-check:before {
  content: "\e975";
}

.icon-user-tie:before {
  content: "\e976";
}

.icon-quotes-left:before {
  content: "\e977";
}

.icon-quotes-right:before {
  content: "\e978";
}

.icon-hour-glass:before {
  content: "\e979";
}

.icon-spinner:before {
  content: "\e97a";
}

.icon-spinner2:before {
  content: "\e97b";
}

.icon-spinner3:before {
  content: "\e97c";
}

.icon-spinner4:before {
  content: "\e97d";
}

.icon-spinner5:before {
  content: "\e97e";
}

.icon-spinner6:before {
  content: "\e97f";
}

.icon-spinner7:before {
  content: "\e980";
}

.icon-spinner8:before {
  content: "\e981";
}

.icon-spinner9:before {
  content: "\e982";
}

.icon-spinner10:before {
  content: "\e983";
}

.icon-spinner11:before {
  content: "\e984";
}

.icon-binoculars:before {
  content: "\e985";
}

.icon-search:before {
  content: "\e986";
}

.icon-zoom-in:before {
  content: "\e987";
}

.icon-zoom-out:before {
  content: "\e988";
}

.icon-enlarge:before {
  content: "\e989";
}

.icon-shrink:before {
  content: "\e98a";
}

.icon-enlarge2:before {
  content: "\e98b";
}

.icon-shrink2:before {
  content: "\e98c";
}

.icon-key:before {
  content: "\e98d";
}

.icon-key2:before {
  content: "\e98e";
}

.icon-lock:before {
  content: "\e98f";
}

.icon-unlocked:before {
  content: "\e990";
}

.icon-wrench:before {
  content: "\e991";
}

.icon-equalizer:before {
  content: "\e992";
}

.icon-equalizer2:before {
  content: "\e993";
}

.icon-cog:before {
  content: "\e994";
}

.icon-cogs:before {
  content: "\e995";
}

.icon-hammer:before {
  content: "\e996";
}

.icon-magic-wand:before {
  content: "\e997";
}

.icon-aid-kit:before {
  content: "\e998";
}

.icon-bug:before {
  content: "\e999";
}

.icon-pie-chart:before {
  content: "\e99a";
}

.icon-stats-dots:before {
  content: "\e99b";
}

.icon-stats-bars:before {
  content: "\e99c";
}

.icon-stats-bars2:before {
  content: "\e99d";
}

.icon-trophy:before {
  content: "\e99e";
}

.icon-gift:before {
  content: "\e99f";
}

.icon-glass:before {
  content: "\e9a0";
}

.icon-glass2:before {
  content: "\e9a1";
}

.icon-mug:before {
  content: "\e9a2";
}

.icon-spoon-knife:before {
  content: "\e9a3";
}

.icon-leaf:before {
  content: "\e9a4";
}

.icon-rocket:before {
  content: "\e9a5";
}

.icon-meter:before {
  content: "\e9a6";
}

.icon-meter2:before {
  content: "\e9a7";
}

.icon-hammer2:before {
  content: "\e9a8";
}

.icon-fire:before {
  content: "\e9a9";
}

.icon-lab:before {
  content: "\e9aa";
}

.icon-magnet:before {
  content: "\e9ab";
}

.icon-bin:before {
  content: "\e9ac";
}

.icon-bin2:before {
  content: "\e9ad";
}

.icon-briefcase:before {
  content: "\e9ae";
}

.icon-airplane:before {
  content: "\e9af";
}

.icon-truck:before {
  content: "\e9b0";
}

.icon-road:before {
  content: "\e9b1";
}

.icon-accessibility:before {
  content: "\e9b2";
}

.icon-target:before {
  content: "\e9b3";
}

.icon-shield:before {
  content: "\e9b4";
}

.icon-power:before {
  content: "\e9b5";
}

.icon-switch:before {
  content: "\e9b6";
}

.icon-power-cord:before {
  content: "\e9b7";
}

.icon-clipboard:before {
  content: "\e9b8";
}

.icon-list-numbered:before {
  content: "\e9b9";
}

.icon-list:before {
  content: "\e9ba";
}

.icon-list2:before {
  content: "\e9bb";
}

.icon-tree:before {
  content: "\e9bc";
}

.icon-menu:before {
  content: "\e9bd";
}

.icon-menu2:before {
  content: "\e9be";
}

.icon-menu3:before {
  content: "\e9bf";
}

.icon-menu4:before {
  content: "\e9c0";
}

.icon-cloud:before {
  content: "\e9c1";
}

.icon-cloud-download:before {
  content: "\e9c2";
}

.icon-cloud-upload:before {
  content: "\e9c3";
}

.icon-cloud-check:before {
  content: "\e9c4";
}

.icon-download2:before {
  content: "\e9c5";
}

.icon-upload2:before {
  content: "\e9c6";
}

.icon-download3:before {
  content: "\e9c7";
}

.icon-upload3:before {
  content: "\e9c8";
}

.icon-sphere:before {
  content: "\e9c9";
}

.icon-earth:before {
  content: "\e9ca";
}

.icon-link:before {
  content: "\e9cb";
}

.icon-flag:before {
  content: "\e9cc";
}

.icon-attachment:before {
  content: "\e9cd";
}

.icon-eye:before {
  content: "\e9ce";
}

.icon-eye-plus:before {
  content: "\e9cf";
}

.icon-eye-minus:before {
  content: "\e9d0";
}

.icon-eye-blocked:before {
  content: "\e9d1";
}

.icon-bookmark:before {
  content: "\e9d2";
}

.icon-bookmarks:before {
  content: "\e9d3";
}

.icon-sun:before {
  content: "\e9d4";
}

.icon-contrast:before {
  content: "\e9d5";
}

.icon-brightness-contrast:before {
  content: "\e9d6";
}

.icon-star-empty:before {
  content: "\e9d7";
}

.icon-star-half:before {
  content: "\e9d8";
}

.icon-star-full:before {
  content: "\e9d9";
}

.icon-heart:before {
  content: "\e9da";
}

.icon-heart-broken:before {
  content: "\e9db";
}

.icon-man:before {
  content: "\e9dc";
}

.icon-woman:before {
  content: "\e9dd";
}

.icon-man-woman:before {
  content: "\e9de";
}

.icon-happy:before {
  content: "\e9df";
}

.icon-happy2:before {
  content: "\e9e0";
}

.icon-smile:before {
  content: "\e9e1";
}

.icon-smile2:before {
  content: "\e9e2";
}

.icon-tongue:before {
  content: "\e9e3";
}

.icon-tongue2:before {
  content: "\e9e4";
}

.icon-sad:before {
  content: "\e9e5";
}

.icon-sad2:before {
  content: "\e9e6";
}

.icon-wink:before {
  content: "\e9e7";
}

.icon-wink2:before {
  content: "\e9e8";
}

.icon-grin:before {
  content: "\e9e9";
}

.icon-grin2:before {
  content: "\e9ea";
}

.icon-cool:before {
  content: "\e9eb";
}

.icon-cool2:before {
  content: "\e9ec";
}

.icon-angry:before {
  content: "\e9ed";
}

.icon-angry2:before {
  content: "\e9ee";
}

.icon-evil:before {
  content: "\e9ef";
}

.icon-evil2:before {
  content: "\e9f0";
}

.icon-shocked:before {
  content: "\e9f1";
}

.icon-shocked2:before {
  content: "\e9f2";
}

.icon-baffled:before {
  content: "\e9f3";
}

.icon-baffled2:before {
  content: "\e9f4";
}

.icon-confused:before {
  content: "\e9f5";
}

.icon-confused2:before {
  content: "\e9f6";
}

.icon-neutral:before {
  content: "\e9f7";
}

.icon-neutral2:before {
  content: "\e9f8";
}

.icon-hipster:before {
  content: "\e9f9";
}

.icon-hipster2:before {
  content: "\e9fa";
}

.icon-wondering:before {
  content: "\e9fb";
}

.icon-wondering2:before {
  content: "\e9fc";
}

.icon-sleepy:before {
  content: "\e9fd";
}

.icon-sleepy2:before {
  content: "\e9fe";
}

.icon-frustrated:before {
  content: "\e9ff";
}

.icon-frustrated2:before {
  content: "\ea00";
}

.icon-crying:before {
  content: "\ea01";
}

.icon-crying2:before {
  content: "\ea02";
}

.icon-point-up:before {
  content: "\ea03";
}

.icon-point-right:before {
  content: "\ea04";
}

.icon-point-down:before {
  content: "\ea05";
}

.icon-point-left:before {
  content: "\ea06";
}

.icon-warning:before {
  content: "\ea07";
}

.icon-notification:before {
  content: "\ea08";
}

.icon-question:before {
  content: "\ea09";
}

.icon-plus:before {
  content: "\ea0a";
}

.icon-minus:before {
  content: "\ea0b";
}

.icon-info:before {
  content: "\ea0c";
}

.icon-cancel-circle:before {
  content: "\ea0d";
}

.icon-blocked:before {
  content: "\ea0e";
}

.icon-cross:before {
  content: "\ea0f";
}

.icon-checkmark:before {
  content: "\ea10";
}

.icon-checkmark2:before {
  content: "\ea11";
}

.icon-spell-check:before {
  content: "\ea12";
}

.icon-enter:before {
  content: "\ea13";
}

.icon-exit:before {
  content: "\ea14";
}

.icon-play2:before {
  content: "\ea15";
}

.icon-pause:before {
  content: "\ea16";
}

.icon-stop:before {
  content: "\ea17";
}

.icon-previous:before {
  content: "\ea18";
}

.icon-next:before {
  content: "\ea19";
}

.icon-backward:before {
  content: "\ea1a";
}

.icon-forward2:before {
  content: "\ea1b";
}

.icon-play3:before {
  content: "\ea1c";
}

.icon-pause2:before {
  content: "\ea1d";
}

.icon-stop2:before {
  content: "\ea1e";
}

.icon-backward2:before {
  content: "\ea1f";
}

.icon-forward3:before {
  content: "\ea20";
}

.icon-first:before {
  content: "\ea21";
}

.icon-last:before {
  content: "\ea22";
}

.icon-previous2:before {
  content: "\ea23";
}

.icon-next2:before {
  content: "\ea24";
}

.icon-eject:before {
  content: "\ea25";
}

.icon-volume-high:before {
  content: "\ea26";
}

.icon-volume-medium:before {
  content: "\ea27";
}

.icon-volume-low:before {
  content: "\ea28";
}

.icon-volume-mute:before {
  content: "\ea29";
}

.icon-volume-mute2:before {
  content: "\ea2a";
}

.icon-volume-increase:before {
  content: "\ea2b";
}

.icon-volume-decrease:before {
  content: "\ea2c";
}

.icon-loop:before {
  content: "\ea2d";
}

.icon-loop2:before {
  content: "\ea2e";
}

.icon-infinite:before {
  content: "\ea2f";
}

.icon-shuffle:before {
  content: "\ea30";
}

.icon-arrow-up-left:before {
  content: "\ea31";
}

.icon-arrow-up:before {
  content: "\ea32";
}

.icon-arrow-up-right:before {
  content: "\ea33";
}

.icon-arrow-right:before {
  content: "\ea34";
}

.icon-arrow-down-right:before {
  content: "\ea35";
}

.icon-arrow-down:before {
  content: "\ea36";
}

.icon-arrow-down-left:before {
  content: "\ea37";
}

.icon-arrow-left:before {
  content: "\ea38";
}

.icon-arrow-up-left2:before {
  content: "\ea39";
}

.icon-arrow-up2:before {
  content: "\ea3a";
}

.icon-arrow-up-right2:before {
  content: "\ea3b";
}

.icon-arrow-right2:before {
  content: "\ea3c";
}

.icon-arrow-down-right2:before {
  content: "\ea3d";
}

.icon-arrow-down2:before {
  content: "\ea3e";
}

.icon-arrow-down-left2:before {
  content: "\ea3f";
}

.icon-arrow-left2:before {
  content: "\ea40";
}

.icon-circle-up:before {
  content: "\ea41";
}

.icon-circle-right:before {
  content: "\ea42";
}

.icon-circle-down:before {
  content: "\ea43";
}

.icon-circle-left:before {
  content: "\ea44";
}

.icon-tab:before {
  content: "\ea45";
}

.icon-move-up:before {
  content: "\ea46";
}

.icon-move-down:before {
  content: "\ea47";
}

.icon-sort-alpha-asc:before {
  content: "\ea48";
}

.icon-sort-alpha-desc:before {
  content: "\ea49";
}

.icon-sort-numeric-asc:before {
  content: "\ea4a";
}

.icon-sort-numberic-desc:before {
  content: "\ea4b";
}

.icon-sort-amount-asc:before {
  content: "\ea4c";
}

.icon-sort-amount-desc:before {
  content: "\ea4d";
}

.icon-command:before {
  content: "\ea4e";
}

.icon-shift:before {
  content: "\ea4f";
}

.icon-ctrl:before {
  content: "\ea50";
}

.icon-opt:before {
  content: "\ea51";
}

.icon-checkbox-checked:before {
  content: "\ea52";
}

.icon-checkbox-unchecked:before {
  content: "\ea53";
}

.icon-radio-checked:before {
  content: "\ea54";
}

.icon-radio-checked2:before {
  content: "\ea55";
}

.icon-radio-unchecked:before {
  content: "\ea56";
}

.icon-crop:before {
  content: "\ea57";
}

.icon-make-group:before {
  content: "\ea58";
}

.icon-ungroup:before {
  content: "\ea59";
}

.icon-scissors:before {
  content: "\ea5a";
}

.icon-filter:before {
  content: "\ea5b";
}

.icon-font:before {
  content: "\ea5c";
}

.icon-ligature:before {
  content: "\ea5d";
}

.icon-ligature2:before {
  content: "\ea5e";
}

.icon-text-height:before {
  content: "\ea5f";
}

.icon-text-width:before {
  content: "\ea60";
}

.icon-font-size:before {
  content: "\ea61";
}

.icon-bold:before {
  content: "\ea62";
}

.icon-underline:before {
  content: "\ea63";
}

.icon-italic:before {
  content: "\ea64";
}

.icon-strikethrough:before {
  content: "\ea65";
}

.icon-omega:before {
  content: "\ea66";
}

.icon-sigma:before {
  content: "\ea67";
}

.icon-page-break:before {
  content: "\ea68";
}

.icon-superscript:before {
  content: "\ea69";
}

.icon-subscript:before {
  content: "\ea6a";
}

.icon-superscript2:before {
  content: "\ea6b";
}

.icon-subscript2:before {
  content: "\ea6c";
}

.icon-text-color:before {
  content: "\ea6d";
}

.icon-pagebreak:before {
  content: "\ea6e";
}

.icon-clear-formatting:before {
  content: "\ea6f";
}

.icon-table:before {
  content: "\ea70";
}

.icon-table2:before {
  content: "\ea71";
}

.icon-insert-template:before {
  content: "\ea72";
}

.icon-pilcrow:before {
  content: "\ea73";
}

.icon-ltr:before {
  content: "\ea74";
}

.icon-rtl:before {
  content: "\ea75";
}

.icon-section:before {
  content: "\ea76";
}

.icon-paragraph-left:before {
  content: "\ea77";
}

.icon-paragraph-center:before {
  content: "\ea78";
}

.icon-paragraph-right:before {
  content: "\ea79";
}

.icon-paragraph-justify:before {
  content: "\ea7a";
}

.icon-indent-increase:before {
  content: "\ea7b";
}

.icon-indent-decrease:before {
  content: "\ea7c";
}

.icon-share:before {
  content: "\ea7d";
}

.icon-new-tab:before {
  content: "\ea7e";
}

.icon-embed:before {
  content: "\ea7f";
}

.icon-embed2:before {
  content: "\ea80";
}

.icon-terminal:before {
  content: "\ea81";
}

.icon-share2:before {
  content: "\ea82";
}

.icon-mail:before {
  content: "\ea83";
}

.icon-mail2:before {
  content: "\ea84";
}

.icon-mail3:before {
  content: "\ea85";
}

.icon-mail4:before {
  content: "\ea86";
}

.icon-instagram:before {
  content: "\ea92";
}

.icon-whatsapp:before {
  content: "\ea93";
}

.icon-youtube:before {
  content: "\ea9d";
}

.icon-file-pdf:before {
  content: "\eadf";
}

.icon-file-word:before {
  content: "\eae1";
}

.icon-file-excel:before {
  content: "\eae2";
}

.icon-libreoffice:before {
  content: "\eae3";
}

.ptb-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pt-10 {
  padding-top: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.ptb-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.ptb-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.ptb-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.ptb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.ptb-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.ptb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

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

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.ptb-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.pt-90 {
  padding-top: 90px;
}

.pb-90 {
  padding-bottom: 90px;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.ptb-110 {
  padding-top: 110px;
  padding-bottom: 110px;
}

.pt-110 {
  padding-top: 110px;
}

.pb-110 {
  padding-bottom: 110px;
}

.ptb-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.pt-120 {
  padding-top: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

.ptb-130 {
  padding-top: 130px;
  padding-bottom: 130px;
}

.pt-130 {
  padding-top: 130px;
}

.pb-130 {
  padding-bottom: 130px;
}

.ptb-140 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.pt-140 {
  padding-top: 140px;
}

.pb-140 {
  padding-bottom: 140px;
}

.ptb-150 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.pt-150 {
  padding-top: 150px;
}

.pb-150 {
  padding-bottom: 150px;
}

.text-and-image-section:nth-child(1) {
  top: 20px;
}

.text-and-image-section:nth-child(2) {
  top: 40px;
}

.text-and-image-section:nth-child(3) {
  top: 60px;
}

.text-and-image-section:nth-child(4) {
  top: 80px;
}

.text-and-image-section:nth-child(5) {
  top: 100px;
}

.text-and-image-section:nth-child(6) {
  top: 120px;
}

.text-and-image-section:nth-child(7) {
  top: 140px;
}

.text-and-image-section:nth-child(8) {
  top: 160px;
}

.text-and-image-section:nth-child(9) {
  top: 180px;
}

.text-and-image-section:nth-child(10) {
  top: 200px;
}

.text-and-image-section:nth-child(11) {
  top: 220px;
}

.text-and-image-section:nth-child(12) {
  top: 240px;
}

.text-and-image-section:nth-child(13) {
  top: 260px;
}

.text-and-image-section:nth-child(14) {
  top: 280px;
}

.text-and-image-section:nth-child(15) {
  top: 300px;
}

.background-0 {
  background: var(--background-1--background-1-50);
}
.background-1 {
  background: var(--background-2--background-2-100);
}
.background-2 {
  background: var(--background-1--background-1-600);
}
.background-3 {
  background: var(--primary--primary-500);
}

.colour-all-content-white h1, .cta-simple-section h1, .text-and-image-section.background-colour-styling h1, .text-and-image-section.alt-bg-colour.alt-bg-2 h1, .hero-banner h1, .announcement-banner h1, .background-3 h1, .colour-all-content-white p, .cta-simple-section p, .text-and-image-section.background-colour-styling p, .text-and-image-section.alt-bg-colour.alt-bg-2 p, .hero-banner p, .announcement-banner p, .background-3 p, .colour-all-content-white h2, .cta-simple-section h2, .text-and-image-section.background-colour-styling h2, .text-and-image-section.alt-bg-colour.alt-bg-2 h2, .hero-banner h2, .announcement-banner h2, .background-3 h2, .colour-all-content-white h3, .cta-simple-section h3, .text-and-image-section.background-colour-styling h3, .text-and-image-section.alt-bg-colour.alt-bg-2 h3, .hero-banner h3, .announcement-banner h3, .background-3 h3, .colour-all-content-white h4, .cta-simple-section h4, .text-and-image-section.background-colour-styling h4, .text-and-image-section.alt-bg-colour.alt-bg-2 h4, .hero-banner h4, .announcement-banner h4, .background-3 h4, .colour-all-content-white h5, .cta-simple-section h5, .text-and-image-section.background-colour-styling h5, .text-and-image-section.alt-bg-colour.alt-bg-2 h5, .hero-banner h5, .announcement-banner h5, .background-3 h5, .colour-all-content-white h6, .cta-simple-section h6, .text-and-image-section.background-colour-styling h6, .text-and-image-section.alt-bg-colour.alt-bg-2 h6, .hero-banner h6, .announcement-banner h6, .background-3 h6, .colour-all-content-white ul, .cta-simple-section ul, .text-and-image-section.background-colour-styling ul, .text-and-image-section.alt-bg-colour.alt-bg-2 ul, .hero-banner ul, .announcement-banner ul, .background-3 ul, .colour-all-content-white li, .cta-simple-section li, .text-and-image-section.background-colour-styling li, .text-and-image-section.alt-bg-colour.alt-bg-2 li, .hero-banner li, .announcement-banner li, .background-3 li, .colour-all-content-white i, .cta-simple-section i, .text-and-image-section.background-colour-styling i, .text-and-image-section.alt-bg-colour.alt-bg-2 i, .hero-banner i, .announcement-banner i, .background-3 i, .colour-all-content-white a, .cta-simple-section a, .text-and-image-section.background-colour-styling a, .text-and-image-section.alt-bg-colour.alt-bg-2 a, .hero-banner a, .announcement-banner a, .background-3 a, .colour-all-content-white .tagline, .cta-simple-section .tagline, .text-and-image-section.background-colour-styling .tagline, .text-and-image-section.alt-bg-colour.alt-bg-2 .tagline, .hero-banner .tagline, .announcement-banner .tagline, .background-3 .tagline, .colour-all-content-light h1, .colour-all-content-light p, .colour-all-content-light h2, .colour-all-content-light h3, .colour-all-content-light h4, .colour-all-content-light h5, .colour-all-content-light h6, .colour-all-content-light ul, .colour-all-content-light li, .colour-all-content-light i, .colour-all-content-light a, .colour-all-content-light .tagline {
  color: var(--white);
}
.colour-all-content-white a, .cta-simple-section a, .text-and-image-section.background-colour-styling a, .text-and-image-section.alt-bg-colour.alt-bg-2 a, .hero-banner a, .announcement-banner a, .background-3 a, .colour-all-content-light a {
  border-color: var(--white);
}

.colour-all-content-black h1, .footer h1, .colour-all-content-black p, .footer p, .colour-all-content-black h2, .footer h2, .colour-all-content-black h3, .footer h3, .colour-all-content-black h4, .footer h4, .colour-all-content-black h5, .footer h5, .colour-all-content-black h6, .footer h6, .colour-all-content-black ul, .footer ul, .colour-all-content-black li, .footer li, .colour-all-content-black i, .footer i, .colour-all-content-black a, .footer a, .colour-all-content-black .tagline, .footer .tagline, .colour-all-content-dark h1, .colour-all-content-dark p, .colour-all-content-dark h2, .colour-all-content-dark h3, .colour-all-content-dark h4, .colour-all-content-dark h5, .colour-all-content-dark h6, .colour-all-content-dark ul, .colour-all-content-dark li, .colour-all-content-dark i, .colour-all-content-dark a, .colour-all-content-dark .tagline {
  color: var(--black);
}
.colour-all-content-black a, .footer a, .colour-all-content-dark a {
  border-color: var(--black);
}

.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0;
}
.acf-map-contact {
  height: 515px;
}

.acf-map img {
  max-width: inherit !important;
}

/*====================*/
/* =Bootstrap Styles= */
/*====================*/
@media (min-width: 1200px) {
  .container {
    max-width: 1460px;
  }
}
/*===============*/
/* =Body Styles= */
/*===============*/
:root {
  --base-font-size: 18px;
}

html {
  font-size: var(--base-font-size);
}

body {
  background: var(--background-1--background-1-100);
  font-size: var(--text---regular---normal);
}

/*===============*/
/* Global Styles */
/*===============*/
.hidden {
  opacity: 0;
}

.visible {
  opacity: 1;
  transition: opacity 1s ease-out;
}

.modal-content {
  top: 20vh;
}

blockquote {
  display: flex;
  margin: 1.5em 10px;
  font-style: italic;
  padding: 0.5em 10px;
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  quotes: "“" "”" "‘" "’";
}

blockquote:before {
  color: #ccc;
  font-size: 4em;
  line-height: 0.8em;
  content: open-quote;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

blockquote p {
  margin-bottom: 10px;
}

.heading-underline::after, .news-block h2::after, .team-block h2::after {
  display: block;
  content: "";
  width: 28%;
  height: 3px;
  position: absolute;
  background: var(--primary--primary-500);
  bottom: -8px;
  left: 0;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  display: block;
  font-size: var(--heading---desktop---h4);
  color: #000000;
  position: relative;
  margin-bottom: 20px;
}

h1, .h1 {
  font-size: clamp(var(--heading---mobile---h1), 100% + 4vw, var(--heading---desktop---h1));
}

h2, .h2 {
  font-size: clamp(var(--heading---mobile---h2), 4vw, var(--heading---desktop---h2));
}
h2.big, .h2.big {
  font-size: clamp(var(--heading---mobile---h1), 4vw, var(--heading---desktop---h1));
}

h3, .h3 {
  font-size: clamp(var(--heading---mobile---h3), 5vw, var(--heading---desktop---h3));
}

h4, .h4 {
  font-size: clamp(var(--heading---mobile---h4), 5vw, var(--heading---desktop---h4));
}

h5, .h5 {
  font-size: clamp(var(--heading---mobile---h5), 5vw, var(--heading---desktop---h5));
}

h6, .h6 {
  font-size: clamp(var(--heading---mobile---h6), 5vw, var(--heading---desktop---h6));
}

.tagline {
  color: #000000;
  font-size: clamp(var(--text---regular---normal), 2.5vw, var(--text---medium---normal));
  margin-bottom: 0;
  display: inline-block;
}

p:has(span.tagline) {
  margin-bottom: 0;
}

p, li {
  font-size: clamp(var(--text---regular---normal), 2.5vw, var(--text---medium---normal));
  color: #000000;
  margin-bottom: 20px;
}
p a, li a {
  border-bottom: 1px dotted #000;
}
p a:hover, li a:hover {
  border-bottom: 1px solid #555;
}

li {
  margin-bottom: 5px;
}

.cta-drop-shadow {
  box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.25);
}

.cta-link {
  width: 100%;
  padding: 10px;
  color: var(--white);
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background: var(--primary--primary-800);
  font-size: clamp(var(--text---regular---normal), 100% + 1vw, var(--text---regular---normal));
  transition-duration: 0.5s;
}
.cta-link:hover {
  color: var(--black);
  transition: all 0.5s;
  background: var(--primary--primary-200);
}

.cta-alternative {
  color: #ffffff;
  background: var(--background-1--background-1-900);
}

.cta-button {
  border: none;
}

a {
  color: #000;
  text-decoration: none;
  transition: all 1s;
}
a:hover {
  color: #555;
}
a.read-more-203 {
  font-size: 0.7em;
}

.wpcf7 form .wpcf7-response-output {
  padding: 1em;
  margin: 3em 0 0;
  background: #fff;
  border: none !important;
  display: none;
}

.wpcf7-not-valid-tip::before {
  content: "! ";
  background: rgba(255, 255, 255, 0.8);
  color: #f00;
  border-radius: 100px;
  width: 24px;
  height: 24px;
  display: inline-block;
  text-align: center;
  line-height: 24px;
  margin-right: 10px;
  font-weight: bold;
}

/*===========================*/
/* =======Main Styles======= */
/*===========================*/
.cta-link, .navigation-bar-inner, submit, input, textarea {
  border-radius: 0 12px;
}

img {
  border-radius: 0 26px;
}

.logo img {
  border-radius: 0;
}

/* Page Content */
.page-content {
  /* Blog */
}
.page-content-blog-published, .page-content-blog-author {
  font-size: 16px;
  color: #434343;
}
.page-content-blog-published {
  margin: 0;
}
.page-content-blog h1 {
  margin-bottom: 10px;
}
.page-content-blog-featured-image {
  overflow: hidden;
  max-height: 500px;
  margin: 15px 0 25px;
  background: #a8a8a8;
}
.page-content-blog-featured-image img {
  width: 100%;
  height: clamp(200px, 100% + 5vw, 500px);
  border-radius: 0;
  object-fit: cover;
  object-position: 50% 30%;
}
.page-content-team .hero-banner-team {
  color: #ffffff;
}
.page-content-team .hero-banner-team h1 {
  margin-bottom: 10px;
}
.page-content-team .hero-banner-team h2 {
  margin-bottom: 10px;
  color: var(--white);
  font-size: clamp(var(--heading---desktop---h4), 100% + 1vw, var(--heading---mobile---h4));
}
.page-content-team .hero-banner-team p {
  font-size: clamp(var(--text---medium---normal), 100% + 1vw, var(--text---regular---normal));
  margin-bottom: 0;
}
.page-content-team .hero-banner-team a {
  color: var(--white);
  font-size: clamp(var(--text---large---normal), 100% + 1vw, var(--text---regular---normal));
}
.page-content-news {
  padding-bottom: 80px;
}

/* Header */
.header {
  top: 0;
  z-index: 10;
  position: sticky;
  background: var(--background-1--background-1-100);
}
.header * {
  transition: all 0.5s;
}
.header.resize .navigation-bar {
  padding: 10px 0;
  border-bottom: 3px solid var(--primary--primary-500);
}
.header.resize .logo img {
  width: 50%;
  height: auto;
}
.header-sociallinks {
  right: 0;
  top: 300px;
  z-index: 99;
  position: absolute;
  background: var(--secondary--secondary-500);
  border-radius: 10px 0 0 10px;
}
.header-sociallinks a {
  color: var(--white);
  display: block;
  font-size: 32px;
  text-decoration: none;
  margin: 12px 0 12px 12px;
  transition-duration: 0.5s;
}
.header-sociallinks a:first-of-type {
  padding: 0 12px 0 0;
}
.header-sociallinks a:hover {
  opacity: 50%;
  transition: opacity 1s;
}

/* Announcement Banner */
.announcement-banner {
  background: var(--primary--primary-900);
  animation-name: color;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: linear;
}
@keyframes color {
  to {
    background-color: var(--primary--primary-700);
  }
}
.announcement-banner p {
  margin: 0;
  padding: 20px 0;
  font-size: clamp(var(--text---small---normal), 5vw, var(--text---large---normal));
}
.announcement-banner span {
  padding-left: 30px;
}
.announcement-banner span:hover {
  color: var(--black);
}
.announcement-banner:hover {
  background: var(--primary--primary-900);
}

/* Navigation Bar */
.navigation-bar {
  padding: 35px 0;
  min-height: 80px;
  /* Mobile Nav */
}
.navigation-bar .row, .navigation-bar nav, .navigation-bar nav > ul {
  min-height: 80px;
}
.navigation-bar nav.desktop {
  height: 100%;
}
.navigation-bar nav.desktop ul {
  margin: 0;
  padding: 0;
  height: 100%;
  position: relative;
}
.navigation-bar nav.desktop ul li {
  list-style: none;
  margin: 0 30px;
}
.navigation-bar nav.desktop ul li a {
  color: var(--black);
  font-size: var(--text---regular---normal);
  position: relative;
  text-decoration: none;
  border: 0;
}
.navigation-bar nav.desktop ul li a:not(.cta-link)::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 3px;
  bottom: -3px;
  left: 0;
  background-color: var(--primary--primary-800);
  transform-origin: bottom right;
  transition: transform 0.15s ease-out;
}
.navigation-bar nav.desktop ul li a:hover {
  transition: all 0.5s;
  color: var(--black);
}
.navigation-bar nav.desktop ul li a:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.navigation-bar nav.desktop ul li a.cta-link {
  color: var(--white);
  font-size: var(--text---medium---medium);
}
.navigation-bar nav.desktop ul li:has(ul)::after {
  content: url("/wp-content/themes/203base/assets/images/arrow-down.png");
  position: absolute;
  height: 20px;
  width: 20px;
  color: #000;
}
.navigation-bar nav.desktop ul li ul {
  height: auto;
  display: none;
  z-index: 100;
  padding: 8px 0;
  min-width: 160px;
  position: absolute;
  background-color: #f1f1f1;
  border-radius: 0 0 12px 12px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}
.navigation-bar nav.desktop ul li ul li {
  margin: 10px 15px;
}
.navigation-bar nav.desktop ul li ul li a {
  display: block;
}
.navigation-bar nav.desktop ul li:hover ul {
  display: block;
}
.navigation-bar .cta-wrapper {
  height: 100%;
}
.navigation-bar .cta-link {
  padding: 10px 25px;
  font-size: clamp(var(--text---regular---normal), 100% + 1vw, var(--text---medium---normal));
}
.navigation-bar .cta-link:hover {
  background: var(--primary--primary-500);
}
.navigation-bar nav.mobile {
  padding-top: 20px;
}
.navigation-bar label .menu {
  margin: 0;
  z-index: 100;
  position: relative;
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  box-shadow: 0 0 0 0 var(--background-1--background-1-100), 0 0 0 0 var(--background-1--background-1-100);
  cursor: pointer;
}
.navigation-bar label .hamburger {
  position: relative;
  top: 15px;
  width: 30px;
  height: 2px;
  background: var(--primary--primary-900);
  display: block;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.navigation-bar label .hamburger:after, .navigation-bar label .hamburger:before {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: var(--primary--primary-900);
}
.navigation-bar label .hamburger:before {
  top: -10px;
}
.navigation-bar label .hamburger:after {
  bottom: -10px;
}
.navigation-bar label input {
  display: none;
}
.navigation-bar label input:checked + .menu {
  box-shadow: 0 0 0 100vw var(--background-1--background-1-100), 0 0 0 100vh var(--background-1--background-1-100);
  border-radius: 0;
}
.navigation-bar label input:checked + .menu .hamburger {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navigation-bar label input:checked + .menu .hamburger:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  bottom: 0;
}
.navigation-bar label input:checked + .menu .hamburger:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 0;
}
.navigation-bar label input:checked + .menu + ul {
  left: 50%;
  opacity: 1;
  padding: 0;
}
.navigation-bar label input:checked + body {
  overflow: hidden;
}
.navigation-bar label input:checked + html {
  overflow: hidden;
}
.navigation-bar label > ul {
  position: absolute;
  top: 30vh;
  left: -9999px;
  z-index: 200;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  list-style: none;
  text-align: center;
  opacity: 0;
  width: 80%;
}
.navigation-bar label > ul .cta-link {
  color: var(--white);
  margin-top: 40px;
  padding: 10px 30px;
  background: var(--primary--primary-900);
}
.navigation-bar label > ul li {
  position: relative;
}
.navigation-bar label > ul li:has(ul)::after {
  content: url("/wp-content/themes/203base/assets/images/arrow-down.png");
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  color: var(--black);
  position: absolute;
}
.navigation-bar label > ul ul {
  list-style: none;
  margin: 0 0 17px;
  padding: 17px 0 0;
  background: var(--background-1--background-1-600);
  border-bottom: 1px solid var(--background-1--background-1-800);
}
.navigation-bar label a, .navigation-bar label span {
  margin-bottom: 1em;
  display: block;
  color: var(--black);
  text-decoration: none;
  border: 0;
}
.navigation-bar label span {
  font-weight: bold;
}

/* Hero Banner */
.hero-banner {
  padding: 60px 0;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background: var(--primary--primary-700);
}
.hero-banner p {
  font-size: clamp(var(--text---regular---normal), 3vw, var(--text---medium---normal));
}
.hero-banner a.cta-link {
  width: 100%;
  color: var(--black);
  margin: 20px 0 50px;
  padding: 10px 30px;
  background: var(--secondary--secondary-50);
  font-size: clamp(var(--text---medium---medium), 100% + 1vw, var(--text---medium---medium));
}
.hero-banner a.cta-link:hover {
  color: var(--black);
  transition: all 0.5s;
  background: var(--secondary--secondary-300);
}
.hero-banner-event {
  margin-bottom: 0;
  background: var(--white);
}
.hero-banner-event h1, .hero-banner-event p {
  color: var(--black);
}
.hero-banner-event h1 {
  margin-top: 0;
}
.hero-banner-event a.cta-link {
  margin-bottom: 0;
}
.hero-banner-event-details p {
  font-size: var(--text---small---normal);
}
.hero-banner-event-details i {
  font-size: 1.3em;
  margin-right: 10px;
}
.hero-banner img {
  max-width: 100%;
}
.hero-banner-image {
  position: relative;
}
.hero-banner-image-extra {
  position: absolute;
  width: 32%;
  max-width: 190px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}
.hero-banner-image-extra-left {
  left: -10%;
  bottom: 4%;
}
.hero-banner-image-extra-right {
  top: -6%;
  right: 4%;
}

.section-203.sub-page-hero {
  padding: 0;
  background: var(--primary--primary-700);
}
.section-203.sub-page-hero h1, .section-203.sub-page-hero p {
  color: var(--white);
}
.section-203.sub-page-hero p {
  font-size: clamp(var(--text---regular---normal), 3vw, var(--text---large---normal));
}

/* Text Page Title */
.page-title-wrap {
  margin: 40px 0 0;
}

/* All 203 Sections */
.section-203 {
  padding: 112px 0;
}
.section-203.page-content-events, .section-203.page-content-team {
  padding: 24px 0 112px;
}

/* Full Width Content Section */
.full-width-content-section {
  background: var(--background-1--background-1-600);
}

/* Text and Image section */
.text-and-image-section {
  background: var(--background-1--background-1-400);
}
.text-and-image-section.alt-bg-colour {
  background: var(--white);
}
.text-and-image-section.alt-bg-colour.alt-bg-2 {
  background: var(--primary--primary-500);
}
.text-and-image-section img {
  width: 100%;
  margin: 30px 0;
  border-radius: 10px;
}
.text-and-image-section .cta-link {
  margin-top: 20px;
}
.text-and-image-section.background-colour-styling {
  border-radius: 0 20px;
  margin: 64px 0;
  padding: 0 20px 20px;
}
.text-and-image-section.background-colour-styling .cta-link {
  color: var(--black);
  background: var(--white);
}
.text-and-image-section.background-colour-styling .cta-link:hover {
  background: var(--primary--primary-200);
}
.text-and-image-section-block-icon {
  width: auto;
  height: auto;
  margin: 15px 0;
  font-size: 2.5rem;
}
.text-and-image-section-block.list-item {
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.text-and-image-section-block.list-item h3 {
  margin: 10px 0 12px;
}
.text-and-image-section-block.list-item p {
  margin-bottom: 15px;
  font-size: var(--text---regular---normal);
}
.text-and-image-section-block.list-item .dashicons {
  margin: 0;
}

/* Gallery Section */
.gallery {
  padding: 50px 0 25px;
  background: var(--background-1--background-1-500);
}
.gallery p {
  margin-bottom: 60px;
}
.gallery img {
  width: 100%;
  margin-bottom: 25px;
}

/* Images Row Section */
.images-row-section img {
  width: 100%;
}

/* Craousel Row Section */
.carousel-row-section {
  margin: 80px 0;
}
.carousel-row-section .tns-outer {
  position: relative;
}
.carousel-row-section .tns-controls {
  position: absolute;
  display: flex;
  justify-content: space-between;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100%;
}
.carousel-row-section .tns-controls button {
  border: 0;
  font-size: 42px;
  line-height: 42px;
  background: none;
  font-weight: bold;
  border-radius: 100px;
}
.carousel-row-section .tns-controls button i {
  opacity: 0.5;
  background: #fff;
  transition: all 0.3s;
  border-radius: 1000px;
}
.carousel-row-section .tns-controls button i:hover {
  opacity: 1;
}
.carousel-row-section .carousel-full-width {
  position: relative;
}
.carousel-row-section .carousel-full-width img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 0;
}
.carousel-row-section .tns-nav {
  width: 100%;
  bottom: 30px;
  display: flex;
  position: absolute;
  justify-content: center;
}
.carousel-row-section .tns-nav button {
  width: 20px;
  height: 20px;
  border-radius: 100px;
  border: 2px solid #fff;
  margin: 0 10px;
}
.carousel-row-section .tns-nav-active {
  border: 2px solid #333 !important;
}

/* Services Section & Process Three Step Section */
.services-section, .process-three-step-section {
  background: var(--background-1--background-1-50);
}
.services-section h2.big, .process-three-step-section h2.big {
  font-size: clamp(var(--heading---mobile---h2), 100% + 5vw, var(--heading---desktop---h2));
}
.services-section-block, .process-three-step-section-block {
  margin: 25px 0;
}
.services-section-block img, .process-three-step-section-block img {
  display: block;
  max-width: 100%;
  max-height: 230px;
}
.services-section-block h3, .process-three-step-section-block h3 {
  margin-top: 20px;
}
.services-section-block p, .process-three-step-section-block p {
  margin-top: 15px;
}
.services-section .cta-link, .process-three-step-section .cta-link {
  margin-top: 50px;
}

/* Process Three Step Section */
.process-three-step-section {
  background: var(--background-1--background-1-100);
}
.process-three-step-section h2.big {
  font-size: clamp(var(--heading---mobile---h3), 100% + 5vw, var(--heading---desktop---h3));
}
.process-three-step-section-block {
  margin: 25px 0;
}
.process-three-step-section-block h3 {
  font-size: var(--heading---desktop---h4);
  margin-top: 32px;
}
.process-three-step-section-block p {
  font-size: var(--text---regular---normal);
}
.process-three-step-section-block-icon {
  font-size: 3rem;
}

/* Pricing Section */
.pricing-section {
  background: #F0F8F0;
}
.pricing-section-block {
  width: 100%;
  margin: 60px 0 0;
  overflow: hidden;
  position: relative;
  border-radius: 0 26px;
  background: #ffffff;
  padding: 52px 32px 32px;
  border: 1px solid #000000;
}
.pricing-section-block i {
  position: absolute;
  top: 10px;
  right: 0;
}
.pricing-section-block h1 {
  line-height: 100%;
  margin-bottom: 8px;
}
.pricing-section-block p.additional {
  margin: 0;
  line-height: 100%;
}
.pricing-section-block p, .pricing-section-block li {
  font-size: 18px;
}
.pricing-section-block hr {
  margin: 30px 0;
}
.pricing-section-block-ribbon {
  top: 38px;
  right: -76px;
  width: 260px;
  text-align: center;
  color: var(--white);
  padding: 5px 50px;
  position: absolute;
  transform: rotate(45deg);
  background: var(--primary--primary-500);
  z-index: 5;
}
.pricing-section .cta-link {
  margin-top: 50px;
}

/* Benefits Section */
.arrow {
  height: 13px;
  flex-grow: 1;
  position: relative;
  background-color: rgba(0, 0, 0, 0);
}
.arrow:before {
  position: absolute;
  content: "  ";
  display: inline-block;
  left: 0px;
  top: -14px;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background-color: var(--primary--primary-500);
}
.arrow:after {
  position: absolute;
  content: "  ";
  display: inline-block;
  right: -55px;
  top: -19px;
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 35px solid var(--primary--primary-500);
  border-right: 35px solid transparent;
}

.dotted {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 20px, var(--primary--primary-500) 0);
  background-size: 40px 20px;
  background-position: 0 100%;
}

.benefits-section-block {
  position: relative;
  margin-bottom: 20px;
}
.benefits-section .title-wrapper {
  width: 100%;
  position: relative;
}
.benefits-section .title {
  font-size: clamp(56px, 100% + 5vw, 70px);
  line-height: 91%;
  position: relative;
  display: inline-block;
}
.benefits-section .title, .benefits-section .content {
  text-align: center;
}
.benefits-section-horizontal h2 {
  width: 90%;
  margin-bottom: 80px;
}
.benefits-section-horizontal p.summary {
  width: 90%;
  font-size: var(--text---medium---normal);
}
.benefits-section-horizontal .benefit-section-block {
  padding: 0 12px;
  text-wrap: pretty;
}
.benefits-section-horizontal p {
  font-size: var(--text---regular---normal);
}
.benefits-section-horizontal .cta-link {
  margin-top: 80px;
}

/* Process Section */
.process-section {
  background: var(--background-1--background-1-600);
}
.process-section-block {
  position: relative;
  min-height: 320px;
}
.process-section .number {
  margin: 0;
  color: var(--black);
}
.process-section .number-absolute {
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 350px;
  line-height: 330px;
  position: absolute;
  color: rgba(255, 255, 255, 0.1);
}
.process-section-vertical .number {
  font-size: clamp(56px, 100% + 7vw, 150px) !important;
  position: relative;
  color: var(--black);
  line-height: 100%;
}
.process-section-vertical .title {
  margin: 0;
  line-height: 120%;
}
.process-section-content-wrap {
  border-top: 2px solid rgba(0, 0, 0, 0.1);
  padding: 32px 0 20px;
  position: relative;
}
.process-section-content-wrap::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 3%;
  height: 2px;
  background-color: #000;
}

/* Testimonial Section */
.testimonial-section {
  background: var(--accent-1--accent-1-50);
}
.testimonial-section-content {
  margin: 20px 0 40px;
  text-align: center;
}
.testimonial-section p {
  text-align: center;
  font-style: italic;
}
.testimonial-section p:not(.testimonial-section-author) {
  font-size: clamp(var(--text---medium---normal), 2.5vw, var(--text---large---normal));
}
.testimonial-section-quote {
  padding: 0 10%;
  position: relative;
}
.testimonial-section-author {
  font-size: clamp(var(--text---regular---normal), 2.5vw, var(--text---medium---normal));
  margin: 20px 0 10px;
}
.testimonial-section-author span {
  font-size: clamp(var(--text---small---normal), 2.5vw, var(--text---regular---normal));
  display: block;
}
.testimonial-section .tns-outer {
  position: relative;
}
.testimonial-section .tns-controls {
  position: absolute;
  display: none;
  justify-content: space-between;
  top: 35%;
  left: 0;
  z-index: 1;
  width: 100%;
}
.testimonial-section .tns-controls button {
  border: 0;
  font-size: 42px;
  line-height: 42px;
  background: none;
  font-weight: bold;
  border-radius: 100px;
}
.testimonial-section .tns-controls button i {
  opacity: 0.5;
  background: #fff;
  transition: all 0.3s;
  border-radius: 1000px;
}
.testimonial-section .tns-controls button i:hover {
  opacity: 1;
}
.testimonial-section .carousel-full-width {
  position: relative;
}
.testimonial-section .tns-item {
  padding: 0;
}
.testimonial-section .tns-nav {
  bottom: 0;
  width: 100%;
  display: flex;
  position: absolute;
  justify-content: center;
}
.testimonial-section .tns-nav button {
  width: 16px;
  height: 16px;
  border-radius: 100px;
  border: 2px solid #fff;
  margin: 0 10px;
}
.testimonial-section .tns-nav-active {
  border: 2px solid #333 !important;
}
.testimonial-section--cards {
  background: var(--background-1--background-1-600);
}
.testimonial-section--cards h2 {
  margin-bottom: 18px;
}
.testimonial-section--cards p.testimonial-section-summary {
  margin: 0 auto 44px;
  max-width: 760px;
  text-align: center;
  font-style: normal;
  font-size: var(--text---medium---normal);
  font-weight: var(--font-body-weight-regular);
}
.testimonial-section--cards .testimonial-section-list.row {
  --bs-gutter-x: 24px;
  --bs-gutter-y: 24px;
}
.testimonial-section--cards .carousel-full-width.testimonial-section-list {
  margin: 0 -12px;
}
.testimonial-section--cards .testimonial-section-content {
  margin: 0;
  text-align: left;
  border-radius: 0 24px;
  padding: 26px 22px 22px;
  border: 1px solid rgba(0, 0, 0, 0.14);
  background: var(--background-2--background-2-600);
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.testimonial-section--cards .testimonial-section-stars {
  font-size: 1.05rem;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 16px;
  color: var(--black);
}
.testimonial-section--cards .testimonial-section-stars i {
  margin-right: 2px;
}
.testimonial-section--cards .testimonial-section-stars i:last-child {
  margin-right: 0;
}
.testimonial-section--cards p.testimonial-section-quote {
  padding: 0;
  text-align: left;
  font-style: normal;
  font-size: clamp(var(--text---regular---normal), 1.3vw, var(--text---medium---normal));
  line-height: 1.45;
  margin: 0 0 20px;
}
.testimonial-section--cards .testimonial-section-author {
  text-align: left;
  font-style: normal;
  margin: 0;
  font-size: var(--text---medium---semi--bold);
  line-height: 1.3;
}
.testimonial-section--cards .testimonial-section-author span {
  margin-top: 2px;
  font-size: var(--text---regular---normal);
}
.testimonial-section--cards .tns-item {
  padding: 0 12px;
}
.testimonial-section--cards .tns-nav {
  bottom: -50px;
}
.testimonial-section--cards .tns-nav button {
  opacity: 0.6;
  background: var(--white);
  border: 2px solid var(--black);
}
.testimonial-section--cards .tns-nav-active {
  border: 2px solid #333 !important;
  opacity: 1 !important;
  background: var(--accent-1--accent-1-600) !important;
}
.testimonial-section--cards .tns-controls button {
  position: relative;
}
.testimonial-section--cards .tns-controls button[data-controls=prev] {
  left: -70px;
}
.testimonial-section--cards .tns-controls button[data-controls=next] {
  right: -55px;
}

/* FAQ Section */
.faqs-section {
  background: var(--background-1--background-1-50);
}
.faqs-section h2, .faqs-section p {
  text-align: center;
}
.faqs-section p {
  margin-bottom: 40px;
}
.faqs-section-block {
  overflow: hidden;
  border-top: 1px solid var(--accent-1--accent-1-500);
}
.faqs-section-block:last-child {
  border-bottom: 1px solid var(--accent-1--accent-1-500);
}
.faqs-section-block-question {
  width: 100%;
  border: none;
  padding: 22px 20px;
  outline: none;
  cursor: pointer;
  text-align: left;
  background: none;
  position: relative;
  font-size: var(--text---medium---normal);
  transition: background-color 0.3s ease;
}
.faqs-section-block-question:hover {
  background-color: var(--accent-1--accent-1-100);
}
.faqs-section-block-question-arrow {
  position: absolute;
  right: 20px;
  transition: transform 0.3s ease; /* Smooth rotation transition */
}
.faqs-section-block-question.active {
  background-color: var(--accent-1--accent-1-50);
}
.faqs-section-block-question.active span {
  transform: rotate(180deg); /* Rotate arrow 180 degrees */
}
.faqs-section-block-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background-color: #fff;
}
.faqs-section-block-answer p {
  padding: 20px;
  text-align: left;
  margin-bottom: 10px;
}
.faqs-section-cta {
  margin-top: 60px;
}

/* CTA Simple Section */
.cta-simple-section {
  padding: 112px 0;
  text-align: center;
  background: var(--primary--primary-500);
  background-repeat: no-repeat;
  background-size: 220% auto;
  background-position: -7rem 8rem;
}
.cta-simple-section.cta-alt1 {
  margin: 64px 0;
  padding: 40px 20px 20px;
  border-radius: 0 26px;
  background-position: 300px -140px;
}
.cta-simple-section.cta-alt1 .small, .cta-simple-section.cta-alt1 .small > a {
  font-size: var(--text---small---normal);
}
.cta-simple-section.cta-alt1 form input, .cta-simple-section.cta-alt1 form input[type=submit] {
  padding: 10px;
  border-radius: 12px;
  border: 1px solid var(--primary--primary-900);
  background: var(--background-1--background-1-50);
  width: 100%;
}
.cta-simple-section.cta-alt1 form input[type=submit] {
  border: 0;
  margin-top: 12px;
  transition: all 0.3s;
  box-shadow: inset 0 -2px 1px 0 rgba(0, 0, 0, 0.25);
}
.cta-simple-section.cta-alt1 form input[type=submit]:hover {
  background: var(--primary--primary-100);
}
.cta-simple-section.cta-alt1 form input[type=submit]:active {
  box-shadow: inset 0 0 1px 0 rgba(0, 0, 0, 0.25);
}
.cta-simple-section.cta-alt1 form p.small {
  margin-top: 20px;
}
.cta-simple-section.cta-alt1.custom-background-image {
  background-size: cover;
  background-position: center center;
  background-blend-mode: multiply;
  background-color: #424242;
}
.cta-simple-section h2 {
  color: var(--white);
  margin-bottom: 20px;
}
.cta-simple-section p, .cta-simple-section a {
  color: var(--white);
  margin-bottom: 28px;
  font-size: var(--text---medium---normal);
}
.cta-simple-section .cta-link {
  color: var(--black);
  background: var(--background-1--background-1-50);
}
.cta-simple-section .cta-link:hover {
  color: var(--white);
  background: var(--primary--primary-900);
}
.cta-simple-section.cta-multiple-section {
  background: var(--white);
}
.cta-simple-section.cta-multiple-section h2, .cta-simple-section.cta-multiple-section p {
  color: var(--black);
}
.cta-simple-section.cta-multiple-section .cta-link {
  margin: 0 20px 20px;
  color: var(--white);
  background: var(--secondary--secondary-900);
}
.cta-simple-section.cta-multiple-section .cta-link:hover {
  background: var(--secondary--secondary-700);
}

/* Features Section */
.features-section-text {
  margin: 20px 0;
  font-size: 36px;
  line-height: 120%;
}
.features-section-text i {
  color: var(--primary--primary-500);
  margin-right: 10px;
}

/* Statistics Section */
.statistics-section {
  background: var(--background-1--background-1-600);
}
.statistics-section p {
  text-align: center;
}
.statistics-section-figure {
  margin-top: 30px;
  font-size: 96px;
  line-height: 100px;
}
.statistics-section-text {
  font-size: 24px;
}

/* Logos Section */
.logos-section {
  position: relative;
  overflow: hidden;
}
.logos-section img {
  max-width: 300px;
}
.logos-section::after {
  display: block;
  content: "";
  width: 33%;
  height: 3px;
  background: var(--accent-3--accent-3-500);
  position: absolute;
  bottom: 0;
  left: 33%;
}

/* Contact form section */
.contact-form-section form label, .contact-form-section form input, .contact-form-section form textarea {
  display: block;
  font-size: 16px;
}
.contact-form-section form label {
  color: var(--black);
  margin: 14px 0 8px;
}
.contact-form-section form input, .contact-form-section form textarea {
  width: 100%;
  padding: 10px;
  outline: none;
  transition: 0.5s;
  border: 1px solid var(--primary--primary-900);
  margin: 0 0 10px;
}
.contact-form-section form input:focus, .contact-form-section form textarea:focus {
  border: 1px solid var(--primary--primary-100);
}
.contact-form-section form input.wpcf7-submit, .contact-form-section form textarea.wpcf7-submit {
  margin-top: 24px;
}
.contact-form-section form textarea {
  height: 100px;
}
.contact-form-section form button, .contact-form-section form input[type=submit] {
  width: auto;
  float: right;
  border: none;
  display: block;
  color: var(--white);
  padding: 12px 24px;
  font-size: var(--text---regular---normal);
  background: var(--primary--primary-500);
}
.contact-form-section form button:hover, .contact-form-section form input[type=submit]:hover {
  background: var(--primary--primary-900);
}
.contact-form-section-alternative {
  width: 100%;
  margin-top: 72px;
  margin-bottom: -30px;
}
.contact-form-section-alternative h6 {
  margin: 0;
}

/* News Section */
.news-section-cta {
  padding: 10px !important;
  font-size: clamp(var(--text---regular---normal), 100% + 1vw, var(--text---large---normal));
}
.news-section-block {
  color: #000;
  display: block;
  text-decoration: none;
  padding-bottom: 50px;
}
.news-section-block:hover .news-section-block-cta {
  color: #000;
  border-bottom: 1px solid #000;
}
.news-section-block img {
  width: 100%;
  object-fit: cover;
}
.news-section-block-title {
  margin: 15px 0;
}
.news-section-block-summary, .news-section-block-cta {
  font-size: 16px;
}

/* Event Section */
.event-section-cta {
  padding: 10px !important;
  font-size: clamp(var(--text---regular---normal), 100% + 1vw, var(--text---large---normal));
}
.event-section-block {
  color: #000;
  display: block;
  text-decoration: none;
  padding-bottom: 50px;
}
.event-section-block:hover .event-section-block-cta {
  color: #000;
  border-bottom: 1px solid #000;
}
.event-section-block-image {
  height: 100%;
  overflow: hidden;
  min-height: 274px;
  border-radius: 32px;
  background-size: cover;
  background-position: center;
  background: var(--primary--primary-500);
}
.event-section-block-image img {
  object-fit: cover;
  width: auto;
  height: 100%;
  transition: all 0.3s;
}
.event-section-block-image-placeholder img {
  width: 60%;
  height: auto;
  border-radius: 0;
}
.event-section-block-image-main {
  border-radius: 32px;
}
.event-section-block-title {
  margin: 15px 0;
}
.event-section-block-dates {
  font-size: var(--text---regular---normal);
}
.event-section-block-dates span {
  font-size: 1rem;
}
.event-section-block-dates i {
  font-size: 0.9rem;
  margin-right: 10px;
}
.event-section-block-summary, .event-section-block-cta {
  font-size: 16px;
}
.event-section-block:hover .event-section-block-image img {
  transform: scale(1.05);
}

/* Event Block */
.event-block {
  margin: 0 0 32px;
  border-radius: 32px;
  border: 1px solid var(--black);
}
.event-block h3 {
  font-size: var(--heading---desktop---h5);
}
.event-block h4 {
  margin-bottom: 5px;
  font-size: var(--text---regular---normal);
}
.event-block-image, .event-block-image-main {
  overflow: hidden;
  min-height: 392px;
  background: var(--primary--primary-500);
  background-size: cover;
  background-position: center;
  border-radius: 32px 0 0 32px;
  height: 100%;
}
.event-block-image img, .event-block-image-main img {
  object-fit: cover;
  border-radius: 32px 0 0 32px;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.event-block-image-link, .event-block-image-main-link {
  height: 100%;
  display: block;
}
.event-block-image-placeholder img, .event-block-image-main-placeholder img {
  border-radius: 0;
  width: 300px;
  height: 125px;
}
.event-block-image-main, .event-block-image-main-main {
  border-radius: 32px;
}
.event-block-detail {
  height: 100%;
  padding: 32px 32px 32px 10px;
}
.event-block-detail-location {
  font-size: var(--text---regular---normal);
}
.event-block-detail-datetime {
  font-size: var(--text---regular---normal);
}
.event-block-detail-datetime span {
  font-size: 1rem;
}
.event-block-detail-datetime i {
  font-size: 0.9rem;
  margin-right: 10px;
}
.event-block:hover .event-block-image img {
  transform: scale(1.05);
}
.event-block .cta-link:hover {
  color: var(--black);
  background: var(--accent-1--accent-1-50);
}

.divider {
  height: 24px;
  margin: 0 12px;
  border-right: 2px solid var(--accent-1--accent-1-500);
}

/* Content Basic Section */
.basic-content {
  padding: 0;
}
.basic-content-block-text {
  height: 100%;
}
.basic-content-block img {
  width: 100%;
}

/* Timline Basic Section */
.timeline-basic {
  padding: 100px 0;
}
.timeline-basic-row {
  margin-bottom: 16px;
}
.timeline-basic-row:last-child .divider-vertical {
  display: none;
}
.timeline-basic-icon {
  width: 2em;
  font-size: 2em;
  text-align: center;
  margin-bottom: 30px;
}
.timeline-basic .divider-vertical {
  height: 50px;
  width: 2px;
  background: #000;
}

/* Contact & Map Section */
.contact-map {
  background: var(--background-2--background-2-50);
}
.contact-map i {
  font-size: var(--heading---desktop---h5);
}
.contact-map h6 {
  margin: 16px 0 8px;
}
.contact-map p {
  margin: 0 0 8px;
}
.contact-map-block {
  margin: 0 0 24px;
}

.news-block, .team-block {
  border-radius: 16px;
  text-decoration: none;
  transition: all 0.3s;
}
.news-block img, .team-block img {
  width: 100%;
  min-height: 255px;
  object-fit: cover;
  margin-bottom: 20px;
  border-radius: 16px;
}
.news-block-placeholder-image, .team-block-placeholder-image {
  min-height: 255px;
  margin-bottom: 20px;
  background: var(--primary--primary-100);
}
.news-block-placeholder-image img, .team-block-placeholder-image img {
  margin: 0;
  min-height: unset;
  width: auto;
}
.news-block h3, .team-block h3 {
  font-size: 22px;
}
.news-block hr, .team-block hr {
  margin: -8px 0 10px;
  width: 50%;
}
.news-block .cta-link, .team-block .cta-link {
  font-size: 18px;
  margin-top: 20px;
}
.news-block:hover, .team-block:hover {
  opacity: 1;
}
.news-block-featured, .team-block-featured {
  display: block;
  margin-bottom: 20px;
}
.news-block-featured-content, .team-block-featured-content {
  height: auto;
}

.news-block {
  display: block;
  min-height: 100%;
  border: 1px solid var(--black);
  overflow: hidden;
}
.news-block-image {
  height: 255px;
  overflow: hidden;
  border-radius: 16px;
}
.news-block-image img {
  margin: 0;
  transition: all 0.9s;
}
.news-block-placeholder-image {
  border-radius: 16px;
}
.news-block-placeholder-image img {
  border-radius: 0;
}
.news-block-content {
  padding: 20px;
  min-height: 255px;
}
.news-block-date {
  margin: 0 0 10px;
  font-size: clamp(var(--text---small---normal), 100% + 1vw, var(--text---small---normal));
}
.news-block-excerpt {
  margin: 0 0 10px;
  font-size: clamp(var(--text---regular---normal), 100% + 1vw, var(--text---regular---normal));
}
.news-block:hover img {
  transform: scale(1.1);
}

.blog-header {
  padding: 64px 0;
  background: var(--background-1--background-1-600);
}
.blog-header .blog-title {
  color: var(--black);
  margin-bottom: 1.2rem;
}
.blog-header .blog-meta {
  color: var(--black);
  margin-bottom: 1.5rem;
  font-size: var(--text---small---normal);
}
.blog-header .blog-meta span {
  color: var(--black);
  font-weight: 400;
  font-size: var(--text---small---normal);
}
.blog-header .blog-meta span.bullet-separator {
  font-size: 1.2rem;
}
.blog-header .blog-share {
  margin-top: 1.5rem;
}
.blog-header .blog-share strong {
  display: block;
  color: var(--black);
  font-weight: 700;
  margin-bottom: 0.5rem;
  font-size: var(--text---medium---bold);
}
.blog-header .blog-share .share-icons {
  gap: 1.2rem;
  display: flex;
}
.blog-header .blog-share .share-icons a {
  color: var(--black);
  font-size: 1.25rem;
  display: inline-flex;
  align-items: center;
  transition: color 0.2s;
}
.blog-header .blog-share .share-icons a:hover {
  color: var(--primary--primary-500);
}
.blog-header .blog-share .share-icons a i, .blog-header .blog-share .share-icons a svg {
  width: 22px;
  height: 22px;
  display: block;
  font-size: 1.25rem;
}
.blog-header .blog-featured-image {
  min-height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
.blog-header .blog-featured-image img {
  max-width: 100%;
  max-height: 450px;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .blog-header .blog-title {
    font-size: clamp(var(--heading---mobile---h2), 4vw, var(--heading---desktop---h2));
  }
  .blog-header .blog-featured-image {
    min-height: 180px;
  }
}

.team-section-block {
  opacity: 1;
}
.team-section-block img {
  width: 100%;
}
.team-section-block-name {
  margin: 0;
  font-size: var(--text---large---semi--bold);
}
.team-section-block-title {
  font-size: var(--text---medium---normal);
  margin: 0 0 10px;
}
.team-section-block-summary {
  font-size: var(--text---regular---normal);
  margin: 0 0 20px;
}

.pagination {
  margin: 40px 0 0;
}
.pagination .nav-links {
  display: flex;
  justify-content: center;
  width: 100%;
}
.pagination .nav-links span, .pagination .nav-links a {
  color: #000;
  margin: 0 5px;
  min-width: 45px;
  padding: 8px 0px;
  line-height: 30px;
  text-align: center;
  border-radius: 12px;
  text-decoration: none;
  background: var(--accent-2--accent-2-300);
}
.pagination .nav-links span:hover, .pagination .nav-links a:hover {
  background: var(--accent-2--accent-2-500);
  transition: all 0.3s;
}
.pagination .nav-links span.current, .pagination .nav-links a.current {
  font-weight: bold;
  background: var(--accent-2--accent-2-500);
}
.pagination .nav-links span.next, .pagination .nav-links span.prev, .pagination .nav-links a.next, .pagination .nav-links a.prev {
  min-width: auto;
  padding: 8px 20px;
  display: none;
}
@media (min-width: 576px) {
  .pagination .nav-links span.next, .pagination .nav-links span.prev, .pagination .nav-links a.next, .pagination .nav-links a.prev {
    display: block;
  }
}

.footer {
  padding: 90px 0;
  background: var(--white);
}
.footer p, .footer a {
  word-wrap: break-word;
  text-decoration: none;
  border: 0;
}
.footer p a, .footer a a {
  transition: all 0.5s;
  text-decoration: underline;
}
.footer p a:hover, .footer a a:hover {
  border: 0;
  padding-left: 3px;
  text-decoration: underline;
}
.footer-title {
  font-size: clamp(var(--heading---mobile---h3), 100% + 1vw, var(--heading---desktop---h3));
  margin-bottom: 10px;
}
.footer .logo {
  margin: 0 0 40px;
}
.footer .logo img {
  height: auto;
}
.footer .address-contact p:first-child {
  margin-bottom: 5px;
  font-size: var(--text---regular---semi--bold);
}
.footer .address-contact p {
  margin: 0 0 15px;
  font-size: var(--text---regular---semi--bold);
}
.footer .address-contact p span {
  display: block;
  font-weight: 700;
}
.footer-bottom {
  padding-top: 35px;
  margin-top: 20px;
  border-top: 1px solid var(--accent-1--accent-1-800);
}
.footer-copyright {
  margin: 4px 0 0;
  font-size: var(--text---small---normal);
}
.footer nav p:first-child {
  margin-bottom: 5px;
  font-size: var(--text---regular---semi--bold);
}
.footer-navigation {
  margin: 0;
  padding: 0;
}
.footer-navigation li {
  padding: 0 0 5px;
  list-style: none;
}
.footer-navigation li a {
  border: none;
  font-size: var(--text---small---normal);
  position: relative;
  text-decoration: none;
  transition: all 0.5s;
}
.footer-navigation li a:hover {
  color: var(--black);
  text-decoration: underline;
  padding-left: 3px;
}
.footer-aux-navigation {
  margin: 0;
  padding: 0;
}
.footer-aux-navigation li {
  padding: 0 12px;
  list-style: none;
  text-align: center;
}
.footer-aux-navigation li a {
  font-size: var(--text---small---normal);
  position: relative;
  text-decoration: none;
  border-bottom: 1px solid var(--black);
}
.footer-aux-navigation li a:hover {
  transition: color 0.5s;
  color: color-mix(in srgb, var(--black) 65%, white);
  border-bottom: 1px solid var(--accent-1--accent-1-500);
}
.footer-creditlink {
  padding: 0;
}
.footer-creditlink a {
  color: var(--accent-2--accent-2-400);
  opacity: 0.6;
  font-size: 14px;
  text-decoration: none;
}
.footer-creditlink a span {
  font-weight: 700;
}
.footer-creditlink a:hover {
  opacity: 1;
  color: var(--black);
  text-decoration: underline;
  transition: all 0.3s;
}
.footer .social-media-links a i {
  font-size: var(--heading---desktop---h6);
}
.footer hr {
  color: var(--white);
}

.wp-block-cover {
  margin: 20px 0 50px;
}

/* Tabbed Content Section */
.tabbed-content-section .container {
  background: transparent;
}
.tabbed-content-section .row:first-child .col-12 {
  padding-bottom: 36px;
}
.tabbed-content-section-panel {
  margin-top: 8px;
  overflow: hidden;
  border-radius: 0 26px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: var(--background-1--background-1-400);
}
.tabbed-content-section-tabs {
  display: flex;
  overflow-x: auto;
  flex-wrap: nowrap;
  -webkit-overflow-scrolling: touch;
}
.tabbed-content-section-tabs .tablinks {
  flex: 1 1 0;
  min-width: 130px;
  margin: 0;
  padding: 22px 18px;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  border-left: 1px solid rgba(0, 0, 0, 0.12);
  background: var(--background-1--background-1-600);
  color: var(--black);
  font-size: clamp(var(--text---regular---normal), 1.5vw, var(--text---medium---normal));
  line-height: 1.25;
  text-align: center;
  transition: background-color 0.2s ease;
}
.tabbed-content-section-tabs .tablinks:first-child {
  border-left: 0;
}
.tabbed-content-section-tabs .tablinks:hover {
  background: rgba(0, 0, 0, 0.04);
}
.tabbed-content-section-tabs .tablinks.active, .tabbed-content-section-tabs .tablinks.is-active {
  background: var(--background-1--background-1-400);
  border-bottom: 1px solid var(--background-1--background-1-400);
}
.tabbed-content-section-tab-content {
  display: none;
  padding: 40px 36px 28px;
}
.tabbed-content-section-tab-content:first-of-type, .tabbed-content-section-tab-content.active, .tabbed-content-section-tab-content.is-active {
  display: block;
  animation: tabbedContentFade 1s;
}
.tabbed-content-section-block-media img {
  width: 100%;
  aspect-ratio: 4/4;
  object-fit: cover;
  border-radius: 0 20px;
  display: block;
}
.tabbed-content-section-block-content h3 {
  font-size: clamp(2rem, 4.2vw, 3.6rem);
  line-height: 1.03;
  margin: 10px 0 22px;
  max-width: 18ch;
}
.tabbed-content-section-block-content p {
  max-width: 48ch;
  margin-bottom: 18px;
}
.tabbed-content-section-block-content .cta-link + span {
  font-size: var(--text---regular---normal);
}
.tabbed-content-section-block-tagline {
  margin-bottom: 8px;
  font-size: var(--text---small---normal);
}
.tabbed-content-section-block .cta-link {
  margin-top: 8px;
  min-width: 120px;
  padding: 10px 18px;
  text-align: center;
}

@keyframes tabbedContentFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .tabbed-content-section-panel {
    display: flex;
    flex-direction: column;
  }
  .tabbed-content-section-panel > .row:first-child .col-12 {
    padding-bottom: 0;
  }
  .tabbed-content-section-panel > .row {
    order: 2;
  }
  .tabbed-content-section-tab-content {
    order: 1;
    padding: 14px 14px 10px;
  }
  .tabbed-content-section-tabs {
    display: block !important;
    flex-direction: column !important;
    overflow: hidden;
  }
  .tabbed-content-section-tabs .tablinks {
    width: 100%;
    display: block;
    min-width: 100%;
    text-align: left;
    padding: 16px 18px;
    border-left: 0;
    border-bottom: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    background: var(--background-1--background-1-600);
  }
  .tabbed-content-section-tabs .tablinks.active, .tabbed-content-section-tabs .tablinks.is-active {
    background: var(--background-1--background-1-500);
    border-bottom: 0;
  }
  .tabbed-content-section-block {
    margin: 0;
  }
  .tabbed-content-section-block-media img {
    border-radius: 10px;
  }
  .tabbed-content-section-block-content h3 {
    font-size: clamp(1.8rem, 8vw, 2.6rem);
    max-width: none;
  }
}
@media (min-width: 576px) {
  /*===========================*/
  /* =======Main Styles======= */
  /*===========================*/
  /* Images Row Section */
  .images-row-section.gallery {
    padding-bottom: 25px;
  }
  /* Services Section */
  .services-section-block h3 {
    margin-top: 20px;
  }
  /* Benefits Section */
  .benefits-section .title-wrapper {
    margin-bottom: 30px;
  }
  .benefits-section .title {
    display: block;
  }
  /* News Section */
  .news-section-block {
    padding: 0;
  }
  .wp-block-cover {
    margin: 20px 0 50px;
  }
  .contact-form-section-alternative {
    width: 50%;
    margin-top: -8px;
  }
  .contact-form-section-alternative h6 {
    margin: 0;
  }
  /* Text and Image section */
  .text-and-image-section.background-colour-styling {
    padding: 0px 30px 30px;
    border-radius: 0 30px;
  }
  /* CTA Simple Section */
  .cta-simple-section {
    background-size: auto auto;
    background-position: 200px -160px;
  }
  .cta-simple-section.cta-alt1 {
    padding: 50px 50px 30px;
  }
}
@media (min-width: 768px) {
  /*===========================*/
  /* =======Main Styles======= */
  /*===========================*/
  /* Hero Banner */
  .hero-banner {
    padding: 112px 0;
  }
  .hero-banner a.cta-link {
    margin-top: 30px;
    width: fit-content;
    padding: 10px 30px;
  }
  .hero-banner-images-single {
    height: 100%;
    margin-bottom: 15px;
  }
  /* Images Row Section */
  .images-row-section.gallery {
    padding-bottom: 25px;
  }
  /* Services Section */
  .services-section-block h3 {
    margin-top: 20px;
  }
  .benefits-section .title-wrapper {
    margin-bottom: 30px;
  }
  .benefits-section .title {
    display: block;
  }
  /* Testimonials Section */
  .testimonial-section-quote {
    padding: 0 14%;
  }
  .wp-block-cover {
    margin: 20px 0 50px;
  }
  /* News Section */
  .news-block-featured-content {
    height: 255px;
  }
  .news-block-featured .cta-link {
    width: 40%;
    margin: 0;
  }
  /* CTA Simple Section */
  .cta-simple-section.cta-alt1 {
    padding: 64px;
    background-position: 500px -140px;
  }
  .cta-simple-section.cta-alt1 form input, .cta-simple-section.cta-alt1 form input[type=submit] {
    width: 70%;
  }
  .cta-simple-section.cta-alt1 form input[type=submit] {
    width: 25%;
  }
}
@media (min-width: 992px) {
  /*===========================*/
  /* =======Main Styles======= */
  /*===========================*/
  /* Images Row Section */
  .images-row-section.gallery {
    padding-bottom: 25px;
  }
  /* Services Section */
  .services-section-block h3 {
    margin-top: 20px;
  }
  /* Benefits section */
  .arrow {
    height: 13px;
    flex-grow: 1;
    position: relative;
    background-color: rgba(0, 0, 0, 0);
  }
  .arrow:before {
    display: none;
  }
  .arrow:after {
    position: absolute;
    content: " ";
    display: inline-block;
    left: -55px;
    top: -19px;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 25px solid var(--primary--primary-500);
    border-right: 25px solid transparent;
  }
  .benefits-section .title-wrapper {
    width: auto;
    margin-bottom: 30px;
  }
  .benefits-section .title {
    display: block;
    text-align: left;
  }
  .benefits-section .content {
    width: 70%;
    text-align: right;
  }
  /* Testimonials Section */
  .testimonial-section-quote {
    padding: 0 20%;
  }
  .testimonial-section .tns-controls {
    display: flex;
  }
  .wp-block-cover {
    margin: 20px 0 50px;
  }
  /* Text and Image section */
  .text-and-image-section.background-colour-styling {
    padding: 42px;
    border-radius: 0 40px;
  }
  /* CTA Simple Section */
  .cta-simple-section.cta-alt1 {
    background-position: -260px 50px;
  }
  .cta-simple-section .cta-link {
    width: auto;
    padding: 10px 25px;
  }
}
@media (min-width: 1200px) {
  /*===============*/
  /* Global Styles */
  /*===============*/
  .cta-link {
    width: fit-content;
    padding: 12px 24px;
  }
  /*===========================*/
  /* =======Main Styles======= */
  /*===========================*/
  /* Text and Image section */
  .text-and-image-section img {
    margin: 0;
  }
  .text-and-image-section .cta-link {
    margin-top: 10px;
  }
  .text-and-image-section.background-colour-styling {
    padding: 64px;
    border-radius: 0 40px;
  }
  /* Benefits Section */
  .arrow {
    height: 13px;
    flex-grow: 1;
    position: relative;
    background-color: rgba(0, 0, 0, 0);
  }
  .arrow:before {
    position: absolute;
    content: "  ";
    display: inline-block;
    left: 10px;
    top: -14px;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    background-color: var(--primary--primary-500);
  }
  .arrow:after {
    left: 100%;
    top: -19px;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 35px solid var(--primary--primary-500);
    border-right: 35px solid transparent;
  }
  .benefits-section-block {
    position: relative;
  }
  .benefits-section .title-wrapper {
    width: 80%;
    padding-right: 4%;
    position: relative;
    margin-bottom: 60px;
  }
  .benefits-section .title {
    min-width: 10%;
    max-width: 55%;
    line-height: 91%;
    position: relative;
    display: inline-block;
  }
  .benefits-section .content {
    width: 38%;
    margin: -60px 0 0;
  }
  /* Process Section */
  .process-section h2 {
    margin-bottom: 60px;
  }
  .process-section-block {
    min-height: 360px;
  }
  .process-section .number-absolute {
    top: 0;
    left: 0;
    margin: 0;
    font-size: 330px;
    line-height: 330px;
    position: absolute;
    color: rgba(255, 255, 255, 0.1);
  }
  .process-section .h3 {
    margin-top: 60px;
    margin-bottom: 25px;
    display: inline-block;
  }
  .process-section .summary {
    padding: 0 30px;
  }
  .process-section-vertical .title {
    margin: 0;
    line-height: 120%;
  }
  .process-section-vertical .summary {
    padding: 0;
  }
  /* CTA Simple Section */
  .cta-simple-section.cta-alt1 {
    background-position: 150px -50px;
  }
  .cta-simple-section.cta-alt1 form input, .cta-simple-section.cta-alt1 form input[type=submit] {
    width: auto;
  }
  .cta-simple-section.cta-alt1 form input[type=submit] {
    padding: 10px 20px;
  }
  /* Features Section */
  .features-section-text {
    margin: 20px 0;
    font-size: 36px;
  }
  .features-section-text i {
    color: var(--primary--primary-500);
  }
  /* Testimonials Section */
  .testimonial-section-quote {
    padding: 0 20%;
  }
  .footer-social-media-title {
    margin-top: 0;
  }
}
