@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap";.tbk-error{color:#ff4b4b;font-size:1em;font-weight:400;line-height:16px;margin-top:4px}.tbk-info-tooltip{z-index:10;font-weight:400;color:#007eff;line-height:16px;display:flex;justify-content:center;background-color:#fff}.tbk-tooltip-container .tbk-tolltip{background-color:#fff;border:1px solid #ccc;z-index:10}.tbk-tooltip-container .tbk-tolltip .tbk-tooltip-title{color:#2d3338;font-size:1em}.tbk-tooltip-container .tbk-tolltip .tbk-tooltip-text{font-size:.875em;color:#707382;text-align:justify}.input-error-icon,.tbk-arrow-icon{pointer-events:none;position:absolute;right:16px;top:12px}.tbk-arrow-icon{transform:rotate(180deg)}.tbk-input-container{display:flex;flex-direction:column;max-width:552px;margin-bottom:24px}.tbk-inputText,.tbk-inputFile{height:48px;width:100%;padding:16px 12px;border:1px solid #c9d0e4;outline:none}.tbk-inputText:focus,.tbk-inputFile:focus{border:1px solid #c9d0e4}.tbk-inputText.tbk-input-error,.tbk-input-error.tbk-inputFile{border:1px solid #ff4b4b}.tbk-inputText.tbk-input-block,.tbk-input-block.tbk-inputFile{pointer-events:none;background-color:#f9fbfe;color:#c9d0e4}.tbk-inputFile{background-color:#fff;text-align:left;cursor:pointer}.tbk-inputText::placeholder,.tbk-inputFile::placeholder{color:#828ea5;opacity:1}.tbk-input-wrapper{position:relative}.tbk-dual-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;max-width:552px}.tbk-select{position:relative;height:48px;width:100%;padding:16px 12px;border:1px solid #c9d0e4;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;cursor:pointer}.tbk-select:focus{border:1px solid #c9d0e4}.tbk-select.tbk-input-error{border:1px solid #ff4b4b}.tbk-select:after{content:"▼";position:absolute;top:50%;right:10px;transform:translateY(-50%);pointer-events:none}.tbk-input-error.tbk-select+.tbk-arrow-icon{display:none}.input-validate-container{width:552px}.satus-container{display:flex;gap:10px;align-items:center}:root{--rt-color-white:#fff;--rt-color-dark:#222;--rt-color-success:#8dc572;--rt-color-error:#be6464;--rt-color-warning:#f0ad4e;--rt-color-info:#337ab7;--rt-opacity:.9}.core-styles-module_tooltip__3vRRp{left:0;opacity:0;pointer-events:none;position:absolute;top:0;transition:opacity .3s ease-out;visibility:hidden;will-change:opacity,visibility}.core-styles-module_fixed__pcSol{position:fixed}.core-styles-module_arrow__cvMwQ{background:inherit;position:absolute}.core-styles-module_noArrow__xock6{display:none}.core-styles-module_clickable__ZuTTB{pointer-events:auto}.core-styles-module_show__Nt9eE{opacity:var(--rt-opacity);visibility:visible}.styles-module_tooltip__mnnfp{border-radius:3px;font-size:90%;padding:8px 16px;width:max-content}.styles-module_arrow__K0L3T{height:8px;width:8px}[class*=react-tooltip__place-top]>.styles-module_arrow__K0L3T{transform:rotate(45deg)}[class*=react-tooltip__place-right]>.styles-module_arrow__K0L3T{transform:rotate(135deg)}[class*=react-tooltip__place-bottom]>.styles-module_arrow__K0L3T{transform:rotate(225deg)}[class*=react-tooltip__place-left]>.styles-module_arrow__K0L3T{transform:rotate(315deg)}.styles-module_dark__xNqje{background:var(--rt-color-dark);color:var(--rt-color-white)}.styles-module_light__Z6W-X{background-color:var(--rt-color-white);color:var(--rt-color-dark)}.styles-module_success__A2AKt{background-color:var(--rt-color-success);color:var(--rt-color-white)}.styles-module_warning__SCK0X{background-color:var(--rt-color-warning);color:var(--rt-color-white)}.styles-module_error__JvumD{background-color:var(--rt-color-error);color:var(--rt-color-white)}.styles-module_info__BWdHW{background-color:var(--rt-color-info);color:var(--rt-color-white)}.tbk-radio-container{margin-bottom:16px}.tbk-radio-button:checked,.tbk-radio-button:not(:checked){position:absolute;left:-9999px}.tbk-radio-button+label{position:relative;padding-left:28px;cursor:pointer;line-height:24px;display:inline-block;color:#707382;font-weight:400;font-size:1em}.tbk-radio-button+label:before{content:"";position:absolute;left:0;top:0;width:18px;height:18px;border:1px solid #ddd;border-radius:100%;background:#fff}.tbk-radio-button+label:after{content:"";width:12px;height:12px;background:#d5006c;position:absolute;top:4px;left:4px;border-radius:100%;-webkit-transition:all .2s ease;transition:all .2s ease}.tbk-radio-button:not(:checked)+label:after{opacity:0;-webkit-transform:scale(0);transform:scale(0)}.tbk-radio-button:checked+label:after{opacity:1;-webkit-transform:scale(1);transform:scale(1)}.tbk-radio-button:checked+label:before{border-color:#d5006c}.tbk-checkbox-container{margin-bottom:16px}.tbk-checkbox-container:last-of-type{margin-bottom:8px}.tbk-checkbox:checked,.tbk-checkbox:not(:checked){position:absolute;left:-9999px}.tbk-checkbox+label{position:relative;padding-left:28px;cursor:pointer;line-height:24px;display:inline-block;color:#707382;font-weight:400;font-size:.875em}.tbk-checkbox+label:before{content:"";position:absolute;left:0;top:0;width:18px;height:18px;border:1px solid #ddd;background:#fff}.tbk-checkbox+label:after{content:"";width:12px;height:12px;background:#d5006c;position:absolute;top:4px;left:4px;-webkit-transition:all .2s ease;transition:all .2s ease}.tbk-checkbox:not(:checked)+label:after{opacity:0;-webkit-transform:scale(0);transform:scale(0)}.tbk-checkbox:checked+label:after{opacity:1;-webkit-transform:scale(1);transform:scale(1)}.tbk-checkbox:checked+label:before{border-color:#d5006c}.tbk-terms-and-conditions-container{margin-bottom:16px}:root{--react-pdf-annotation-layer: 1;--annotation-unfocused-field-background: url("data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>");--input-focus-border-color: Highlight;--input-focus-outline: 1px solid Canvas;--input-unfocused-border-color: transparent;--input-disabled-border-color: transparent;--input-hover-border-color: black;--link-outline: none}@media screen and (forced-colors: active){:root{--input-focus-border-color: CanvasText;--input-unfocused-border-color: ActiveText;--input-disabled-border-color: GrayText;--input-hover-border-color: Highlight;--link-outline: 1.5px solid LinkText}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid selectedItem}.annotationLayer .linkAnnotation:hover{-webkit-backdrop-filter:invert(100%);backdrop-filter:invert(100%)}}.annotationLayer{position:absolute;top:0;left:0;pointer-events:none;transform-origin:0 0;z-index:3}.annotationLayer[data-main-rotation="90"] .norotate{transform:rotate(270deg) translate(-100%)}.annotationLayer[data-main-rotation="180"] .norotate{transform:rotate(180deg) translate(-100%,-100%)}.annotationLayer[data-main-rotation="270"] .norotate{transform:rotate(90deg) translateY(-100%)}.annotationLayer canvas{position:absolute;width:100%;height:100%}.annotationLayer section{position:absolute;text-align:initial;pointer-events:auto;box-sizing:border-box;margin:0;transform-origin:0 0}.annotationLayer .linkAnnotation{outline:var(--link-outline)}.textLayer.selecting~.annotationLayer section{pointer-events:none}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a{position:absolute;font-size:1em;top:0;left:0;width:100%;height:100%}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a:hover{opacity:.2;background:rgba(255,255,0,1);box-shadow:0 2px 10px #ff0}.annotationLayer .textAnnotation img{position:absolute;cursor:pointer;width:100%;height:100%;top:0;left:0}.annotationLayer .textWidgetAnnotation :is(input,textarea),.annotationLayer .choiceWidgetAnnotation select,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{background-image:var(--annotation-unfocused-field-background);border:2px solid var(--input-unfocused-border-color);box-sizing:border-box;font:calc(9px * var(--scale-factor)) sans-serif;height:100%;margin:0;vertical-align:top;width:100%}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid red}.annotationLayer .choiceWidgetAnnotation select option{padding:0}.annotationLayer .buttonWidgetAnnotation.radioButton input{border-radius:50%}.annotationLayer .textWidgetAnnotation textarea{resize:none}.annotationLayer .textWidgetAnnotation :is(input,textarea)[disabled],.annotationLayer .choiceWidgetAnnotation select[disabled],.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input[disabled]{background:none;border:2px solid var(--input-disabled-border-color);cursor:not-allowed}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:hover{border:2px solid var(--input-hover-border-color)}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation.checkBox input:hover{border-radius:2px}.annotationLayer .textWidgetAnnotation :is(input,textarea):focus,.annotationLayer .choiceWidgetAnnotation select:focus{background:none;border:2px solid var(--input-focus-border-color);border-radius:2px;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) :focus{background-image:none;background-color:transparent}.annotationLayer .buttonWidgetAnnotation.checkBox :focus{border:2px solid var(--input-focus-border-color);border-radius:2px;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.radioButton :focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{background-color:CanvasText;content:"";display:block;position:absolute}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{height:80%;left:45%;width:1px}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before{transform:rotate(45deg)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{transform:rotate(-45deg)}.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{border-radius:50%;height:50%;left:30%;top:20%;width:50%}.annotationLayer .textWidgetAnnotation input.comb{font-family:monospace;padding-left:2px;padding-right:0}.annotationLayer .textWidgetAnnotation input.comb:focus{width:103%}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{-webkit-appearance:none;-moz-appearance:none;appearance:none}.annotationLayer .popupTriggerArea{height:100%;width:100%}.annotationLayer .fileAttachmentAnnotation .popupTriggerArea{position:absolute}.annotationLayer .popupWrapper{position:absolute;font-size:calc(9px * var(--scale-factor));width:100%;min-width:calc(180px * var(--scale-factor));pointer-events:none}.annotationLayer .popup{position:absolute;max-width:calc(180px * var(--scale-factor));background-color:#ff9;box-shadow:0 calc(2px * var(--scale-factor)) calc(5px * var(--scale-factor)) #888;border-radius:calc(2px * var(--scale-factor));padding:calc(6px * var(--scale-factor));margin-left:calc(5px * var(--scale-factor));cursor:pointer;font:message-box;white-space:normal;word-wrap:break-word;pointer-events:auto}.annotationLayer .popup>*{font-size:calc(9px * var(--scale-factor))}.annotationLayer .popup h1{display:inline-block}.annotationLayer .popupDate{display:inline-block;margin-left:calc(5px * var(--scale-factor))}.annotationLayer .popupContent{border-top:1px solid rgba(51,51,51,1);margin-top:calc(2px * var(--scale-factor));padding-top:calc(2px * var(--scale-factor))}.annotationLayer .richText>*{white-space:pre-wrap;font-size:calc(9px * var(--scale-factor))}.annotationLayer .highlightAnnotation,.annotationLayer .underlineAnnotation,.annotationLayer .squigglyAnnotation,.annotationLayer .strikeoutAnnotation,.annotationLayer .freeTextAnnotation,.annotationLayer .lineAnnotation svg line,.annotationLayer .squareAnnotation svg rect,.annotationLayer .circleAnnotation svg ellipse,.annotationLayer .polylineAnnotation svg polyline,.annotationLayer .polygonAnnotation svg polygon,.annotationLayer .caretAnnotation,.annotationLayer .inkAnnotation svg polyline,.annotationLayer .stampAnnotation,.annotationLayer .fileAttachmentAnnotation{cursor:pointer}.annotationLayer section svg{position:absolute;width:100%;height:100%;top:0;left:0}.annotationLayer .annotationTextContent{position:absolute;width:100%;height:100%;opacity:0;color:transparent;-webkit-user-select:none;user-select:none;pointer-events:none}.annotationLayer .annotationTextContent span{width:100%;display:inline-block}:root{--react-pdf-text-layer: 1;--highlight-bg-color: rgba(180, 0, 170, 1);--highlight-selected-bg-color: rgba(0, 100, 0, 1)}@media screen and (forced-colors: active){:root{--highlight-bg-color: Highlight;--highlight-selected-bg-color: ButtonText}}[data-main-rotation="90"]{transform:rotate(90deg) translateY(-100%)}[data-main-rotation="180"]{transform:rotate(180deg) translate(-100%,-100%)}[data-main-rotation="270"]{transform:rotate(270deg) translate(-100%)}.textLayer{position:absolute;text-align:initial;top:0;right:0;bottom:0;left:0;overflow:hidden;line-height:1;text-size-adjust:none;forced-color-adjust:none;transform-origin:0 0;z-index:2}.textLayer :is(span,br){color:transparent;position:absolute;white-space:pre;cursor:text;margin:0;transform-origin:0 0}.textLayer span.markedContent{top:0;height:0}.textLayer .highlight{margin:-1px;padding:1px;background-color:var(--highlight-bg-color);border-radius:4px}.textLayer .highlight.appended{position:initial}.textLayer .highlight.begin{border-radius:4px 0 0 4px}.textLayer .highlight.end{border-radius:0 4px 4px 0}.textLayer .highlight.middle{border-radius:0}.textLayer .highlight.selected{background-color:var(--highlight-selected-bg-color)}.textLayer br::selection{background:transparent}.textLayer .endOfContent{display:block;position:absolute;top:100%;right:0;bottom:0;left:0;z-index:-1;cursor:default;-webkit-user-select:none;user-select:none}.textLayer.selecting .endOfContent{top:0}.hiddenCanvasElement{position:absolute;top:0;left:0;width:0;height:0;display:none}.textLayer{font-family:Arial,sans-serif;font-size:12px;line-height:1.5}.annotationLayer{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none}.tbk-pdf-viewer-container{width:100%;max-width:552px;margin-bottom:10px;height:600px;overflow-y:auto;border:1px solid #ccc;display:none}.tbk-pdf-viewer-page{margin-bottom:16px;border:1px solid #ddd}.tbk-pdf-viewer-container.loaded{display:block}.skeleton-container{margin:10px;display:grid;gap:8px}.skeleton-line{height:16px;background-color:#e0e0e0;border-radius:4px;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.skeleton-line:nth-child(1){width:75%}.skeleton-line:nth-child(2){width:100%}.skeleton-line:nth-child(3){width:66%}.skeleton-line:nth-child(4){width:100%}.skeleton-line:nth-child(5){width:83%}.skeleton-line:nth-child(6){width:75%}.skeleton-line:nth-child(7){width:100%}.skeleton-line:nth-child(8){width:66%}.skeleton-line:nth-child(9){width:100%}.skeleton-line:nth-child(10){width:83%}.skeleton-line:nth-child(11){width:75%}.skeleton-line:nth-child(12){width:100%}.skeleton-line:nth-child(13){width:66%}.skeleton-line:nth-child(14){width:100%}.skeleton-line:nth-child(15){width:83%}.skeleton-line:nth-child(16){width:75%}.skeleton-line:nth-child(17){width:100%}.skeleton-line:nth-child(18){width:66%}.skeleton-line:nth-child(19){width:100%}.skeleton-line:nth-child(20){width:83%}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.tbk-select-info{margin-top:5px;color:#707382;font-weight:400;font-size:.875em;display:inline-flex;align-items:center;height:20px;gap:5px}.progress-bar{height:48px;width:100%;border:1px solid #c9d0e4;outline:none;background-color:#fff;overflow:hidden}.progress-bar-filled{height:48px;padding:16px 12px;background-color:#4caf50;text-align:center;color:#fff;font-weight:700;transition:width .4s ease}.TBK-button{display:inline-flex;justify-content:center;align-items:center;border-radius:4px;border:1px solid transparent;cursor:pointer;font-size:16px;font-family:Roboto,sans-serif;line-height:24px;font-weight:500;padding:12px 24px;text-decoration:none}.TBK-button:active{box-shadow:#0003 0 5px 20px;transform:translateY(1px)}.TBK-button:disabled{background-color:#e7ebf3;color:#a0afca;pointer-events:none}.template-next{background-color:#da4f6e;color:#fff}.template-back{border:1px solid #da4f6e;background-color:transparent;color:#da4f6e}.template-startBtn{background-color:#da4f6e;color:#fff;margin:0 auto}.template-startBtn:active{box-shadow:#0003 0 5px 20px;transform:translateY(1px)}.template-disabled{background-color:#e7ebf3;color:#a0afca;pointer-events:none}.template-disabled:active{box-shadow:#0000004d 0 3px 12px;transform:none}.tbk-card{width:600px;display:grid;grid-template-columns:1fr 1fr;padding:24px;box-shadow:0 0 2px #0000000a,0 0 2px #0e15201f,0 1px 2px #0e15202e}.tbk-card.card-fullwidth{width:100%}.tbk-card.tbk-card-info{display:flex;width:452px;padding:16px;font-size:1em;line-height:24px}.tbk-step-buttons{display:flex;justify-content:flex-end;align-items:center;width:552px;margin-top:16px;gap:16px}.tbk-label{font-size:1em;font-weight:400;color:#2d3338;line-height:16px}.tbk-label-container{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}.tbk-separed-title{color:#1f242e;font-size:1em;font-weight:500;line-height:24px;border-bottom:1px solid #c9d0e4;margin-bottom:16px}.tbk-info{display:flex;align-items:center;color:#707382;font-size:1em;line-height:16px;margin-bottom:24px}.tbk-info .tbk-info-icon{margin-right:10px}.tbk-card-label{color:#9fa5bb;font-size:1em;font-weight:400;line-height:16px}.tbk-card-info{color:#2d3338;font-size:.875em;font-weight:400;line-height:24px}.tbk-multi-labels{display:flex;flex-direction:column;gap:8px;font-size:1em;font-weight:400;line-height:16px}.tbk-general-container{display:flex;max-width:552px;flex-direction:column}.center-loading{display:flex;justify-content:center;margin-top:40px}.full-center-loading{display:flex;justify-content:center;align-items:center;margin-top:40px}.test-category-title{display:inline-block;font-size:24px;font-weight:700;color:#1f242e;margin-bottom:16px;margin-top:16px}.separed-title{width:552px;border:.5px solid #c9d0e4;margin:0 0 24px}.tbk-loader{display:inline-block;position:relative;width:80px;height:80px;color:#da4f6e}.tbk-loader div{position:absolute;width:6.4px;height:6.4px;background:currentColor;border-radius:50%;animation:tbk-loading 1.2s linear infinite}.tbk-loader div:nth-child(1){animation-delay:0s;top:36.8px;left:66.24px}.tbk-loader div:nth-child(2){animation-delay:-.1s;top:22.08px;left:62.29579px}.tbk-loader div:nth-child(3){animation-delay:-.2s;top:11.30421px;left:51.52px}.tbk-loader div:nth-child(4){animation-delay:-.3s;top:7.36px;left:36.8px}.tbk-loader div:nth-child(5){animation-delay:-.4s;top:11.30421px;left:22.08px}.tbk-loader div:nth-child(6){animation-delay:-.5s;top:22.08px;left:11.30421px}.tbk-loader div:nth-child(7){animation-delay:-.6s;top:36.8px;left:7.36px}.tbk-loader div:nth-child(8){animation-delay:-.7s;top:51.52px;left:11.30421px}.tbk-loader div:nth-child(9){animation-delay:-.8s;top:62.29579px;left:22.08px}.tbk-loader div:nth-child(10){animation-delay:-.9s;top:66.24px;left:36.8px}.tbk-loader div:nth-child(11){animation-delay:-1s;top:62.29579px;left:51.52px}.tbk-loader div:nth-child(12){animation-delay:-1.1s;top:51.52px;left:62.29579px}@keyframes tbk-loading{0%,20%,80%,to{transform:scale(1)}50%{transform:scale(1.5)}}.stepper{display:inline-flex;height:320px;align-items:flex-start;gap:16px}.step__bubbles{display:flex;padding-bottom:0;flex-direction:column;align-items:center;gap:16px;align-self:stretch}.step__bubbles .step__bubble__item{display:flex;justify-content:center;align-items:center;width:32px;height:32px;border:1px solid #a0afca;color:#a0afca;border-radius:50%;flex-shrink:0}.step__bubbles .step__bubble__item.active{border:1px solid #da4f6e;color:#da4f6e}.step__bubbles .step__line{height:28.5px;width:1px;background-color:#a0afca}.step__bubbles .step__line:last-child{display:none}.step__info__container{display:flex;padding-top:6px;flex-direction:column;justify-content:space-between;align-items:flex-start;align-self:stretch;color:#707382}.step__info__container .step__info{display:flex;flex-direction:column}.step__info__container .step__info__title{font-family:Roboto,sans-serif;font-size:.875em;font-weight:500;line-height:20px;letter-spacing:.25px;color:#a0afca}.step__info__container .step__info__title.active{color:#da4f6e}.step__info__container .step__info__subtitle{font-family:Roboto,sans-serif;font-size:.875em;line-height:20px;letter-spacing:.25px;color:#a0afca}.step__info__container .step__info__subtitle.active{color:#707382}.page-error-container{display:grid;grid-template-columns:1fr 1fr;max-width:1200px;margin:80px auto}.page-error-container .left-content{display:flex;flex-direction:column;justify-self:center;max-width:635px}.page-error-container .image-content{display:flex;justify-content:center}.stepform__content{display:grid;grid-template-columns:264px 1fr;column-gap:24px;max-width:1128px;width:100%;margin:64px auto 0}.home-body{display:grid;grid-template-columns:repeat(2,1fr);max-width:1128px;margin:0 auto}.home-image img{max-width:596px;height:auto}.home-buttons{display:flex;justify-content:flex-start;align-items:center;margin-top:48px}.home-info{display:flex;flex-direction:column;padding-top:88px}.home-text{font-size:20px;font-weight:500;line-height:32px;margin:0}.home-logo{margin-bottom:32px}.eye-button{background-color:transparent;padding-left:10px;border:none;cursor:pointer}.TBK-header{display:flex;justify-content:center;align-items:center;padding:40px}.tbk-preview-container{display:flex;flex-direction:column;justify-content:center;gap:40px}.tbk-preview-questions{color:#9fa5bb;font-size:16px;font-weight:400;line-height:16px;margin-bottom:6px}.tbk-flex-card{display:flex;flex-direction:column;gap:20px;padding-right:40px}.tbk-test-name{justify-content:space-between;margin:0;font-size:16px;font-weight:400}.tbk-separed-btn{display:flex;justify-content:space-between;align-items:center;margin-top:16px;gap:16px;width:100%;margin-bottom:16px}.finish-container{display:flex;flex-direction:column;width:613px}.steps-info-container{display:flex;margin-top:16px;gap:24px}.step-info{flex:1;display:flex;flex-direction:column;font-size:.875em;text-align:center}.step-info .title-inf{color:#d5006c;font-weight:500;margin-bottom:8px}.nav-bar{display:flex;justify-content:center;position:relative;height:80px;background-color:#fcfdfe;box-shadow:0 4px 4px #00000014}.nav-bar_container{display:flex;justify-content:space-between;align-items:center;max-width:1128px;width:100%;height:100%}.tbk-footer{height:160px;background-color:#1f242e;margin-top:32px}.tbk-footer-image{display:flex;justify-content:center;align-items:center;border-bottom:1px solid #ffffff;height:80px}.tbk-footer-message{display:flex;justify-content:center;align-items:center;margin:0;height:80px;color:#707382;font-family:Roboto,sans-serif;font-size:1em;font-weight:700;line-height:24px;letter-spacing:.25px}.PhoneInputInput{background:transparent;border:none;border-bottom:1px solid #da4f6e;color:#1f242e;font-size:2em;padding:8px;transition:border-bottom-width .2s ease-in-out;width:100%}.PhoneInputInput:focus{outline:none}.react-tooltip{width:322px!important}.c-tbk-red{color:#d5006c}.d-none{display:none}.fw-500{font-weight:500}.flex-column{display:flex;flex-direction:column}.full-center{display:flex;justify-content:center;align-items:center}.gap-10{gap:10px}.self-end{align-self:flex-end}.self-center{align-self:center}.fw-700{font-weight:700}.text-flex-center{display:flex;align-items:center}.truncate-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}.word-break{word-break:break-word}.mx-0{margin-left:0;margin-right:0}.my-0{margin-top:0;margin-bottom:0}.px-0{padding-left:0;padding-right:0}.py-0{padding-top:0;padding-bottom:0}.mx-1{margin-left:8px;margin-right:8px}.my-1{margin-top:8px;margin-bottom:8px}.px-1{padding-left:8px;padding-right:8px}.py-1{padding-top:8px;padding-bottom:8px}.mx-2{margin-left:16px;margin-right:16px}.my-2{margin-top:16px;margin-bottom:16px}.px-2{padding-left:16px;padding-right:16px}.py-2{padding-top:16px;padding-bottom:16px}.mx-3{margin-left:24px;margin-right:24px}.my-3{margin-top:24px;margin-bottom:24px}.px-3{padding-left:24px;padding-right:24px}.py-3{padding-top:24px;padding-bottom:24px}.mx-4{margin-left:32px;margin-right:32px}.my-4{margin-top:32px;margin-bottom:32px}.px-4{padding-left:32px;padding-right:32px}.py-4{padding-top:32px;padding-bottom:32px}.mx-5{margin-left:40px;margin-right:40px}.my-5{margin-top:40px;margin-bottom:40px}.px-5{padding-left:40px;padding-right:40px}.py-5{padding-top:40px;padding-bottom:40px}.mx-6{margin-left:48px;margin-right:48px}.my-6{margin-top:48px;margin-bottom:48px}.px-6{padding-left:48px;padding-right:48px}.py-6{padding-top:48px;padding-bottom:48px}.p-0{padding:0}.p-1{padding:8px}.p-2{padding:16px}.p-3{padding:24px}.p-4{padding:32px}.p-5{padding:40px}.p-6{padding:48px}.pt-0{padding-top:0}.pt-1{padding-top:8px}.pt-2{padding-top:16px}.pt-3{padding-top:24px}.pt-4{padding-top:32px}.pt-5{padding-top:40px}.pt-6{padding-top:48px}.pr-0{padding-right:0}.pr-1{padding-right:8px}.pr-2{padding-right:16px}.pr-3{padding-right:24px}.pr-4{padding-right:32px}.pr-5{padding-right:40px}.pr-6{padding-right:48px}.pb-0{padding-bottom:0}.pb-1{padding-bottom:8px}.pb-2{padding-bottom:16px}.pb-3{padding-bottom:24px}.pb-4{padding-bottom:32px}.pb-5{padding-bottom:40px}.pb-6{padding-bottom:48px}.pl-0{padding-left:0}.pl-1{padding-left:8px}.pl-2{padding-left:16px}.pl-3{padding-left:24px}.pl-4{padding-left:32px}.pl-5{padding-left:40px}.pl-6{padding-left:48px}.m-0{margin:0}.m-1{margin:8px}.m-2{margin:16px}.m-3{margin:24px}.m-4{margin:32px}.m-5{margin:40px}.m-6{margin:48px}.mt-0{margin-top:0}.mt-1{margin-top:8px}.mt-2{margin-top:16px}.mt-3{margin-top:24px}.mt-4{margin-top:32px}.mt-5{margin-top:40px}.mt-6{margin-top:48px}.mr-0{margin-right:0}.mr-1{margin-right:8px}.mr-2{margin-right:16px}.mr-3{margin-right:24px}.mr-4{margin-right:32px}.mr-5{margin-right:40px}.mr-6{margin-right:48px}.mb-0{margin-bottom:0}.mb-1{margin-bottom:8px}.mb-2{margin-bottom:16px}.mb-3{margin-bottom:24px}.mb-4{margin-bottom:32px}.mb-5{margin-bottom:40px}.mb-6{margin-bottom:48px}.ml-0{margin-left:0}.ml-1{margin-left:8px}.ml-2{margin-left:16px}.ml-3{margin-left:24px}.ml-4{margin-left:32px}.ml-5{margin-left:40px}.ml-6{margin-left:48px}*{box-sizing:border-box;font-family:Roboto,sans-serif}p,h1,h2,h3,h4,h5{letter-spacing:.25px}h1{font-size:2.25em;font-weight:700;line-height:48px;margin:0;color:#2d3338}h2{font-size:2em;font-weight:700;line-height:32px;margin:0}h3{font-size:1.25em;font-weight:700;line-height:24px;margin:0 0 24px;color:#707382}h4{font-size:1em;font-style:normal;font-weight:500;line-height:24px}.App{justify-content:center;display:grid;grid-template-rows:auto 1fr auto;grid-template-columns:1fr;height:100%;background-color:#fff}.tbk-divider{height:1px;border:none;background-color:#c9d0e4;margin-bottom:12px}.tbk-mail-link{color:#d5006c;font-weight:500;text-decoration:none}.tbk-link{color:#d5006c;font-weight:400;text-decoration:none}.tbk-header{display:flex;justify-content:center;align-items:center;padding:40px;background-color:#f9fbfe}.spinner{width:40px;height:40px;border-radius:50%;background:conic-gradient(rgba(0,0,0,0) 10%,#e5397f);-webkit-mask:radial-gradient(farthest-side,rgba(0,0,0,0) calc(100% - 6.4px),#000 0);mask:radial-gradient(farthest-side,rgba(0,0,0,0) calc(100% - 6.4px),#000 0);animation:spinner-TBK 1s infinite linear}@keyframes spinner-TBK{to{transform:rotate(1turn)}}.tbk-toast{display:flex;position:relative;gap:15px;width:100%}.tbk-toast a{color:#da4f6e}.toast-alert-box{display:flex;align-items:center;justify-content:center;flex:0 0 48px;height:48px;background-color:#fcd9de;border-radius:10px}.close-toast{position:absolute;top:0;right:0;font-weight:700;border:none;background-color:transparent;color:#da4f6e;padding:0;cursor:pointer}.toast-title{font-weight:700;margin:0 0 10px}html,body,#root{height:100%;width:100%;margin:0}.capitalize-text{text-transform:capitalize}
