@font-face {
    font-family: 'Samsung Sharp Sans Bold';
    font-weight: 700;
    src: url(https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/fonts/SamsungSharpSansBd.eot);
    src: url(https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/fonts/SamsungSharpSansBd.eot?#iefix) format('embedded-opentype'),url(https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/fonts/SamsungSharpSansBd.woff) format("woff"),url(https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/fonts/SamsungSharpSansBd.woff2) format("woff2"),url(https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/fonts/SamsungSharpSansBd.ttf) format('truetype')
}

@font-face {
    font-family: 'SamsungOne';
    font-weight: normal;
    src: url(https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/fonts/SamsungOne-400.eot);
    src: url(https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/fonts/SamsungOne-400.eot?#iefix) format("embedded-opentype"), url(https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/fonts/SamsungOne-400.woff2) format("woff2"), url(https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/fonts/SamsungOne-400.woff) format("woff"), url(https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/fonts/SamsungOne-400.ttf) format("truetype");
}

.title-question{
    font-family: 'Samsung Sharp Sans Bold';
}

:root {
    color-scheme: light only;
}

.form-container {
    max-width: 1440px;
    margin: 0 auto;
}

.form-container--inner {
    padding: 0 0;
    margin: 0 auto;
}

@media only screen and (min-width: 768px) {
    .form-container--inner {
        padding: 0 80px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 998px) {
    .form-container--inner {
        padding: 0 0px;
        margin: 0 auto;
    }

}

.row-wrapper {
    display: block;
}

@media only screen and (max-width: 768px) {
    .row-wrapper {
        display: block;
    }
}

@media only screen and (min-width: 769px) {
    .row-wrapper {
        display: flex;
    }
}

.wrapper-padding {
}

@media only screen and (min-width: 768px) and (max-width: 912px) {
    .wrapper-padding {
        padding: 5px 60px 60px 60px;
    }
}

@media only screen and (min-width: 913px) {
    .wrapper-padding {
        padding: 5px 120px 60px 120px;
    }
}

.thankyou-container {
    max-width: 1440px;
    margin: 0 auto;
    text-align: center;
}

.thankyou-container-winner {
    max-width: 1440px;
    margin: 0 auto;
    text-align: center;
}

.mandatory-container {
    margin-bottom: 40px !important;
}

.email-param-container {
    margin-bottom: 20px !important;
}

.form-descriptions {
    text-align: center;
    padding: 0 0 25px 0;
    margin: 0px 0 0px 0;
}

@media only screen and (min-width: 768px) {
    .form-descriptions {
        padding: 0 0 40px 0;
        margin: 35px 0 0px 0;
    }
}

h2.form-title {
    font-size: 8.33333333vw;
    line-height: 1.25;
    margin-bottom: 1.33333333vw;

}

h3.form-subt-title {
    font-size: 5vw;
    line-height: 1.33;
    margin-bottom: 1.33333333vw;

}

h4.form-subt-title {
    font-size: 18px;
    line-height: 1.33;
    margin-bottom: 1.33333333vw;
}

p.form-para {
    font-size: 15px;
    line-height: 1.52;
}

@media only screen and (min-width: 1440px) {
    h2.form-title {
        font-size: 48px;
        margin-bottom: 15px;
        margin-bottom: 16px;
    }

    h3.form-subt-title {
        font-size: 28px;
        margin-bottom: 10px;
    }

    p.form-para {
        font-size: 17px;
    }
}

@media only screen and (min-width: 768px) {


    h2.form-title {
        font-size: 3.33333333vw;
        margin-bottom: 16px;
    }

    h3.form-subt-title {
        font-size: 1.94444444vw;
        line-height: 1.33;
    }
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.ps-0 {
    padding-left: 0 !important;
}

.ps-e {
    padding-right: 0 !important;
}

.pe_space {
    margin-right: 10px;
}

@media only screen and (min-width: 768px) {
    .p-right-2 {
        padding-right: 20px !important;
    }

    .m-right-2 {
        margin-right: 15px !important;
    }

    .m-right-l2 {
        margin-right: 0px !important;
    }
}

.margin-btm {
    margin-bottom: 2.5rem;
}

.policy-ps {
    padding-left: 0;
}

@media only screen and (min-width: 768px) {
    .policy-ps {
        padding-left: .85rem;
    }

}

.policy-ps .form-check {
    margin-bottom: 15px;
}

.divider {
    border-top: 1px dashed #bbb;
    margin: 40px 0;
}

.column {
    padding: .78rem 0;
}

@media only screen and (min-width: 768px) {
    .column {
        display: block;
        flex-basis: 0;
        flex-grow: 1;
        flex-shrink: 1;
        padding: 0.75rem;
    }
}

.column.is-one-quarter,
.column.is-one-quarter-tablet {
    flex: none;
    width: 25%;
}

.column.is-one-fifth,
.column.is-one-fifth-tablet {
    flex: none;
    width: 100%;
}

@media only screen and (max-width: 768px) {

    .column.is-one-fifth,
    .column.is-one-fifth-tablet {
        flex: none;
        width: 100%;
    }
}

@media only screen and (min-width: 769px) {

    .column.is-one-fifth,
    .column.is-one-fifth-tablet {
        flex: none;
        width: 20%;
    }
}

.column.is-one-third,
.column.is-one-third-tablet {
    flex: none;
    width: 33.3333%;
}

.column.is-two-fifths,
.column.is-two-fifths-tablet {
    flex: none;
    width: 100%;
}

@media only screen and (min-width: 768px) {

    .column.is-two-fifths,
    .column.is-two-fifths-tablet {
        flex: none;
        width: 50%;
    }

}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media only screen and (min-width: 768px) {
    .form-label {
        font-size: 18px;
    }

    .form-control {
        display: block;
        width: 100%;
        padding: 0.375rem 0.75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #212529;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 0.375rem;
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    }
}

.form-question-h2 {
    font-weight: bold;
    font-size: 18px;
    word-wrap: break-word;
    margin-bottom: 5px;
}

@media only screen and (min-width: 768px) {
    .form-check.make-flex {
        display: flex;
    }
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1em;
    margin-bottom: 0.125rem;
}

.form-check-input[type=checkbox] {
    border-radius: 0.25em;
}


.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
}

.form-check-input:checked[type=checkbox] {
    background-image: url('https://images.samsung.com/is/content/samsung/assets/sg/check-box.svg');
}

.form-check-input {
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #555;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25);
    border-radius: 50%;
    background: transparent;
    -webkit-transform: scale(0.99);
    transform: scale(0.99);
}

.form-check-input[type=radio] {
    border-radius: 50%;
}

.form-check-input:checked[type=radio] {
    background-image: url('https://images.samsung.com/is/content/samsung/assets/sg/check-box.svg');
}

@media only screen and (min-width: 768px) {
    label {
        display: inline-block;
    }
}

.cta--contained.cta--black {
    color: #fff !important;
    background-color: #000 !important;
}

.cta--contained {
    padding: 10px 24px 11px 24px;
    border-radius: 20px;
}

.checkbox-v2__input {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
}

.cta {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    vertical-align: middle;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: cubic-bezier(0.33, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.33, 0, 0.3, 1);
    font-family: 'SamsungOne', arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 19px;
    white-space: nowrap;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    width: auto;
    overflow: visible;
    background: 0;
    text-align: inherit;
    border-radius: 0;
    cursor: pointer;
    color: inherit;
    font: inherit;
    line-height: normal;
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;
    -webkit-appearance: none;
}

.form-button-submit {
    margin-top: 2.5rem;
}

.question-wrapper {
    margin-bottom: 1.5rem;
}

.checkbox-v2__input {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
}

.checkbox-v2__label-box-wrap {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 24px;
    height: 24px;
}

.checkbox-v2__label-box {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #555;
    background: transparent;
    -webkit-transform: scale(0.99);
    transform: scale(0.99);
}

.checkbox-v2__label-box-icon {
    width: 16px;
    height: 16px;
    fill: transparent;
}

input[type='checkbox']:checked~.checkbox-v2__label .checkbox-v2__label-box-icon {
    fill: #fff;
}

.checkbox-v2__label-box-icon {
    width: 16px;
    height: 16px;
    fill: transparent;
}

.contact-mail-form-popup .contact-mail-form-popup__form-field.field--checkbox .checkbox-v2__label,
.contact-mail-form-popup .contact-mail-form-popup__form-field.field--radio .checkbox-v2__label,
.contact-mail-form-popup .contact-mail-form-popup__form-field.field--checkbox .radio-v2__label,
.contact-mail-form-popup .contact-mail-form-popup__form-field.field--radio .radio-v2__label {
    width: 100%;
    padding-left: 28px;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input {
    vertical-align: middle;
    border-radius: 0;
    appearance: none;
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

.mar-t-2 {
    margin-top: 40px !important;
}

.mar-b-2 {
    margin-bottom: 40px !important;
}

.mar-l-2 {
    margin-left: 40px !important;
}

.mar-r-2 {
    margin-right: 40px !important;
}

@media only screen and (min-width: 768px) {
    .mar-b-2 {
        margin-bottom: 0px !important;
    }
}

.pad-t-0 {
    padding-top: 0 !important;
}

.form-question-required {
    color: #ef3434;
}

.form-container.hide,
.thankyou-container.hide {
    display: none;
}

.error-message {
    display: none;
    color: #ef3434;
    margin-top: 6px;
    font-weight: bold;
}

.makecenter {
    display: flex;
    justify-content: center;
}

.lds-dual-ring.hidden {
    display: none;
}

.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 20% auto;
    border-radius: 50%;
    border: 6px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .8);
    z-index: 9999;
    opacity: 1;
    transition: all 0.5s;
}

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

.group {
    position: relative;
    margin: 16px 0;
}

.group>input.w-100 {
    width: 100%;
}

.group>input,
.group>textarea {
    background: none;
    color: #2b2b2b;
    font-size: 18px;
    padding-bottom: 4px;
    display: block;
    width: 100%;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #a7a7a7;
}

.group>input:focus,
.group>textarea:focus {
    outline: none !important;
    box-shadow: none !important;
}

.group>input:focus~label,
.group>textarea:focus~label,
.group>input:valid~label,
.group>textarea:valid~label {
    top: -6px;
    font-size: 14px;
    color: #2196f3;
}

.group>input:focus~.bar:before,
.group>textarea:focus~.bar:before {
    width: 100%;
}

.group>input[type="password"] {
    letter-spacing: 0.3em;
}

.group>label {
    color: #646464;
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    top: 10px;
    transition: 300ms ease all;
}

.group>label.dateInput {
    color: #646464;
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    top: -8px;
    transition: 300ms ease all;
}

.group>.bar {
    position: relative;
    display: block;
    width: 100%;
}

.group>.bar:before {
    content: '';
    height: 2px;
    width: 0;
    bottom: 0px;
    position: absolute;
    background: #2196f3;
    transition: 300ms ease all;
    left: 0%;
}

.box-rounded {
    background-color: white;
    padding: 20px 25px;
    border-radius: 15px;
    margin-bottom: 40px;
    color: rgba(0, 0, 0, 0.87);
    box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}

.flex-start {
    display: flex;
    justify-content: start;
    flex-direction: row;
}

.is-one-two {
    width: 20px;
}

.block-phone-step {
    display: flex;
    margin: 24px 0px;
    flex-direction: column
}

.zone-demo-get-imei {
    display: flex;
    flex-direction: column;
    background-color: #F2F2F2;
    padding: 20px;
    border-radius: 8px;
}

.flex-item {
    display: flex;
    align-items: center;
    flex: 1;
    margin-bottom: 16px;
}

.flex-item img {
    border-radius: 8px;
    box-shadow: 0 10px 10px #dedede;
    max-width: 80px;
}

.flex-item h4 {
    padding-left: 10px;
    padding-right: 10px;
    color: rgba(0, 0, 0, 0.87);
    font-weight: 400;
    font-size: 16px;
}

@media (min-width: 1125px) {
    .flex-item img {
        max-width: 130px;
    }
}
@media (min-width: 725px) {
    .block-phone-step{
        flex-direction: row;
    }
}


.accordion-box-item h3 {
    font-size: 18px;
    margin-right: 20px;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    line-height: 1.33;
}

.row {
    display: flex;
    justify-content: center;
    margin-top: 16px;
}

.link-btn {
    color: #337ab7;
}

.h3 {
    font-size: 18px;
    margin-right: 20px;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    line-height: 1.33;
}
.mb-2{
    margin-bottom: 12px;
}
.ml-2{
    margin-left: 12px;
}
.upload-zone{
    display: flex;
    margin-bottom: 8px;
}
.button-upload{
    border: 1px solid #dedede;
    border-radius: 50px;
    margin-right: 10px;
    min-width: 120px;
    height: 40px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    padding: 10px 15px;
}
.upload-zone .description{
    font-size: 16px;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
   
    font-weight: 500;
}
.upload-description{
    font-size: 13px;
}
.border-top{
    margin-top: 24px;
    
}
.mb-4{
    margin-bottom: 24px;
}
.border-line{
    border: solid 0.1px #dee2e6;
}
.button-upload:hover{
    background-color:#dee2e6 ;
    cursor: pointer;
}
.submit-form{
    margin-top: 48px;
}
.check-box-group{
    padding: 0.75rem;
    padding-left: 0.5rem;
}
.description-file{
    font-weight: 500;
    font-size: 16px;
    margin-top: 0px !important;
    margin-bottom: 8px !important;
}

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

#header-collapse{
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.collapse-content{
    display: none;
    padding: 1rem;
    transition:  max-height 0.5s ease-out, padding 0.5s ease-out;
}
.collapse-content.show{
    display: block;
    padding: 1rem;
}

.toggle-icon{
    width: 22px;
    height: 22px;
    display: inline-block;
    stroke: #b2bac3;
    stroke-width: 4px;
    margin-top: -1px;
    margin-left: 10px;
    vertical-align: middle;
    fill: #1f1f1f;

    transition: transform 0.1s ease-in;
}
.toggle-icon.show{
    transform: rotate(180deg);
}

.icon-clip{
    width: 18px;
    height: 18px;
    display: inline-block;
    stroke: #b2bac3;
    stroke-width: 4px;
    margin-top: -1px;
    margin-left: 10px;
    vertical-align: middle;
    fill: #7c7c7c;
}

.collapse-content:not(.show){
    max-height: 0;
    padding: 0 1rem;
}
.padding-mobile{
    font-size: 15px;
    background-color: #f2f2f2;
    padding: 3px 5px;
    border-radius: 8px;
    margin-left: 0;
    margin-top: 0;
}

.clip-icon{
    font-size: 18px!important;
    color: #787878
}
.margin-bottom{
    margin-bottom: 15px;
}

.video-popup {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 50px;
    background-color: rgba(0, 0, 0, .8);
    z-index: 1000000
  }
  
  @media only screen and (min-width:768px) {
    .video-popup {
      padding: 100px
    }
  }
  
  .video-popup #video {
    position: relative;
    height: 100%;
    width: 100%;
    background-color: #000
  }
  
  .video-popup .video-popup--close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 15px;
    cursor: pointer
  }
  
  @media only screen and (min-width:768px) {
    .video-popup .video-popup--close {
      top: 40px;
      right: 40px
    }
  }

.media-stories-video{
    cursor: pointer;
  }

  section.inspire .video__wrapper .video__play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 70px;
    width: 70px;
    margin-top: -30px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url("https://stg-images.samsung.com/is/image/samsung/assets/sg/p6_gro2/p6_initial_gstatic/solvefortomorrow/ico__play-btn.png?$ORIGIN_PNG$");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    cursor: pointer;
  }
  
  section.inspire h3 {
    font-size: 36px;
    font-size: 2.25rem;
    font-family: 'SamsungSharpSans';
  }
  
  @media only screen and (max-width:992px) {
    section.inspire .video__wrapper .video__play-button {
      width: 50px;
      height: 50px;
      margin-top: -25px;
    }
  }


@media all and (max-width:800px) {
    .ytp-cued-thumbnail-overlay-image {
        background-size: contain;
    }

    .video-popup #video {
        height: 50%;
        margin-top: calc(.5625 * 100%);
    }
}

.Thankyou_title{
    font-size: 38.4px;
    line-height: 1.25;
    color: #000;
    word-wrap: break-word;
    font-family: 'Samsung Sharp Sans Bold', arial, sans-serif;
}
.thank-padding{
    padding: 20px 0 50px 0;
}
.no-margin-bottom{
    margin-bottom: 0!important;
}

.margin-top-bottom{
    margin: 50px 0!important;
}

.thankyou-leading{
    font-size: 24px;
    line-height: 1.33;
    margin-bottom: 15px;
}

.thankyou-subleading{
    margin-bottom: 10px;
}
.thankyou-graybox{
    display: block;
    padding: 20px;
    margin-bottom: 10px;
}