/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
section {
  background-color: #eeeeee; }

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word; }

a.mbr-iconfont:hover {
  text-decoration: none; }

.article .lead p, .article .lead ul, .article .lead ol, .article .lead pre, .article .lead blockquote {
  margin-bottom: 0; }

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer; }
  a, a:hover {
    text-decoration: none; }

figure {
  margin-bottom: 0; }

body {
  color: #232323; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.display-1, .display-2, .display-3, .display-4 {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word; }

b, strong {
  font-weight: bold; }

blockquote {
  padding: 10px 0 10px 20px;
  position: relative;
  border-left: 2px solid;
  border-color: #ff3366; }

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  transition-property: background-color, color; }

textarea[type="hidden"] {
  display: none; }

body {
  position: relative; }

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }
  section .mbr-background-video,
  section .mbr-background-video-preview {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0; }

.hidden {
  visibility: hidden; }

.mbr-z-index20 {
  z-index: 20; }

/*! Base colors */
.mbr-white {
  color: #ffffff; }

.mbr-black {
  color: #000000; }

.mbr-bg-white {
  background-color: #ffffff; }

.mbr-bg-black {
  background-color: #000000; }

/*! Text-aligns */
.align-left {
  text-align: left; }

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

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

@media (max-width: 767px) {
  .align-left, .align-center, .align-right, .mbr-section-btn, .mbr-section-title {
    text-align: center; } }
/*! Font-weight  */
.mbr-light {
  font-weight: 300; }

.mbr-regular {
  font-weight: 400; }

.mbr-semibold {
  font-weight: 500; }

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

/*! Media  */
.media-size-item {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  flex: 1 1 auto; }

.media-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%; }

.media-container-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start; }
  .media-container-row .media-size-item {
    width: 400px; }

.media-container-column {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .media-container-column > * {
    width: 100%; }

@media (min-width: 992px) {
  .media-container-row {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; } }
figure {
  overflow: hidden; }

figure[mbr-media-size] {
  transition: width 0.1s; }

.mbr-figure img, .mbr-figure iframe {
  display: block;
  width: 100%; }

.card {
  background-color: transparent;
  border: none; }

.card-img {
  text-align: center;
  flex-shrink: 0; }

.media {
  max-width: 100%;
  margin: 0 auto; }

.mbr-figure {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center; }

.media-container > div {
  max-width: 100%; }

.mbr-figure img, .card-img img {
  width: 100%; }

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important; }

  .media {
    width: auto; }

  .mbr-figure {
    width: 100% !important; } }
/*! Buttons */
.mbr-section-btn {
  margin-left: -.25rem;
  margin-right: -.25rem;
  font-size: 0; }

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem; }

/*! Btn icon margin */
.btn .mbr-iconfont, .btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-right: 0.5rem; }

.btn.btn-md .mbr-iconfont, .btn.btn-md .mbr-iconfont {
  margin-right: 0.8rem; }

.mbr-regular {
  font-weight: 400; }

.mbr-semibold {
  font-weight: 500; }

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

[type="submit"] {
  -webkit-appearance: none; }

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh; }

.mbr-fullscreen {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  -webkit-align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem; }

/*! proportional to web banner */
.mbr-proportional .mbr-overlay {
  min-height: 38vw; }

.mbr-proportional {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  -webkit-align-items: center;
  min-height: 38vw;
  padding-top: 3rem;
  padding-bottom: 3rem; }


/*! Map */
.map {
  height: 25rem;
  position: relative; }
  .map iframe {
    width: 100%;
    height: 100%; }

/* Form */
.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal; }

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg); }

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all .3s ease-in-out;
  cursor: pointer;
  text-align: center; }
  .mbr-arrow-up a:hover {
    background-color: rgba(0, 0, 0, 0.4); }
  .mbr-arrow-up a i {
    line-height: 60px; }

.mbr-arrow-up-icon {
  display: block;
  color: #fff; }

.mbr-arrow-up-icon::before {
  content: "\203a";
  display: inline-block;
  font-family: serif;
  font-size: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
  .mbr-arrow > a {
    display: inline-block;
    text-decoration: none;
    outline-style: none;
    -webkit-animation: arrowdown 1.7s ease-in-out infinite;
    animation: arrowdown 1.7s ease-in-out infinite; }
    .mbr-arrow > a > i {
      position: absolute;
      top: -2px;
      left: 15px;
      font-size: 2rem; }

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px); }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); } }
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px); }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); } }
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(180deg);
    -webkit-transform: translateX(-50%) rotate(180deg); } }
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out; }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out; } }
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out; }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out; } }
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate; }

.menu .navbar-brand {
  display: -webkit-flex;
  display: flex; }
  .menu .navbar-brand span {
    display: flex;
    display: -webkit-flex; }
  .menu .navbar-brand .navbar-caption-wrap {
    display: -webkit-flex; }
  .menu .navbar-brand .navbar-logo img {
    display: -webkit-flex; }
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox; } }
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex; }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important; } }

/*# sourceMappingURL=style.css.map */
.engine {
	position: absolute;
	text-indent: -2400px;
	text-align: center;
	padding: 0;
	top: 0;
	left: -2400px;
}
/* Footer styling */
        .taa-footer {
            background: #2B2B2B;
            color: #ffffff;
            padding: 10px;
        }
        
        .footer-container {
            max-width: 1400px;
            margin: 0 auto;
        }
        
        /* Enterprise Partner Section */
        .enterprise-partner {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 18px;
            margin-bottom: 17px;
            padding-top: 20px;
            flex-wrap: wrap;
            text-align: center;
            color: white;
        }

        .enterprise-logo img {
            width: 200px;
            height: auto;
            opacity: 0.95;
            transition: transform 0.3s ease, opacity 0.3s ease;
            color: white;
        }

        .partner-statement {
            font-size: 1.05em;
            font-weight: 600;
            color: #e8edf4;
            letter-spacing: 0.4px;
            margin: 0;
        }

        .alliance-logo img {
            width: 240px;
            height: auto;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .alliance-logo img:hover {
            transform: scale(1.07);
            opacity: 1;
        }
        
        /* Voltaire Quote Section */
        .voltaire-quote {
            text-align: center;
            padding: 10px 10px;
        }
        
        .voltaire-quote blockquote {
            font-size: 1.2em;
            font-style: italic;
            margin-bottom: 6px;
            line-height: 1.5;
            color: #f8f9fa;
        }
        
        .voltaire-quote cite {
            padding-left: 560px;
            font-size: 0.9em;
            font-style: normal;
            color: #ffff;
            font-weight: 500;
        }
        
        /* Privacy Section */
        .privacy-section {
            background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
            border: 1px solid rgba(255, 255, 255, 0.12);
            border-radius: 10px;
            padding: 18px 22px;
            margin: 20px 0;
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
            backdrop-filter: blur(4px);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            text-align: center;
        }

        .privacy-section:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
        }

        .privacy-section h3 {
            font-size: 1.1em;
            font-weight: 600;
            margin-bottom: 8px;
            color: #f8f9fa;
            display: flex;
            align-items: center;
            justify-content: center;
            letter-spacing: 0.2px;
        }

        .privacy-icon {
            margin-right: 8px;
            font-size: 1em;
            color: #f39c12;
        }

        .privacy-section p {
            font-size: 0.9em;
            line-height: 1.6;
            color: #e0e6eb;
            margin-bottom: 15px;
            text-align: center;
        }

        .privacy-link {
            display: inline-block;
            background: linear-gradient(135deg, #f39c12 0%, #e67e22 100%);
            color: #fff;
            padding: 8px 20px;
            border-radius: 25px;
            text-decoration: none;
            font-weight: 600;
            font-size: 0.9em;
            transition: all 0.3s ease;
            box-shadow: 0 3px 10px rgba(243, 156, 18, 0.35);
        }

        .privacy-link:hover {
            background: linear-gradient(135deg, #f1c40f 0%, #e67e22 100%);
            transform: translateY(-1.5px);
            box-shadow: 0 5px 14px rgba(243, 156, 18, 0.45);
        }
        
        /* Alliance Information Grid */
        .alliance-info-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 20px;
            align-items: stretch;
        }

        .info-card {
            border-radius: 10px;
            padding: 15px 18px;
            font-size: 13px;
            color: #ddd;
            text-align: left;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        }

        .info-card h3 {
            font-size: 15px;
            font-weight: 700;
            margin-bottom: 6px;
            color: #fff;
        }

        .info-card h4 {
            font-size: 13px;
            font-weight: 600;
            margin-top: 10px;
            color: #ccc;
        }

        .info-card p,
        .info-card ul li {
            list-style: none;
            font-size: 12px;
            line-height: 1.5;
        }

        .info-card ul {
            margin-top: 6px;
        }

        .info-card li {
            margin-bottom: 4px;
        }

        .learn-more {
            display: inline-block;
            margin-top: 8px;
            font-size: 13px;
            font-weight: bold;
            color: #fff;
            text-decoration: underline;
        }

        .learn-more:hover {
            text-decoration: underline;
            color: yellow;
        }
        
        /* Enterprises Section Heading */
        .enterprises-heading {
            text-align: center;
            font-size: 1.8em;
            font-weight: 700;
            color: #b0b8c1;
            margin-top: 40px;
            margin-bottom: 7px;
            letter-spacing: 0.5px;
        }
        
        /* Footer Columns */
        .footer-columns {
            padding: 20px 40px 60px;
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 0px;
        }

        .footer-column {
            padding:25px 50px 50px 50px;
        }

        .footer-column h4 {
            padding: 0 0 20px 0;
            font-size: 1.05rem;
            font-weight: 700;
            color: #b0b8c1;
            margin: 0;
            letter-spacing: 0.5px;
        }

        .footer-column ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .footer-column li {
            margin-bottom: 14px;
        }

        .footer-column li:last-child {
            margin-bottom: 0;
        }

        .footer-column a {
            color: #b0b8c1;
            text-decoration: none;
            font-size: 0.95rem;
            transition: all 0.3s ease;
            display: inline-block;
            padding: 0;
        }

        .footer-column a:hover {
            color: #ffffff;
            padding-left: 5px;
            text-decoration: underline;
        }

        .footer-column p {
            font-size: 0.95rem;
            color: #b0b8c1;
            margin-bottom: 0;
            padding: 0;
            line-height: 1.6;
        }
        
        /* Footer Bottom */
        .footer-bottom {
            padding-top: 20px;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-wrap: wrap;
            gap: 10px;
            width: fit-content;
            margin: 0 auto;
        }

        .copyright {
            font-size: 0.9rem;
            color: #b0b8c1;
        }

        .copyright a {
            color: #f39c12;
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .copyright a:hover {
            color: #005a9e;
        }
        
        /* Responsive Design */
        @media (max-width: 768px) {
            .taa-footer {
                padding: 20px 15px 20px;
            }
            
            .alliance-info-grid {
                grid-template-columns: 1fr;
            }
            
            .footer-columns {
                grid-template-columns: 1fr;
            }
            
            .voltaire-quote blockquote {
                font-size: 1.2em;
            }
            
            .voltaire-quote cite {
                padding-left: 0;
            }
            
            .cookie-banner {
                padding: 20px 15px;
            }
            
            .cookie-actions {
                flex-direction: column;
            }
            
            .cookie-btn {
                width: 100%;
            }
            
            .cookie-modal-content {
                padding: 25px;
            }
            
            .modal-footer {
                flex-direction: column;
            }
            .privacy-section{
                background-color: #34345a;
            }
        }
        /* No Tracking Highlight Box */
        .no-tracking-highlight {
            place-items: center;
            margin-left: auto;
            margin-right: auto;
            max-width: auto;
            width: 650px;
            background: linear-gradient(145deg, rgba(106, 90, 205, 0.08), rgba(138, 43, 226, 0.04));
            border: 2px solid rgba(138, 43, 226, 0.5);
            border-radius: 10px;
            padding: 24px 28px;
            margin-top: 30px;
            margin-bottom: 6px;
            box-shadow: 0 4px 16px rgba(138, 43, 226, 0.12), 
                        inset 0 1px 0 rgba(255, 255, 255, 0.06);
            position: relative;
            overflow: hidden;
            backdrop-filter: blur(8px);
        }

        @media (max-width: 768px) {
            .no-tracking-highlight {
                padding: 20px 18px;
                margin-top: 20px;
                width: auto;
            }
        }

        @media (max-width: 480px) {
            .no-tracking-highlight {
                padding: 16px 14px;
                border-width: 1.5px;
                width: auto;
            }
        }

        .no-tracking-highlight::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 3px;
            background: linear-gradient(90deg, 
                transparent 0%, 
                rgba(138, 43, 226, 0.4) 50%, 
                transparent 100%);
        }

        .no-tracking-highlight h3 {
            font-size: 1.25em;
            font-weight: 700;
            margin-bottom: 16px;
            color: #ffffff;
            display: flex;
            align-items: center;
            justify-content: center;
            letter-spacing: 0.5px;
            text-shadow: 0 2px 8px rgba(138, 43, 226, 0.2);
        }

        @media (max-width: 768px) {
            .no-tracking-highlight h3 {
                font-size: 1.15em;
                margin-bottom: 14px;
            }
        }

        @media (max-width: 480px) {
            .no-tracking-highlight h3 {
                font-size: 1.05em;
                flex-direction: column;
                gap: 8px;
            }
        }

        .no-tracking-desc {
            font-size: 0.95em;
            line-height: 1.7;
            color: #f0f4f7;
            margin-bottom: 14px;
            text-align: left;
            padding: 0 10px;
        }

        @media (max-width: 768px) {
            .no-tracking-desc {
                font-size: 0.9em;
                padding: 0 5px;
            }
        }

        @media (max-width: 480px) {
            .no-tracking-desc {
                font-size: 0.85em;
                line-height: 1.6;
            }
        }

        .no-tracking-desc strong {
            color: #ffffff;
            font-weight:bolder;
        }

        .no-tracking-desc:last-of-type {
            margin-bottom: 18px;
            font-size: 1em;
            text-align: center;
        }

        .no-tracking-highlight a {
            display: inline-block;
            color: #ffffff;
            text-decoration: none;
            font-weight: 600;
            font-size: 0.95em;
            padding: 8px 16px;
            border-radius: 20px;
            background: rgb(113, 20, 199);
            border: 1px solid rgba(52, 152, 219, 0.3);
            transition: all 0.3s ease;
        }

        @media (max-width: 480px) {
            .no-tracking-highlight a {
                font-size: 0.9em;
                padding: 7px 14px;
            }
        }

        .no-tracking-highlight a:hover {    
            background: rgba(138, 43, 226, 0.5);
            border-color: rgba(52, 152, 219, 0.5);
            transform: translateY(-1px);
            box-shadow: 0 3px 8px rgba(52, 152, 219, 0.2);
        }

        /* Shield Icon Enhancement */
        .shield-icon {
            display: inline-block;
            animation: pulse 2s ease-in-out infinite;
        }

        @keyframes pulse {
            0%, 100% {
                transform: scale(1);
            }
            50% {
                transform: scale(1.05);
            }
        }
