﻿@import url("https://use.typekit.net/ewv8cei.css"); 
.hand { cursor: hand; cursor: pointer; }
.color1 {color:#000000;}
.color2 {color:#06afef;}
.color3 {color:#d32322;}
.color4 {color:#040404;}
.color5 {color:#6d6e71;}
.color6 {color:#ed1c24;}
.color7 {color:#cc0000;}
.color8 {color:#787f74}
.color9 {color:#41565c;}
.color10 {color:#b1b1b1;}
.color11 {color:#045cbd;}
.color12 {color:#e9742e;}
.color13 {color:#bd3c5e;}
.color14 {color:#51b5ae;}
.color15 {color:#319501;}

.ac1 {color:#f79221;} 
.ac2 {color:#41bbc0;} 
.ac3 {color:#308998;} 
.ac4 {color:#e96032;} 
.ac5 {color:#a81d5f;} 
.ac6 {color:#abcf25;} 
.ac7 {color:#7ec28c;} 
.ac8 {color:#e6cd00;} 
.ac9 {color:#7f449b;} 
.ac10 {color:#56bdef;} 
.ac11 {color:#dd1363;} 

.color2-ebook {color:#d73832;}

.myriad_pro_bold {
    font-family: myriad-pro,sans-serif;
    font-weight: 700;
    font-style: normal;
}

.myriad_pro_semibold {
    font-family: myriad-pro,sans-serif;
    font-weight: 600;
    font-style: normal; 
}

.myriad_pro_semibold_italic {
    font-family: myriad-pro,sans-serif;
    font-weight: 600;
    font-style: italic;
}

.myriad_pro {
    font-family: myriad-pro,sans-serif;
    font-weight: 400;
    font-style: normal;
} 

.myriad_pro_light {
    font-family: myriad-pro,sans-serif;
    font-weight: 300;
    font-style: normal;
}

.myriad_pro_italic {
    font-family: myriad-pro, sans-serif;
    font-weight: 400;
    font-style: italic;
}


.aleo_regular {
    font-family: 'Aleo', sans-serif;
}

.colorT {
    color: #F10A0E;
}

.showXS {display:block;}
.showSM {display: none;}
.showMD {display: none;}
.showLG {display: none;}
.showXL {display: none;}


.videoframe {
    background-color: #fff;
    padding: 56.25% 0 0 0;
    position: relative;
    margin: 0 auto;
    border: 5px solid #fff;
    -webkit-box-shadow: 0px 0px 5px 3px rgba(194,194,190,1);
    -moz-box-shadow: 0px 0px 5px 3px rgba(194,194,190,1);
    box-shadow: 0px 0px 5px 3px rgba(194,194,190,1);
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
}


.text0 {
    font-size: 16px;
    letter-spacing: 5px;
}

.text1 {
    font-size: 30px;
}

.text2 {
    font-size: 22px;
}

.text3 {
    font-size: 25px;
}

.text4 {
    font-size: 18px;
}


.text5 {
    font-size: 30px;
}

.text6 {
    font-size: 20px;
}

.text7 {
    font-size: 32px; 
}

.text8 {
    font-size: 40px; 
}

.check {
    width: 15px;
}

.registrationbox {
    margin-top: 13px;
}
.textbox {
    font-size: 15px;
    height: 40px;
    border-color: #fff;
    border: 2px solid #cacaca;
}
.check_reg {
    max-width: 34px;
}
  .text-size-1r {font-size:24px; line-height:1.1em;}
    .text-size-2r {font-size:20px; line-height:1.1em;}
    .text-size-3r {font-size:22px; line-height:1.2em;}
    .text-size-4r {font-size:18px; line-height:1.3em;}
    .text-size-5r {font-size:14px; line-height:1.1em;}
    .text-size-6r {font-size:24px; line-height:1.1em;}
    .text-size-7r {font-size:16px; line-height:1.1em;}
 

@media (min-width:350px) and (max-width:575.98px) {

    .colorT {
        color: #f79221;
    }

       
 
}

@media (min-width:576px) and (max-width:767.98px) {
	.colorT { color:#784B00  }
	.showXS {display:none;}
	.showSM {display: block;}

    .check {
        width: 15px;
    }
    .registrationbox {
        -webkit-box-shadow: 0px 0px 21px 1px rgba(194,194,190,1);
        -moz-box-shadow: 0px 0px 21px 1px rgba(194,194,190,1);
        box-shadow: 0px 0px 21px 1px rgba(194,194,190,1);
        border-radius: 15px;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
    }

    .registrationbox {
        margin-top: 13px;
    }

    .textbox {
        font-size: 15px;
        height: 40px;
        border-color: #fff;
        border: 2px solid #cacaca;
    }

    

    .check_reg {
        max-width: 34px;
    }
    .text-size-1r {font-size:28px; line-height:1.0em;}
    .text-size-2r {font-size:22px; line-height:1.1em;}
    .text-size-3r {font-size:24px; line-height:1.2em;}
    .text-size-4r {font-size:18px; line-height:1.3em;}
    .text-size-5r {font-size:14px; line-height:1.1em;}
    .text-size-6r {font-size:24px; line-height:1.1em;}
    .text-size-7r {font-size:16px; line-height:1.1em;}

}

@media (min-width:768px) and (max-width:991.98px) {
	.colorT { color:#009803  }
	.showXS {display:none;}
	.showMD {display: block;}


    .check {
        width: 20px;
    }

    .registrationbox {
        -webkit-box-shadow: 0px 0px 21px 1px rgba(194,194,190,1);
        -moz-box-shadow: 0px 0px 21px 1px rgba(194,194,190,1);
        box-shadow: 0px 0px 21px 1px rgba(194,194,190,1);
        border-radius: 15px;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
    }

    .registrationbox {
        margin-top: 13px;
    }

    .textbox {
        font-size: 15px;
        height: 33px;
        border-color: #fff;
        border: 2px solid #cacaca;
    }

   

    .check_reg {
        max-width: 29px;
    }
     .text-size-1r {font-size:32px; line-height:1.0em;}
    .text-size-2r {font-size:27px; line-height:1.1em;}
    .text-size-3r {font-size:25px; line-height:1.1em; margin-top:-15px;}
    .text-size-4r {font-size:18px; line-height:1.3em;}
    .text-size-5r {font-size:12px; line-height:1.1em;}
    .text-size-6r {font-size:22px; line-height:1.1em;}
    .text-size-7r {font-size:13px; line-height:1.1em;}

    .videoframe {
        width: 696px;
        height: 397px;
        padding: 0;
        position: static;
        margin: 0 auto;
        border: 6px solid #fff;
    }

    .video {
        width: 684px;
        height: 384px;
        position: static;
        margin: 0;
        top: auto;
        left: auto;
    }

    .text0 {
        font-size: 18px;
        letter-spacing: 5px;
    }

    .text1 {
        font-size: 32px;
    }

    .text2 {
        font-size: 23px;
    }

    .text3 {
        font-size: 20px;
    }

    .text4 {
        font-size: 18px;
    }


    .text5 {
        font-size: 32px;
    }

    .text6 {
        font-size: 17px;
    }

    .text7 {
        font-size: 33px;
        letter-spacing: 8px;
    }

    .text8 {
        font-size: 45px;
        letter-spacing: 27px;
    }

}


@media (min-width:992px) and (max-width:1199.98px) {
 
    .colorT { color:#0040A3  }
	.showXS {display:none;}
	.showLG {display: block;}


    .check {
        width: 26px;
    } 
    .registrationbox {
        -webkit-box-shadow: 0px 0px 21px 1px rgba(194,194,190,1);
        -moz-box-shadow: 0px 0px 21px 1px rgba(194,194,190,1);
        box-shadow: 0px 0px 21px 1px rgba(194,194,190,1);
        border-radius: 15px;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
    }

    .registrationbox {
        margin-top: 17px;
    }

    .textbox {
        font-size: 20px;
        height: 43px;
        border-color: #fff;
        border: 2px solid #cacaca;
    }

    

    .check_reg {
        max-width: 37px;
    }

   .text-size-1r {font-size:43px; line-height:1.0em;}
    .text-size-2r {font-size:35px; line-height:1.1em;}
    .text-size-3r {font-size:30px; line-height:1.1em; margin-top:-25px;}
    .text-size-4r {font-size:23px; line-height:1.3em;}
    .text-size-5r {font-size:16px; line-height:1.1em;}
    .text-size-6r {font-size:28px; line-height:1.1em;}
    .text-size-7r {font-size:17px; line-height:1.1em;}

    .videoframe {
        width: 899px;
        height: 513px;
        padding: 0;
        position: static;
        margin: 0 auto;
        border: 8px solid #fff;
    }

    .video {
        width: 883px;
        height: 496px;
        position: static;
        margin: 0;
        top: auto;
        left: auto;
    }


    .text0 {
        font-size: 20px;
        letter-spacing: 5px;
    }

    .text1 {
        font-size: 40px;
    }

    .text2 {
        font-size: 28px;
    }

    .text3 {
        font-size: 30px;
    }

    .text4 {
        font-size: 25px;
    }


    .text5 {
        font-size: 40px;
    }

    .text6 {
        font-size: 25px;
    }

    .text7 {
        font-size: 42px;
        letter-spacing: 8px;
    }

    .text8 {
        font-size: 60px;
        letter-spacing: 27px;
    }
     

}

@media (min-width:1200px) {
    .colorT { color:#D109DD  }
    .showXS {display:none;}
    .showXL {display: block;}


    .registrationbox {
        -webkit-box-shadow: 0px 0px 21px 1px rgba(194,194,190,1);
        -moz-box-shadow: 0px 0px 21px 1px rgba(194,194,190,1);
        box-shadow: 0px 0px 21px 1px rgba(194,194,190,1);
        border-radius: 15px;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
    }

    .registrationbox {
        margin-top: 20px;
    }

    .textbox {
        font-size: 24px;
        height: 52px;
        border-color: #fff;
        border: 2px solid #cacaca;
    }

  

    .check_reg {
        max-width: 45px;
    }
    .text-size-1r {font-size:52px; line-height:1.0em;}
    .text-size-2r {font-size:42px; line-height:1.1em;}
    .text-size-3r {font-size:34px; line-height:1.1em; margin-top:-25px;}
    .text-size-4r {font-size:28px; line-height:1.3em;}
    .text-size-5r {font-size:19px; line-height:1.1em;}
    .text-size-6r {font-size:34px; line-height:1.1em;}
    .text-size-7r {font-size:20px; line-height:1.1em;}

    .videoframe {
        width: 1088px;
        height: 620px;
        padding: 0;
        position: static;
        margin: 0 auto;
        border: 10px solid #fff;
    }

    .video {
        width: 1068px;
        height: 600px;
        position: static;
        margin: 0;
        top: auto;
        left: auto;
    }



    .text0 {
        font-size: 20px;
        letter-spacing:5px;
    }
    .text1 {
        font-size: 49px; 
    }
    .text2 {
        font-size: 32px; 
    }

    .text3 {
        font-size: 37px;
    }

    .text4 {
        font-size: 32px;
    }

     
    .text5 {
        font-size: 45px;
    }
    .text6 {
        font-size: 29px;
    }

    .text7 {
        font-size: 55px;
        letter-spacing:8px;
    }

    .text8 {
        font-size: 70px;
        letter-spacing: 35px;
    }
     
}