


@font-face {
  font-family: "untitled";
  src: url("https://25747658.fs1.hubspotusercontent-eu1.net/hubfs/25747658/Luma-arles-2025/Fonts/untitled-serif-medium-italic.woff2") format("woff2"),
    src: url("https://25747658.fs1.hubspotusercontent-eu1.net/hubfs/25747658/Luma-arles-2025/Fonts/UntitledSerif-MediumItalic.ttf") format("truetype"),
    src: url("https://25747658.fs1.hubspotusercontent-eu1.net/hubfs/25747658/Luma-arles-2025/Fonts/UntitledSerif-MediumItalic.otf") format("opentype"),
    url("https://25747658.fs1.hubspotusercontent-eu1.net/hubfs/25747658/Luma-arles-2025/Fonts/UntitledSerif-MediumItalic.woff") format("woff");
  font-style:italic;
  font-display: swap;
  font-weight: 500;
}

@font-face {
  font-family: "untitled";
  src: url("https://25747658.fs1.hubspotusercontent-eu1.net/hubfs/25747658/Luma-arles-2025/Fonts/UntitledSerif-Medium.otf") format("opentype"),
    url("https://25747658.fs1.hubspotusercontent-eu1.net/hubfs/25747658/Luma-arles-2025/Fonts/UntitledSerif-Medium.woff2") format("woff2"),
    url("https://25747658.fs1.hubspotusercontent-eu1.net/hubfs/25747658/Luma-arles-2025/Fonts/UntitledSerif-Medium.ttf") format("truetype"),
    url("https://25747658.fs1.hubspotusercontent-eu1.net/hubfs/25747658/Luma-arles-2025/Fonts/UntitledSerif-Medium.woff") format("woff");
  font-display: swap;
  font-weight: 500;
}

@font-face {
  font-family: "untitled";
  src: url("https://25747658.fs1.hubspotusercontent-eu1.net/hubfs/25747658/Luma-arles-2025/Fonts/UntitledSerif-Regular.otf") format("opentype"),
    url("https://25747658.fs1.hubspotusercontent-eu1.net/hubfs/25747658/Luma-arles-2025/Fonts/UntitledSerif-Regular.woff2") format("woff2"),
    url("https://25747658.fs1.hubspotusercontent-eu1.net/hubfs/25747658/Luma-arles-2025/Fonts/UntitledSerif-Regular.ttf") format("truetype"),
    url("https://25747658.fs1.hubspotusercontent-eu1.net/hubfs/25747658/Luma-arles-2025/Fonts/UntitledSerif-Regular.woff") format("woff");
  font-display: swap;
  font-weight: 400;
}

@font-face {
  font-family: "untitled";
  src: url("https://25747658.fs1.hubspotusercontent-eu1.net/hubfs/25747658/Luma-arles-2025/Fonts/UntitledSerif-RegularItalic.otf") format("opentype"),
    url("https://25747658.fs1.hubspotusercontent-eu1.net/hubfs/25747658/Luma-arles-2025/Fonts/UntitledSerif-RegularItalic.woff2") format("woff2"),
    url("https://25747658.fs1.hubspotusercontent-eu1.net/hubfs/25747658/Luma-arles-2025/Fonts/UntitledSerif-RegularItalic.ttf") format("truetype"),
    url("https://25747658.fs1.hubspotusercontent-eu1.net/hubfs/25747658/Luma-arles-2025/Fonts/UntitledSerif-RegularItalic.woff") format("woff");
  font-display: swap;
  font-style:italic;
  font-weight: 400;
}

@font-face {
  font-family: "NoiLuma";
  src: url("https://25747658.fs1.hubspotusercontent-eu1.net/hubfs/25747658/raw_assets/public/Luma_Arles_2025/css/fonts/NoiLumaVariableVF.woff2") format("woff2"),
    url("https://25747658.fs1.hubspotusercontent-eu1.net/hubfs/25747658/raw_assets/public/Luma_Arles_2025/css/fonts/NoiLumaVariableVF.ttf") format("truetype"),
      url("https://25747658.fs1.hubspotusercontent-eu1.net/hubfs/25747658/raw_assets/public/Luma_Arles_2025/css/fonts/NoiLumaVariableVF.woff") format("woff");
        font-display: swap;
        }










/* 1a. Containers */




/* 1b. Colors */






/* 1c. Typography */


























/* 1d. Buttons */













/* 1e. Forms */









































/* 1f. Tables */













/* 1g. Website header */








/* 1h. Website footer */









:root {
  --primary_color: #fff;
  --secondary_color:#000;
  --tertiary_color:#FF86FF;
  --quaternary_color:#e4decb;

  /*  Noi Luma  */
  --primary_font_regular:"NoiLuma",sans-serif; 
  --primary_font_regular_italic:"NoiLuma",sans-serif; 
  --primary_font_semibold:"NoiLuma",sans-serif; 
  --primary_font_semibold_italic:"NoiLuma",sans-serif; 



  /* Untitled   */
  --secondary_font:Untitled,serif;
}



.content-wrapper {
  max-width: 1170px;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 50px 1rem;
}

.dnd-section > .row-fluid {
  max-width: 1170px;
}





html {
  font-size: 16px;
}

body {
  font-synthesis: none !important;
  font-family:var(--primary_font_regular);
  font-weight:400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  outline: 0;
  letter-spacing: 0em;
  unicode-bidi: isolate;
  color: #FFFFFF;
  font-size: 16px;
}
a{color:var(--primary_color);text-decoration:underline}
  strong{font-family:var(--primary_font_semibold);font-weight:600;font-synthesis: none !important;}
em{font-family:var(--primary_font_regular_italic);    font-variation-settings: 'wght' 400, 'wdth' 0, 'ital' 100;  }
strong em{font-family:var(--primary_font_semibold_italic);font-weight:600;font-variation-settings: 'wght' 600, 'wdth' 0, 'ital' 100;}
/* Paragraphs */

p {
  font-weight: 400;
}

/* Anchors */

/* a {
font-weight: 400; text-decoration: underline;
color: #eb601d;
}

a:hover,
a:focus {
font-weight: 400; text-decoration: underline;
color: #c33800;
}

a:active {
font-weight: 400; text-decoration: underline;
color: #ff8845;
} */

/* Headings */

h1,
.h1 {
  font-weight: 400; text-decoration: none;
  color: #1D1E1C;
  font-size: 64px;
  text-transform: none;
}

h2,
.h2 {
  font-weight: 400; text-decoration: none;
  color: #1D1E1C;
  font-size: 38px;
  text-transform: none;
}

h3,
.h3 {
  font-weight: 400; text-decoration: none;
  color: #1D1E1C;
  font-size: 36px;
  text-transform: none;
}

h4,
.h4 {
  font-weight: 400; text-decoration: none;
  color: #1D1E1C;
  font-size: 24px;
  text-transform: none;
}

h5,
.h5 {
  font-weight: 400; text-decoration: none;
  color: #1D1E1C;
  font-size: 20px;
  text-transform: none;
}

h6,
.h6 {
  font-weight: 400; text-decoration: none;
  color: #1D1E1C;
  font-size: 16px;
  text-transform: none;
}

/* Blockquote */

blockquote {
  border-left-color: #000;
}





button,
.button,
.hs-button,
.hs-blog-post-listing__post-button {
  border: 1px solid #F6A120;

  padding-top: 10px;
padding-right: 18px;
padding-bottom: 10px;
padding-left: 18px;

  background-color: 

  
  
    
  


  rgba(246, 161, 32, 1.0)

;
  border-radius: 0px;
  color: #1d1e1c;
  font-size: 16px;
  text-transform: none;
  width:auto;
  text-decoration:none;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
.hs-button:hover,
.hs-button:focus,
.hs-blog-post-listing__post-button:hover,
.hs-blog-post-listing__post-button:focus {
  border: 1px solid #1d1e1c;
;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  background-color: 

  
  
    
  


  rgba(29, 30, 28, 1.0)

;
  border-radius: 0px;
  text-decoration:none;
}

button:active,
.button:active,
.hs-button:active,
.hs-blog-post-listing__post-button:active {
  background-color: rgba(255, 201, 72, 1.0);
  border-color: #ffc948;
  text-decoration:none;
}






/* Table */

table {
  border: 1px solid #1D1E1C;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

td,
th {
  border: 1px solid #1D1E1C;

  padding: 6px;

  color: #1D1E1C;
}

/* Table header */

thead th {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #FFFFFF;
}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #1D1E1C;
}





.header {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.menu__link,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #1D1E1C;
  font-family: var(--primary_font_regular);
}

.menu__child-toggle-icon {
  border-top-color: #1D1E1C;
}

.menu .menu__link:hover,
.menu .menu__link:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: #000000;
}

.menu__child-toggle-icon:hover,
.menu__child-toggle-icon:focus {
  border-top-color: #000000;
}

.menu .menu__link:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: #454644;
}

.menu__child-toggle-icon:active {
  border-top-color: #454644;
}

.menu .menu__item--depth-1 > .menu__link--active-link:after {
  background-color: #1D1E1C;
}

@media (min-width: 767px) {
  .menu .menu__submenu,
  .header__language-switcher .lang_list_class {
    border: 1px none #1D1E1C;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .menu__submenu--level-2 > .menu__item:first-child:before {
    border: 1px none #1D1E1C;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
}

.menu__submenu .menu__link,
.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus {
  color: #1D1E1C;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: #1D1E1C;
}

.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus,
.header__language-switcher .lang_list_class li:hover,
.menu__submenu--level-2 > .menu__item:first-child:hover:before,
.menu__submenu--level-2 > .menu__item:first-child.focus:before {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: var(--primary_font_regular);
}

.header__language-switcher-label-current:after {
  border-top-color: #1D1E1C;
}

@media(max-width: 767px) {
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: #1D1E1C;
  }
}





.footer {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Footer content */

.footer p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer label,
.footer span,
.footer li,
.footer img {
  color: #1D1E1C;
}





.blog-post,
.blog-header__inner,
.blog-related-posts {
  padding: 50px 0;
}

/* Blog post */

.blog-post__meta a {
  color: #FFFFFF;
}

.blog-post__tag-link {
  color: #FFFFFF;
}

.blog-post__tag-link:hover,
.blog-post__tag-link:focus {
  color: #d7d7d7;
}

.blog-post__tag-link:active {
  color: #ffffff;
}

/* Blog related posts */

.blog-related-posts__title-link,
.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus,
.blog-related-posts__title-link:active {
  font-weight: 400; text-decoration: none;
  text-transform: none;
}

.blog-related-posts__title-link {
  color: #1D1E1C;
}

.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus {
  color: #000000;
}

.blog-related-posts__title-link:active {
  color: #454644;
}

/* Blog comments */

.blog-comments {
  margin-bottom: 50px;
}

/* #comments-listing .comment-reply-to {
color: #eb601d;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
color: #c33800;
}

#comments-listing .comment-reply-to:active {
color: #ff8845;
} */





.hs-search-results__title {
  font-weight: 400; text-decoration: none;
  color: #1D1E1C;
}





/* Blog listing */

.hs-blog-post-listing__post-title-link,
.hs-blog-post-listing__post-title-link:hover,
.hs-blog-post-listing__post-title-link:focus,
.hs-blog-post-listing__post-title-link:active {
  font-weight: 400; text-decoration: none;
  text-transform: none;
}

.hs-blog-post-listing__post-title-link {
  color: #1D1E1C;
}

.hs-blog-post-listing__post-title-link:hover,
.hs-blog-post-listing__post-title-link:focus {
  color: #000000;
}

.hs-blog-post-listing__post-title-link:active {
  color: #454644;
}


.hs-blog-post-listing__post-tag,
.hs-blog-post-listing__post-author-name {
  color: #FFFFFF;
}

/* Blog pagination */

.hs-pagination__link-text,
.hs-pagination__link--number {
  color: #FFFFFF;
}

.hs-pagination__link:hover .hs-pagination__link-text,
.hs-pagination__link:focus .hs-pagination__link-text,
.hs-pagination__link--number:hover,
.hs-pagination__link--number:focus {
  color: #d7d7d7;
}

.hs-pagination__link:active .hs-pagination__link-text,
.hs-pagination__link--number:active {
  color: #ffffff;
}

.hs-pagination__link-icon svg {
  fill: #FFFFFF;
}

/* Pricing card */

.card__price {
  font-weight: 400; text-decoration: none;
  color: #1D1E1C;
  font-size: 36px;
}

.card__body svg {+
  fill: #fff;
}

/* Social follow */

.social-links__icon {
  background-color: #fff;
}

.social-links__icon:hover,
.social-links__icon:focus {
  background-color: #d7d7d7;
}

.social-links__icon:active {
  background-color: #ffffff;
  font-weight: 400; text-decoration: none;
  color: #1D1E1C;
  font-size: 36px;
}











* { margin: 0 auto; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body { font-family: var(--primary_font_regular);} font-size: 16px; line-height:1.2; color:var(--primary_color); }
.row-fluid [class*="span"].no-height { min-height: auto; }
.container,
.row-fluid .container[class*="span"] { margin-left: auto; margin-right: auto; padding-left: 15px; padding-right: 15px; float: none; box-sizing: border-box; }
.container:after,
.row-fluid .container[class*="span"]:after { clear: both; content: ""; display: table; }
.row { margin-right: -15px; margin-left: -15px; }
.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }
input, button, textarea, select, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] { outline: 0; border: 1px solid #444444; background: #fff; height: 50px; padding: 0 20px;  font-size: 16px; width: 100%; }
input[type=checkbox], input[type=radio] { width: auto; height: auto; }
textarea { padding: 15px 20px; height: 100px; }

ul.hs-error-msgs { margin: 0; padding: 0; list-style: none; float: left; width: 100%; }
p {  font-size: 16px; line-height:22px; }
p:last-child{ margin-bottom:0; }
img{width:100%; max-width:100%; }
/* a, a:hover { text-decoration:none !important; } */
h3.hs_cos_wrapper.form-title { display: none; }

/* i { font-family: var(--secondary_font) !important; } */

h1,h2,h3,h4,h5,h6 { margin-top:0; margin-bottom:10px; line-height:100%; }

h1 { font-family:var(--primary_font_semibold);font-weight:600; }
h2 { font-family:var(--primary_font_semibold); font-weight:600;}
h3 { font-family:var(--primary_font_semibold); font-weight:600;}
h4 { font-family:var(--primary_font_semibold); font-weight:600;}
h5 { font-family:var(--primary_font_semibold); font-weight:600;}
h6 { font-family:var(--primary_font_semibold); font-weight:600;}



/* .dnd-section>.row-fluid { max-width: 100%; } */
.dnd-section { padding: 0; }
.dnd-section .dnd-column { padding: 0; }

.mobile-show { display:none; }


.custom-select { position: relative; width: 100%; user-select: none; }
.custom-select .selected { background-color: #fff; border: 1px solid var(--primary_color); border-radius: 0; cursor: pointer; padding: 5px 20px; background-image: url(https://25747658.fs1.hubspotusercontent-eu1.net/hubfs/25747658/Luma-arles-2025/bottom.png); background-position: calc(100% - 14px) !important; background-repeat: no-repeat; background-size: 15px; }
.custom-select .options { background: var(--quaternary_color); border: none; display: none; left: 0; position: absolute; right: 0; top: 100%; z-index: 10; }
.custom-select .options div { cursor: pointer; padding: 10px 20px; width: 100%; display: inline-block; }
.custom-select .options div + div { border-top: 1px solid var(--primary_color); }
.custom-select .options div:hover { background-color: var(--tertiary_color); }


.credit-relative,.credit-relaive { position: relative; z-index: 1; }
.credits { width: 100%; display: inline-block; position: absolute; right: 0; bottom: -25px; z-index: 1; }
.credits .some-text { width: auto; display: inline-block; text-align: right; position: absolute; bottom: 0; right: 0; font-size: 12px;font-family:var(--primary_font_semibold);font-weight:600; line-height: 1; cursor: pointer;  }
.credits .ex-text { display: none; }
.credits .ex-text.show {     top: -25px;position: relative;display: inline-block; background-color: var(--quaternary_color); padding: 12px; width: 100%; box-shadow: 0 0 10px #1d1e1c36; font-size: 10px; line-height: 1; }
/* .credits .some-text.hide { display: none; } */
.credits .ex-text * { color: #1D1E1C; font-size: 10px; line-height: 1x; }

/* .full-img .credits { max-width: 320px; } */
.full-img .credits .some-text {  right: 15px; }


@media(min-width:768px){
  .container,.row-fluid .container[class*="span"] { width:750px; }
}
@media(min-width:992px){
  .container,.row-fluid .container[class*="span"] { width:1020px; }
}
@media(min-width:1230px){
  .container,.row-fluid .container[class*="span"] { width:1200px; }
}



@media(max-width:1229px){

}
@media(max-width:991px){
  .container,.row-fluid .container[class*="span"] { padding-left:30px;padding-right:30px;}
}
@media(max-width:767px){
  .mobile-show { display:inline-block; }
  .custom-select .selected { padding: 10px 20px; }
  .credits .some-text {right: 15px;}
}