:root {
    --guide-gutter-x: 1.5rem;
    --guide-gutter-y: 0.5rem;
  }

*, ::after, ::before {
	box-sizing: border-box;
}

.guide-content-wrapp {
    box-sizing: border-box;
}

.guide-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: calc(-.5 * var(--guide-gutter-x));
    margin-left: calc(-.5 * var(--guide-gutter-x));

}

.guide-row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;    
	padding-right: calc(var(--guide-gutter-x) * .5);
	padding-left: calc(var(--guide-gutter-x) * .5);
	margin-top: var(--guide-gutter-y);
}

.guide-content-wrapp-hotline {width:800px; max-width:100%;}
.guide-heading {font-weight: bold; margin: 5px 0px 5px 0px;}

.guide-row .guide-col-md-2,
.guide-row .guide-col-md-3,
.guide-row .guide-col-md-4,
.guide-row .guide-col-md-5,
.guide-row .guide-col-md-6,
.guide-row .guide-col-md-8,
.guide-row .guide-col-md-10 {
    flex: 0 0 auto;
    box-sizing: border-box;
} 



.section-links .box {line-height: 1.3; align-items: center; border:1px solid #ccc; padding: 30px 25px; border-radius: 16px;
    height:100%;
      }
.section-links .box:hover {border:1px solid #15a0b4; background-color: #15a0b4; color:#fff;}
.section-links .box p {margin: 0px; color: #001a2a;}
.section-links .box svg {width:65px; height:65px; fill:#001a2a;}
.section-links .box > div {padding: 0px 20px;}
.section-links .box h3 {margin: 0px 0px 0px 0px; font-size: 22px; line-height: 1.3;}
.section-links .box h3 strong {font-weight: bold; color:#001A2A;}
.section-links .box p span  {color:#15a0b4;}
.section.section-wave {padding-top: 50px; padding-bottom: 140px;}
.section-links .box:hover svg {fill:#fff;}
.section-links .box:hover p {color:#fff;}
.section-links .box:hover h3 {color:#fff;}




@media (min-width: 576px) {
    .guide-row .guide-col-sm-2 { width:16.666%; } 
    .guide-row .guide-col-sm-3 { width:25%; } 
    .guide-row .guide-col-sm-4 { width:33.333%; } 
    .guide-row .guide-col-sm-6 { width:50%; } 
    .guide-row .guide-col-sm-10 { width:80%; } 
}

@media (min-width: 768px) {
    .guide-row .guide-col-md-2 { width:16.666%; } 
    .guide-row .guide-col-md-3 { width:25%; } 
    .guide-row .guide-col-md-4 { width:33.333%; } 
    .guide-row .guide-col-md-6 { width:50%; } 
    .guide-row .guide-col-md-8 { width:66.665%; } 
    .guide-row .guide-col-md-10 { width:80%; } 
}

@media (min-width: 992px) {
    .guide-row .guide-col-lg-2 { width:16.666%; } 
    .guide-row .guide-col-lg-3 { width:25%; } 
    .guide-row .guide-col-lg-4 { width:33.333%; } 
    .guide-row .guide-col-lg-6 { width:50%; } 
    .guide-row .guide-col-lg-10 { width:80%; } 
}

@media (min-width: 1200px) {
    .guide-row .guide-col-xl-2 { width:16.666%; } 
    .guide-row .guide-col-xl-3 { width:25%; } 
    .guide-row .guide-col-xl-4 { width:33.333%; } 
    .guide-row .guide-col-xl-6 { width:50%; } 
    .guide-row .guide-col-xl-10 { width:80%; } 
}


.guide-form-wrapp .guide-form-control {
    padding: .75rem;
    border-radius: 4px !important;
    border: 1px solid #ced4da !important;
    display:block;
    transition: none;
    width:100%;
    box-sizing: border-box;
    margin: 0px;
    background-color: #fff;
}

.guide-form-wrapp .guide-form-control:active,
.guide-form-wrapp .guide-form-control:focus {
    border:1px solid #15a0b4!important;
    box-shadow: none;
    outline: none;
}

.guide-form-wrapp .guide-form-label { 
  font-size: 16px;
  display: inline-block;
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 15px;
  
}
.guide-form-check {
	display: block;
	min-height: 1.5rem;
	padding-left: 1.5em;
	margin-bottom: .125rem;
}

.guide-form-check-inline {
	display: inline-block;
	margin-right: 1rem;
}
.guide-form-check-input[type="checkbox"] {
	border-radius: .25em;
}
.guide-form-check .guide-form-check-input {
	float: left;
	margin-left: -1.5em;
}
.guide-form-check-input {
	width: 1.2em;
	height: 1.2em;
	margin-top: .1em;
	vertical-align: top;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border: 1px solid rgba(0,0,0,.25);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-print-color-adjust: exact;
	color-adjust: exact;
	print-color-adjust: exact;
}
.guide-form-check-input:focus {
	border-color: #86b7fe;
	outline: 0;
}
.guide-form-check-input:active {
	filter: brightness(90%);
}

.guide-form-check-input:checked[type="checkbox"] {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.guide-form-check-input:checked[type="radio"] {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.guide-form-check-input[type="radio"] {
	border-radius: 50%;
}

.guide-form-check-input:checked {
	background-color: #15a0b4;
	border-color: #15a0b4;
}
.guide-form-check-label {padding-left: 5px;}


@media (min-width: 768px) {
.guide-form-label.guide-col-md-4 {padding-top:12px;}
}

.guide-btn-primary  {
	color: #fff;
	background-color: #15A0B4;
	position: relative;
	font-weight: 700;
	font-size: 16px;
	padding: 17px 20px;
	text-align: left;
    width: auto !important;
    border-radius: 4px !important;
    border: 1px solid #ced4da !important;
}
.guide-btn-primary:hover  { opacity: 0.8;}
.guide-form-block-label {font-weight: bold; margin: 20px 0px 10px 0px;}
.guide-form-mt-1 {margin-top: 10px;}
.guide-form-mt-2 {margin-top: 20px;}
.guide-form-mt-3 {margin-top: 30px;}
.guide-form-mt-4 {margin-top: 40px;}
.guide-form-mt-5 {margin-top: 50px;}
.guide-form-bt-1 {margin-bottom: 10px;}
.guide-form-bt-2 {margin-bottom: 20px;}
.guide-form-bt-3 {margin-bottom: 30px;}
.guide-form-bmt-4 {margin-bottom: 40px;}
.guide-form-bt-5 {margin-bottom: 50px;}


.guide-row {margin-bottom: 5px;}
.guide-form-check.guide-form-check-inline {margin-left: 0px;}
.guide-row:has(.guide-btn-primary) {margin-top: 30px; text-align: center; /*border-top: 1px solid #ddd; padding-top: 15px;*/}
.guide-error-field .guide-error-text{color:#9a1817; font-size: 13px; margin-top: 5px; margin-bottom: 5px;}
.guide-form-wrapp .guide-error-field .guide-form-control { border: 1px solid #9a1817 !important;}
.guide-form-wrapp .guide-error-field .guide-form-check-label { color:#9a1817;}
.guide-row .required {font-weight: bold; color:#9a1817; padding-right: 3px; }
.guide-form-check-label {font-size: 16px; font-weight: 500;}
.guide-form-label  {padding-right: 20px; margin-bottom: 6px!important;    margin-top: 10px!important;}
.guide-form-errors {color:#9a1817;}

.guide-content-wrapp h1,
.guide-content-wrapp h2,
.guide-content-wrapp h3,
.guide-content-wrapp h4 {color:#15a0b4;}


.guide-content-wrapp.guide-content-wrapp-boxes {max-width: none; padding: 0px;}
.guide-content-wrapp .guide-boxes-wrapp {
    --__flex-gap: 0px;
    align-items: center;    justify-content: center;align-items: stretch;
    display: flex; gap: 15px; flex-wrap: wrap;  margin: calc(calc(var(--__flex-gap) * -1) / 2);
    margin-top: 40px;
}

.guide-boxes-wrapp .box {line-height: 1.3;	align-items: start;	border: 1px solid #ccc; padding: 30px 25px;	border-radius: 16px;
        display: flex; align-items: center;    justify-content: center;}
.guide-boxes-wrapp .title {font-size: 22px; margin-bottom:3px;}
.guide-boxes-wrapp .description {color: #222; font-size: 90%; margin-top: 5px;}
.guide-boxes-wrapp .box:hover {border: 1px solid #15a0b4; background-color: #f5f8fb;}
.guide-boxes-wrapp .box.box-4 { width:calc(33.33% - 11px)}
.guide-boxes-wrapp .box.box-6 { width:calc(50% - 11px)}
.guide-boxes-wrapp .box.box-12 { width: 1000px; max-width: 100%;}


.guide-content-wrapp-formdone {max-width: 1000px; padding: 40px; border-radius: 16px;}
.guide-content-wrapp-formdone {background-color: #15a0b4; color:#fff; }
.guide-content-wrapp-formdone .title
.guide-content-wrapp-formdone h1,
.guide-content-wrapp-formdone h2 {color: #fff !important; line-height: 1.3; margin-bottom: 10px; position: relative;}



.guide-article-list {text-align:left;}

.guide-article-list {max-width: 100%; width:800px; margin: 0px auto; }
.guide-article-list-item {border-top: 1px solid #ddd; }
.guide-article-list-item a {display: block; padding: 10px 15px 10px 20px; position: relative;}
.guide-article-list-item a:before {content: " "; width:6px; height: 6px; border:1px solid #15a0b4; border-radius: 8px; display: inline-block;
              background-color: #15a0b4; position: absolute; left: 5px; top: 20px;}
.guide-article-list-item a:hover {text-decoration: underline; background-color: #f5f8fb;}
.guide-article-category {position: relative; margin-bottom: 10px;}



.guide-content-wrapp {text-align:center;  margin: 0px auto;;    margin-top: 0px;}

#guide_prodselect.guide-form-wrapp {width:1000px;}
.guide-content-wrapp .guide-form-wrapp {text-align:left; width:1200px; margin: 30px auto; max-width:100%;

    /*
    padding: 30px 40px;
	border-radius: 16px;
	background-color: #fff;
	box-shadow: 6px 4px 16px 8px rgba(0, 0, 0, 0.04);
    */
}
/*
.guide-content-wrapp:has(.guide-form-wrapp) {
    padding: 30px 40px;
	border-radius: 16px;
	background-color: #fff;
	box-shadow: 6px 4px 16px 8px rgba(0, 0, 0, 0.04);
}
*/

.guide-box-widthborder {
    padding: 30px 40px;
    margin: 15px auto;
	border-radius: 16px;
	background-color: #fff;
	box-shadow: 6px 4px 16px 8px rgba(0, 0, 0, 0.04);
}


.guide-content-wrapp.guide-content-wrapp--noborder {
    padding: 0px 0px!important;
	border-radius: 0px!important;
	background-color: #fff;
	box-shadow: none!important;

}

.guide-content-wrapp--border-primary {border: 1px solid #15a0b4; border-radius: 16px;
    padding: 30px 40px; 
            }
.guide-content-wrapp--border-primary h1 {
    margin-bottom: 10px;
}


.guide-content-wrapp  p {margin-bottom: 15px;}
/*.guide-content-wrapp  h1 {font-size: 32px!important;}*/
.guide-text-box {margin: 30px 0px;}
.p-svg-wrapp {margin: 30px 0px!important;}
.p-svg-wrapp svg { width:75px; height:75px;}
.guide-article-link {text-decoration: underline; color:#222;}
.guide-article-link:hover {text-decoration: none; color: #222 !important;;}
.guide-text-lightbox {border-radius: 16px; border: 1px solid #15a0b4; padding: 40px 40px; background-color: #f5f8fb;}
.guide-text-sm-box {width: 1000px;    max-width: 100%; margin-left: auto; margin-right: auto;}

@media (max-width: 991px) {
    .guide-boxes-wrapp .box.box-4 { width:calc(50% - 11px)}
    .guide-boxes-wrapp .title {font-size: 20px;}
  .section-links .box h3 {font-size: 18px;}
  .section-links .box  {font-size: 15px;}
}

@media (max-width: 767px) {
    .section-links .box img {width: 50px; height: auto;  }
    .guide-boxes-wrapp .box.box-4 { width:calc(100%)}
    .guide-boxes-wrapp .title {font-size: 20px;}
    .guide-content-wrapp {margin-top: 35px;}
    .guide-boxes-wrapp .box.box-6 { width:calc(100%)}
    .guide-text-lightbox {padding: 20px 20px;}
    .guide-box-widthborder {padding: 20px 20px;}
    .guide-text-box {margin: 15px 0px;}
    .section.section-wave {padding-top: 30px; padding-bottom: 100px;}
}

@media (max-width: 575px) {
  .section-links .box svg {width:50px; height:50px; }
   .section-links .box h3 {font-size: 18px;}
   .section-links .box {    padding: 20px 15px;    border-radius: 10px;  }
   .section-links .box img {    width: 50px;    height: auto;  }
    .guide-boxes-wrapp .title {font-size: 18px;}
    .guide-boxes-wrapp .box {padding: 20px 15px;}
    .guide-content-wrapp {margin-top: 25px;}
    .section.section-wave {padding-top: 15px; padding-bottom: 90px;}
}




.guide-content-wrapp-formdone .title::before {
  content: ""; width: 200px; height: 200px; left:50%; top:0px; position: relative; display: block; margin-left: -100px;
  background: url('/_gf/images/icons/152-checked.svg') no-repeat; background-position: center center; background-size: 75%;
}

.guide-boxes-wrapp .box .title {position: relative;}

.guide-boxes-wrapp .box.a-node .title::before {content: ""; width: 140px; height: 140px; left:50%; top:0px; position: relative; display: block; margin-left: -70px;
  background-position: center center; background-size: 75%; background-repeat: no-repeat; opacity: 0.9;}
.guide-boxes-wrapp .box.a-node-coop .title::before {  background-image: url('/_gf/images/icons/126-hand-shake.svg'); }
.guide-boxes-wrapp .box.a-node-purchase .title::before {  background-image: url('/_gf/images/icons/141-buyer.svg'); }
.guide-boxes-wrapp .box.a-node-claim .title::before {  background-image: url('/_gf/images/icons/121-refund.svg'); }
.guide-boxes-wrapp .box.a-node-service .title::before {  background-image: url('/_gf/images/icons/009-tools.svg'); }
.guide-boxes-wrapp .box.a-node-spare .title::before {  background-image: url('/_gf/images/icons/011-gears.svg'); }
.guide-boxes-wrapp .box.a-node-product .title::before {  background-image: url('/_gf/images/icons/189-question-mark-1.svg'); }


.guide-boxes-wrapp .box.a-node-chatbot .title::before {  background-image: url('/_gf/images/icons/003-headset.svg'); }
.guide-boxes-wrapp .box.a-node-formcontact .title::before {  background-image: url('/_gf/images/icons/065-feedback.svg'); }
.guide-boxes-wrapp .box.a-node-hotline .title::before {  background-image: url('/_gf/images/icons/029-24-hours-2.svg'); }
 
.guide-content-wrapp .inlinehelp-icon {
	color: #222;
	border: 1px solid #222;
	border-radius: 15px;
	width: 21px;
	height: 21px;
	display: inline-block;
	font-size: 14px;
	padding: 0px;
	line-height: 1.3;
	text-align: center;
	font-weight: 500;
	margin-left: 5px;
    float:right;
}

.guide-svg-home {width:18px; display: inline-block; margin-right: 8px; float: left;}
.guide-svg-home:before {
    display: inline-block; content: ''; height: 20px; width: 20px;
    background-size: contain; background-position: initial; background-repeat: initial;
    background-image: url('../img/home.svg');
}
.guide-breadcrumb {width: 1000px; max-width:100%; margin-bottom: 20px!important;}


@media (min-width: 768px) {
    .guide-row .guide-col-md-6 .guide-text-lightbox { height: calc(100% - 60px); }
    .guide-row .guide-col-md-4 .guide-text-lightbox { height: calc(100% - 60px); }
    .guide-text-lightbox-width-button {
        display: flex;
        flex-wrap: wrap;
        align-content: space-between;
    }
    .guide-text-lightbox-width-button > *{
        width:100%;
    }
}


.guide-article-category::before {position: relative; content:""; width: 30px; height: 30px; display: inline-block; background-size: contain;
  background-repeat: no-repeat; background-position: center center; margin-right: 10px; transform: translateY(3px);
    }
.guide-article-category.guide-article-category-tips-tricks::before {background-image: url('/_gf/images/icons/068-idea.svg');}
.guide-article-category.guide-article-category-faq::before {background-image: url('/_gf/images/icons/023-help-1.svg');}
.guide-article-category.guide-article-category-manuals::before {background-image: url('/_gf/images/icons/081-manual-book.svg');}
.guide-article-category.guide-article-category-install::before {background-image: url('/_gf/images/icons/009-tools.svg');}
.guide-article-category.guide-article-category-troubleshoot::before {background-image: url('/_gf/images/icons/038-lifebuoy.svg');}


.guide-content-wrapp-prodown .guide-article-list p {text-align: center; margin-top: 15px;}



