:root {
    --font-family: system-ui, sans-serif; 
    --btn-font-family: system-ui, sans-serif;
    --btn-border-radius: 5px;
    --btn-bg-color: transparent;
    --btn-font-color: blue;
    --btn-border: none;
    --web-container: 1410px;
    --web-width: 95%;
    --font-size-xl: 56px;
    --font-size-lg: 36px;
    --font-size-md: 27px;
    --font-size-sm: 17px;
    --font-size-xs: 15px;
    --font-size-btn: 14px;
    --font-size-xxs: 12px;
    --color-primary: #1C2541;
    --color-secondary: black;
    --color-tertiary: black;
    --color-quaternary: black;
    --color-black: #000;
    --color-gray: rgba(0, 0, 0, 0.05);
    --anti-flash-white: #f2f2f2;
}


body {
    background: radial-gradient( 1920px 900px at 50% 0%, #0e2a57 0%, #071632 35%, #050B18 70%, #030712 100% );
    font-weight: 400;
    line-height: 1.6em;
    color: #1C2541;
}

.breadcrumbs {
    margin: 0;
}
.breadcrumbs .container {
    max-width: var(--web-container);
    color: #B8C7DB;
}
.breadcrumbs a {
	color: #B8C7DB;
	text-decoration: underline;
}

.btn {
    overflow: hidden;
    position: relative;
    padding: 15px 40px;
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.4s;
    background-color: var(--btn-bg-color);
    color: white;
    border: var(--btn-border);
    border-radius: 30px;
    font-family: var(--btn-font-family);
    font-weight: 600;
    letter-spacing: 0.8px;
    background: #065e9f;
}

.btn.secondary {
	text-decoration: underline;
	border: none;
	background: transparent;
	padding: 15px 0;
	text-transform: none;
	font-size: 17px;
}

.btn.secondary:hover {
	background: transparent !important;
	color: #e33bfb;
}



.btn_or {
	display: inline-block;
	overflow: hidden;
	border: none;
	padding: 15px;
	text-transform: lowercase;
	font-family: system-ui;
	font-weight: 400;
	font-size: 17px;
}

@media (max-width: 515px) {
    .btn_or {
        display: none;
    }
}


.btn:not([disabled]):hover {
	border-color: #2F80ED;
	box-shadow: 0 6px 18px rgba(47,128,237,0.08), 0 18px 42px rgba(5,12,27,0.08);
    /*background: #e33bfb;*/
}

header {
    background: transparent;
}
.header .top {
    flex-direction: column;
}

.header .logo {
    text-align: center;
    margin: 20px auto;
    width: 320px;
}
.header label {
    top: -104px;
}
.header .nav-wrap {
    justify-content: center;
    border-top: 0;
    padding: 0.5em;
    position: absolute;
    background: #04122a;
}

header .header-wrap {
    padding: 0;
}

.header .nav-container span {
	width: 100%;
	height: 5px;
	border-radius: 50px;
	background-color: #d9e2ec;
	transition: all 0.2s ease-in-out;
}
.header .nav-wrap li a {
	font-weight: 500;
	letter-spacing: initial;
	transition: all 0.25s linear;
	text-transform: none;
	color: #B8C7DB;
	font-size: 18px;
}
.header .nav-wrap li a:hover, .header li a.active {
	color: #e33bfb;
}

.article p {
	margin-bottom: 2em;
}

.article h2 {
    font-weight: 600;
}

.slider-01.slider .container {
    height: 550px;
}

.slider-03.slider .btn:not([disabled]):hover {
    background: #e33bfb;
}

.slider-03.slider .container .slide .box .desc {
	color: #8FA3BF;
}
@media (max-width: 700px) {
    .slider-03.slider .container .slide .box .desc h2 {
        font-size: 32px;
    }    
}

.slider-03.slider .container .slide .box .desc h2 {
	color: #D9E2EC;
}

.main-three-boxes {
    background: white;
    padding: 105px 0;
    color: inherit;
}

.main-three-boxes .container {
    column-gap: 3%;
}

.main-three-boxes .container .box {
    background: white;
    border: none;
    padding: 1em;
    box-shadow: 0 0 10px #E1E8F0;
}

.main-three-boxes .container .box h2,
.main-four-boxes .container .box h2 {
    margin: 0;
    line-height: 1.3em;
}

.main-three-boxes .container .box img {
    margin: 0 auto 1em auto;
    width: 170px;
    border-radius: 0;
    padding: 0;
    border: 0;
    background: transparent;
}

.main-three-boxes .container .box .text {
    margin-bottom: 2em;
    margin-top: 1em;
    text-align: center;
    padding: 0;
    letter-spacing: normal;
}

.main-three-boxes .container .box .text .spacer,
.main-four-boxes .container .box .text .spacer {
    text-align: center;
    margin-bottom: 1em;
    margin-top: -0.3em;
}

#section_2 {
    background: transparent;
}

#section_2.slider-03.slider .container .slide picture img {
	object-fit: contain;
}
#section_3 {
    background: #F1F4F8;
}

.main-three-boxes .container .box {
	color: inherit;
}

#section_4 {
	background: white;
	padding-bottom: 0;
}
#section_4.artAndPhoto .container .desc div .type {
	border-bottom: none;
}

#section-5 {
    display: flex;
    justify-content: center;
    opacity: 0.2;
}


.artAndPhoto .container .desc {
    flex: 0.7;
}

#section-6 {
    background: url('/images/repository/spacer-big-698e1188d0d9a5.66545361.jpg') no-repeat center center;
    height: 670px;
    background-attachment: fixed;
}

#section_7 {
    background: white;
}

.main-four-boxes {
    background: transparent;
    padding: 105px 0;
}



.main-four-boxes .container .box {
    background: white;
    border: none;
    color: inherit;
    border: 1px solid rgba(0,0,0,0.1);
}

.main-four-boxes .container .box img {
    margin: 0 auto 1em auto;
}
.idc_7 + .category.article {
	color: #b8c7db;
}

.footer-01 {
    background: radial-gradient( 1920px 900px at 50% 0%, #0e2a57 0%, #071632 35%, #050B18 70%, #030712 100% );
    color: #D9E2EC;

}
.sec03 {
	margin-bottom: 0;
}

.sec03 .formBottom.formBottom {
	place-content: center;
	grid-template-columns: 1fr;
}

.sec03 .articleForm form {
	padding: 40px 50px;
	position: static;
	top: 0;
	max-width: 750px;
	margin: 2em auto 4em auto;
    background:white;
}

.sec03 .container {
	max-width: 100%;
}

.sec03 .article h1 {
	color: #D9E2EC;
	display: none;
}
.sec03.id_47 {
	background: #f1f4f8;
	padding-top: 4em;
}

.sec03.id_47 h1 {
  margin: 0 0 1em 0;
  line-height: 1.1em;
  font-weight: 500;
  color: #1c2541;
}

.articleForm h4 {
	font-size: 34px;
	font-weight: 500;
	line-height: 1.1em;
	padding: 0;
}
@media (max-width: 600px) {
    .article_abstract {
        flex-direction: column;
    }
}

.article_abstract,
.article_abstract_desc,
.article_abstract_img {
    display: flex;
}
.article_abstract {
    column-gap: 5%;
}
.article_abstract {
    color: white;
    width: var(--web-width);
    max-width: var(--web-container);
    margin: 0 auto 2em auto;
}

.article_abstract_desc {
    flex-direction: column;
    justify-content: center;
}

.article h1.article_abstract_desc_h1 {
	display: block;
	margin: 0 0 1em 0;
	line-height: 1.1em;
    font-weight: 500;
}

.article_abstract_desc_p {
    color: #8FA3BF;
}

.article_abstract_img_frame {
	display: flex;
}

.article_abstract_img_frame img {
    object-fit: contain;
}

.article_abstract_desc,
.article_abstract_img {
    flex: 1;
}

.article_content {
	background: linear-gradient(#F1F4F8, #F1F4F8), linear-gradient(rgba(28,37,65,0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(28,37,65,0.03) 1px, transparent 1px);
	padding: 2em 0;
}

.article_content h2 {
    font-size: 22px;
    margin-bottom: .5em;
}

.article_content ul,
.article_content ol {
    margin-left: 2em;
    margin-bottom: 1em;
}

.article_content a {
	text-decoration: underline;
	color: blue;
}

.article_content_container {
    width: var(--web-width);
    max-width: var(--web-container);
    margin: 0 auto;
}

.article_content_container_slim {
    max-width: 750px;
    margin: 0 auto;
}

.article_content_container_wide {
     max-width: 1410px;
    margin: 0 auto;
}

.article_content_container_img_border {
    border: 1px solid #2e8bf4;
     margin: 2em 0;
}

.sec03 .articleForm {
	background: #f1f4f8;
	/* margin-top: -1em; */
}
/*
@media (min-width: 1152px) {
    .slider-01.slider .container .slide .box {
        justify-content: center;
        text-align: center;
    }
}
*/
@media (max-width: 430px) {
    .header .logo {
        text-align: left;
        margin: 20px 0;
        width: 270px;
    }
    .logo img {
        padding-bottom: 10px;
    }
}
@media (max-width: 992px) {
    .header .nav-wrap ul {
        background: transparent;
        padding: 1em 0 4em 0;
    }
    .header .nav-wrap {
        background: #04122a;
    }
}

@media (min-width: 992px) {

    .header .nav-wrap::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background: linear-gradient( to right, #7fd3ff 0%, #3aa0ff 40%, #1f6fe5 70%, #0b4ea2 100% );
    }

    .header .nav-wrap::before {
        content: "";
        position: absolute;
        top: 53px;
        left: 0;
        width: 100%;
        height: 1px;
        background: linear-gradient( to right, #7fd3ff 0%, #3aa0ff 40%, #1f6fe5 70%, #0b4ea2 100% );
    }

    .header .nav-wrap {
        position: relative;
    }

    .header .nav-wrap li:not(:last-of-type)::after {
        content: '•';
        color: #85927b;
        margin: 0 0 0 5px;
    }
}
@media (min-width: 1200px) {
    .main-three-boxes .container .box {
        padding: 2em;
    }
}

/* CTA */
  .cta-inline {
    margin: 3rem 0;
    padding: 2.25rem 2.5rem;
    border-radius: 14px;
    border: 1px solid rgba(227, 59, 251, 0.2);
    background: linear-gradient(135deg, rgb(14, 42, 87) 0%, rgb(7, 22, 50) 100%);
    position: relative;
    overflow: hidden;
    transition: border-color 0.3s, box-shadow 0.3s;
  }

  .cta-inline::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 55% 75% at 92% 8%, rgba(227,59,251,0.09) 0%, transparent 70%);
    pointer-events: none;
    transition: opacity 0.3s;
  }

  .cta-inline:hover {
    border-color: rgba(227, 59, 251, 0.42);
    box-shadow: 0 0 40px rgba(227, 59, 251, 0.08);
  }

  .cta-inline:hover::before {
    opacity: 1.4;
  }

  .cta-kicker {
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: #e33bfb;
    margin-bottom: 0.75rem;
  }

  .cta-inline h3 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #fff;
    line-height: 1.3;
    letter-spacing: -0.015em;
    margin-bottom: 0.65rem;
  }

  .cta-inline p {
    font-size: 0.94rem;
    color: rgba(255,255,255,0.55);
    margin-bottom: 1.5rem;
    line-height: 1.65;
  }

  .cta-inline a {
	color: white;
	text-decoration: none;
}

  .cta-row {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    flex-wrap: wrap;
  }

  .btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.72rem 1.5rem;
    font-family: system-ui, sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    color: #fff;
    background: linear-gradient(135deg, #c820ee 0%, #e33bfb 100%);
    border: none;
    border-radius: 8px;
    cursor: pointer;
    text-decoration: none;
    transition: opacity 0.2s, transform 0.15s, box-shadow 0.2s;
  }

  .btn-primary:hover {
    opacity: 0.9;
    transform: translateY(-1px);
    box-shadow: 0 6px 28px rgba(227, 59, 251, 0.38);
  }

  .btn-primary:active { transform: translateY(0); }

  .btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-family: system-ui, sans-serif;
    font-size: 0.88rem;
    color: rgba(255,255,255,0.5);
    background: none;
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: color 0.2s;
    padding: 0;
  }

  .btn-secondary:hover { color: #e33bfb; }
  .btn-secondary svg { transition: transform 0.2s; }
  .btn-secondary:hover svg { transform: translateX(3px); }

  @media (max-width: 640px) {
    nav { padding: 1rem 1.25rem; }
    .nav-links { display: none; }
    .breadcrumb { padding: 1rem 1.25rem 0; }
    .content-wrap { padding: 2.5rem 1.25rem 5rem; }
    .cta-inline { padding: 1.75rem 1.5rem; }
  }
/* E CTA */

/* carousel */

#section_9.one-doc-center {
	background: white;
	padding: 70px 0 0 0;
}

#section_9.one-doc-center .container {
	max-width: 100%;
	width: 100%;
	background: white;
}

  .logo-carousel {
    overflow: hidden;
    width: 100%;
    position: relative;
    padding: 20px 0;
  }

  .carousel-track {
    display: flex;
    width: max-content;
    gap: 20px;
    animation: scroll 40s linear infinite;
  }

  .slide {
    flex: 0 0 auto;
    border-radius: 16px;
    overflow: hidden;
  }

  .slide img {
    display: block;
    width: 100%;
    object-fit: cover;
  }

  /* smooth infinite move */
  @keyframes scroll {
    from {
      transform: translateX(0);
    }

    to {
      transform: translateX(calc(-50% - 10px));
    }
  }

  /* desktop large */
  @media (min-width: 1400px) {
  
    .carousel-track {
      animation-duration: 60s;
    }
  }

  /* tablet */
  @media (max-width: 991px) {
   


    .carousel-track {
      gap: 16px;
      animation-duration: 32s;
    }
  }

  /* mobile */
  @media (max-width: 575px) {


    .slide img {
      width: 260px;
    }

    .carousel-track {
      gap: 12px;
      animation-duration: 26s;
    }
  }