@charset "UTF-8";

/*
Theme Name: EverBox
Description: Used to style the TinyMCE editor.
*/



.img-responsive { display: block; max-width: 100%; height: auto; }

/* Visible & Hidden --------------------------------------*/
/* visible-xx-ijo */
@media (max-width: 575px) { .visible-sm-ijo { display: none !important; } }
@media (max-width: 767px) { .visible-md-ijo { display: none !important; } }
@media (max-width: 991px) { .visible-lg-ijo { display: none !important; } }
@media (max-width: 1199px) { .visible-xl-ijo { display: none !important; } }
/* visible-xx-ika */
@media (min-width: 576px) { .visible-xs-ika { display: none !important; } }
@media (min-width: 768px) { .visible-sm-ika { display: none !important; } }
@media (min-width: 992px) { .visible-md-ika { display: none !important; } }
@media (min-width: 1200px) { .visible-lg-ika { display: none !important; } }
/* hidden-xx-ijo */
@media (min-width: 576px) { .hidden-sm-ijo { display: none !important; } }
@media (min-width: 768px) { .hidden-md-ijo { display: none !important; } }
@media (min-width: 992px) { .hidden-lg-ijo { display: none !important; } }
@media (min-width: 1200px) { .hidden-xl-ijo { display: none !important; } }
/* hidden-xx-ika */
@media (max-width: 575px) { .hidden-xs-ika { display: none !important; } }
@media (max-width: 767px) { .hidden-sm-ika { display: none !important; } }
@media (max-width: 991px) { .hidden-md-ika { display: none !important; } }
@media (max-width: 1199px) { .hidden-lg-ika { display: none !important; } }

/*--------------------------------------------------*/
/* margin & padding */
/*--------------------------------------------------*/

@media (min-width: 0px) { .mt-xs-0 { margin-top: 0px !important; }
  .mt-xs-5 { margin-top: 5px !important; }
  .mt-xs-10 { margin-top: 10px !important; }
  .mt-xs-15 { margin-top: 15px !important; }
  .mt-xs-20 { margin-top: 20px !important; }
  .mt-xs-25 { margin-top: 25px !important; }
  .mt-xs-30 { margin-top: 30px !important; }
  .mt-xs-35 { margin-top: 35px !important; }
  .mt-xs-40 { margin-top: 40px !important; }
  .mt-xs-45 { margin-top: 45px !important; }
  .mt-xs-50 { margin-top: 50px !important; }
  .mt-xs-55 { margin-top: 55px !important; }
  .mt-xs-60 { margin-top: 60px !important; }
  .mt-xs-65 { margin-top: 65px !important; }
  .mt-xs-70 { margin-top: 70px !important; }
  .mt-xs-75 { margin-top: 75px !important; }
  .mt-xs-80 { margin-top: 80px !important; }
  .mt-xs-85 { margin-top: 85px !important; }
  .mt-xs-90 { margin-top: 90px !important; }
  .mt-xs-95 { margin-top: 95px !important; }
  .mt-xs-100 { margin-top: 100px !important; }
  .mt-xs-125 { margin-top: 125px !important; }
  .mt-xs-150 { margin-top: 150px !important; }
  .mt-xs-175 { margin-top: 175px !important; }
  .mt-xs-200 { margin-top: 200px !important; }
  .mb-xs-0 { margin-bottom: 0px !important; }
  .mb-xs-5 { margin-bottom: 5px !important; }
  .mb-xs-10 { margin-bottom: 10px !important; }
  .mb-xs-15 { margin-bottom: 15px !important; }
  .mb-xs-20 { margin-bottom: 20px !important; }
  .mb-xs-25 { margin-bottom: 25px !important; }
  .mb-xs-30 { margin-bottom: 30px !important; }
  .mb-xs-35 { margin-bottom: 35px !important; }
  .mb-xs-40 { margin-bottom: 40px !important; }
  .mb-xs-45 { margin-bottom: 45px !important; }
  .mb-xs-50 { margin-bottom: 50px !important; }
  .mb-xs-55 { margin-bottom: 55px !important; }
  .mb-xs-60 { margin-bottom: 60px !important; }
  .mb-xs-65 { margin-bottom: 65px !important; }
  .mb-xs-70 { margin-bottom: 70px !important; }
  .mb-xs-75 { margin-bottom: 75px !important; }
  .mb-xs-80 { margin-bottom: 80px !important; }
  .mb-xs-85 { margin-bottom: 85px !important; }
  .mb-xs-90 { margin-bottom: 90px !important; }
  .mb-xs-95 { margin-bottom: 95px !important; }
  .mb-xs-100 { margin-bottom: 100px !important; }
  .mb-xs-125 { margin-bottom: 125px !important; }
  .mb-xs-150 { margin-bottom: 150px !important; }
  .mb-xs-175 { margin-bottom: 175px !important; }
  .mb-xs-200 { margin-bottom: 200px !important; }
  .ml-xs-0 { margin-left: 0px !important; }
  .ml-xs-5 { margin-left: 5px !important; }
  .ml-xs-10 { margin-left: 10px !important; }
  .ml-xs-15 { margin-left: 15px !important; }
  .ml-xs-20 { margin-left: 20px !important; }
  .ml-xs-25 { margin-left: 25px !important; }
  .ml-xs-30 { margin-left: 30px !important; }
  .ml-xs-35 { margin-left: 35px !important; }
  .ml-xs-40 { margin-left: 40px !important; }
  .ml-xs-45 { margin-left: 45px !important; }
  .ml-xs-50 { margin-left: 50px !important; }
  .mr-xs-0 { margin-right: 0px !important; }
  .mr-xs-5 { margin-right: 5px !important; }
  .mr-xs-10 { margin-right: 10px !important; }
  .mr-xs-15 { margin-right: 15px !important; }
  .mr-xs-20 { margin-right: 20px !important; }
  .mr-xs-25 { margin-right: 25px !important; }
  .mr-xs-30 { margin-right: 30px !important; }
  .mr-xs-35 { margin-right: 35px !important; }
  .mr-xs-40 { margin-right: 40px !important; }
  .mr-xs-45 { margin-right: 45px !important; }
  .mr-xs-50 { margin-right: 50px !important; }
  .pt-xs-0 { padding-top: 0px !important; }
  .pt-xs-5 { padding-top: 5px !important; }
  .pt-xs-10 { padding-top: 10px !important; }
  .pt-xs-15 { padding-top: 15px !important; }
  .pt-xs-20 { padding-top: 20px !important; }
  .pt-xs-25 { padding-top: 25px !important; }
  .pt-xs-30 { padding-top: 30px !important; }
  .pt-xs-35 { padding-top: 35px !important; }
  .pt-xs-40 { padding-top: 40px !important; }
  .pt-xs-45 { padding-top: 45px !important; }
  .pt-xs-50 { padding-top: 50px !important; }
  .pt-xs-55 { padding-top: 55px !important; }
  .pt-xs-60 { padding-top: 60px !important; }
  .pt-xs-65 { padding-top: 65px !important; }
  .pt-xs-70 { padding-top: 70px !important; }
  .pt-xs-75 { padding-top: 75px !important; }
  .pt-xs-80 { padding-top: 80px !important; }
  .pt-xs-85 { padding-top: 85px !important; }
  .pt-xs-90 { padding-top: 90px !important; }
  .pt-xs-95 { padding-top: 95px !important; }
  .pt-xs-100 { padding-top: 100px !important; }

  .pb-xs-0 { padding-bottom: 0px !important; }
  .pb-xs-5 { padding-bottom: 5px !important; }
  .pb-xs-10 { padding-bottom: 10px !important; }
  .pb-xs-15 { padding-bottom: 15px !important; }
  .pb-xs-20 { padding-bottom: 20px !important; }
  .pb-xs-25 { padding-bottom: 25px !important; }
  .pb-xs-30 { padding-bottom: 30px !important; }
  .pb-xs-35 { padding-bottom: 35px !important; }
  .pb-xs-40 { padding-bottom: 40px !important; }
  .pb-xs-45 { padding-bottom: 45px !important; }
  .pb-xs-50 { padding-bottom: 50px !important; }
  .pb-xs-55 { padding-bottom: 55px !important; }
  .pb-xs-60 { padding-bottom: 60px !important; }
  .pb-xs-65 { padding-bottom: 65px !important; }
  .pb-xs-70 { padding-bottom: 70px !important; }
  .pb-xs-75 { padding-bottom: 75px !important; }
  .pb-xs-80 { padding-bottom: 80px !important; }
  .pb-xs-85 { padding-bottom: 85px !important; }
  .pb-xs-90 { padding-bottom: 90px !important; }
  .pb-xs-95 { padding-bottom: 95px !important; }
  .pb-xs-100 { padding-bottom: 100px !important; }

  .pl-xs-0 { padding-left: 0px !important; }
  .pl-xs-5 { padding-left: 5px !important; }
  .pl-xs-10 { padding-left: 10px !important; }
  .pl-xs-15 { padding-left: 15px !important; }
  .pl-xs-20 { padding-left: 20px !important; }
  .pl-xs-25 { padding-left: 25px !important; }
  .pl-xs-30 { padding-left: 30px !important; }
  .pl-xs-35 { padding-left: 35px !important; }
  .pl-xs-40 { padding-left: 40px !important; }
  .pl-xs-45 { padding-left: 45px !important; }
  .pl-xs-50 { padding-left: 50px !important; }
  .pr-xs-0 { padding-right: 0px !important; }
  .pr-xs-5 { padding-right: 5px !important; }
  .pr-xs-10 { padding-right: 10px !important; }
  .pr-xs-15 { padding-right: 15px !important; }
  .pr-xs-20 { padding-right: 20px !important; }
  .pr-xs-25 { padding-right: 25px !important; }
  .pr-xs-30 { padding-right: 30px !important; }
  .pr-xs-35 { padding-right: 35px !important; }
  .pr-xs-40 { padding-right: 40px !important; }
  .pr-xs-45 { padding-right: 45px !important; }
  .pr-xs-50 { padding-right: 50px !important; } }
@media (min-width: 576px) { .mt-sm-0 { margin-top: 0px !important; }
  .mt-sm-5 { margin-top: 5px !important; }
  .mt-sm-10 { margin-top: 10px !important; }
  .mt-sm-15 { margin-top: 15px !important; }
  .mt-sm-20 { margin-top: 20px !important; }
  .mt-sm-25 { margin-top: 25px !important; }
  .mt-sm-30 { margin-top: 30px !important; }
  .mt-sm-35 { margin-top: 35px !important; }
  .mt-sm-40 { margin-top: 40px !important; }
  .mt-sm-45 { margin-top: 45px !important; }
  .mt-sm-50 { margin-top: 50px !important; }
  .mt-sm-55 { margin-top: 55px !important; }
  .mt-sm-60 { margin-top: 60px !important; }
  .mt-sm-65 { margin-top: 65px !important; }
  .mt-sm-70 { margin-top: 70px !important; }
  .mt-sm-75 { margin-top: 75px !important; }
  .mt-sm-80 { margin-top: 80px !important; }
  .mt-sm-85 { margin-top: 85px !important; }
  .mt-sm-90 { margin-top: 90px !important; }
  .mt-sm-95 { margin-top: 95px !important; }
  .mt-sm-100 { margin-top: 100px !important; }
  .mt-sm-125 { margin-top: 125px !important; }
  .mt-sm-150 { margin-top: 150px !important; }
  .mt-sm-175 { margin-top: 175px !important; }
  .mt-sm-200 { margin-top: 200px !important; }
  .mb-sm-0 { margin-bottom: 0px !important; }
  .mb-sm-5 { margin-bottom: 5px !important; }
  .mb-sm-10 { margin-bottom: 10px !important; }
  .mb-sm-15 { margin-bottom: 15px !important; }
  .mb-sm-20 { margin-bottom: 20px !important; }
  .mb-sm-25 { margin-bottom: 25px !important; }
  .mb-sm-30 { margin-bottom: 30px !important; }
  .mb-sm-35 { margin-bottom: 35px !important; }
  .mb-sm-40 { margin-bottom: 40px !important; }
  .mb-sm-45 { margin-bottom: 45px !important; }
  .mb-sm-50 { margin-bottom: 50px !important; }
  .mb-sm-55 { margin-bottom: 55px !important; }
  .mb-sm-60 { margin-bottom: 60px !important; }
  .mb-sm-65 { margin-bottom: 65px !important; }
  .mb-sm-70 { margin-bottom: 70px !important; }
  .mb-sm-75 { margin-bottom: 75px !important; }
  .mb-sm-80 { margin-bottom: 80px !important; }
  .mb-sm-85 { margin-bottom: 85px !important; }
  .mb-sm-90 { margin-bottom: 90px !important; }
  .mb-sm-95 { margin-bottom: 95px !important; }
  .mb-sm-100 { margin-bottom: 100px !important; }
  .mb-sm-125 { margin-bottom: 125px !important; }
  .mb-sm-150 { margin-bottom: 150px !important; }
  .mb-sm-175 { margin-bottom: 175px !important; }
  .mb-sm-200 { margin-bottom: 200px !important; }
  .ml-sm-0 { margin-left: 0px !important; }
  .ml-sm-5 { margin-left: 5px !important; }
  .ml-sm-10 { margin-left: 10px !important; }
  .ml-sm-15 { margin-left: 15px !important; }
  .ml-sm-20 { margin-left: 20px !important; }
  .ml-sm-25 { margin-left: 25px !important; }
  .ml-sm-30 { margin-left: 30px !important; }
  .ml-sm-35 { margin-left: 35px !important; }
  .ml-sm-40 { margin-left: 40px !important; }
  .ml-sm-45 { margin-left: 45px !important; }
  .ml-sm-50 { margin-left: 50px !important; }
  .mr-sm-0 { margin-right: 0px !important; }
  .mr-sm-5 { margin-right: 5px !important; }
  .mr-sm-10 { margin-right: 10px !important; }
  .mr-sm-15 { margin-right: 15px !important; }
  .mr-sm-20 { margin-right: 20px !important; }
  .mr-sm-25 { margin-right: 25px !important; }
  .mr-sm-30 { margin-right: 30px !important; }
  .mr-sm-35 { margin-right: 35px !important; }
  .mr-sm-40 { margin-right: 40px !important; }
  .mr-sm-45 { margin-right: 45px !important; }
  .mr-sm-50 { margin-right: 50px !important; }
  .pt-sm-0 { padding-top: 0px !important; }
  .pt-sm-5 { padding-top: 5px !important; }
  .pt-sm-10 { padding-top: 10px !important; }
  .pt-sm-15 { padding-top: 15px !important; }
  .pt-sm-20 { padding-top: 20px !important; }
  .pt-sm-25 { padding-top: 25px !important; }
  .pt-sm-30 { padding-top: 30px !important; }
  .pt-sm-35 { padding-top: 35px !important; }
  .pt-sm-40 { padding-top: 40px !important; }
  .pt-sm-45 { padding-top: 45px !important; }
  .pt-sm-50 { padding-top: 50px !important; }

  .pt-sm-55 { padding-top: 55px !important; }
  .pt-sm-60 { padding-top: 60px !important; }
  .pt-sm-65 { padding-top: 65px !important; }
  .pt-sm-70 { padding-top: 70px !important; }
  .pt-sm-75 { padding-top: 75px !important; }
  .pt-sm-80 { padding-top: 80px !important; }
  .pt-sm-85 { padding-top: 85px !important; }
  .pt-sm-90 { padding-top: 90px !important; }
  .pt-sm-95 { padding-top: 95px !important; }
  .pt-sm-100 { padding-top: 100px !important; }

  .pb-sm-0 { padding-bottom: 0px !important; }
  .pb-sm-5 { padding-bottom: 5px !important; }
  .pb-sm-10 { padding-bottom: 10px !important; }
  .pb-sm-15 { padding-bottom: 15px !important; }
  .pb-sm-20 { padding-bottom: 20px !important; }
  .pb-sm-25 { padding-bottom: 25px !important; }
  .pb-sm-30 { padding-bottom: 30px !important; }
  .pb-sm-35 { padding-bottom: 35px !important; }
  .pb-sm-40 { padding-bottom: 40px !important; }
  .pb-sm-45 { padding-bottom: 45px !important; }
  .pb-sm-50 { padding-bottom: 50px !important; }
  .pb-sm-55 { padding-bottom: 55px !important; }
  .pb-sm-60 { padding-bottom: 60px !important; }
  .pb-sm-65 { padding-bottom: 65px !important; }
  .pb-sm-70 { padding-bottom: 70px !important; }
  .pb-sm-75 { padding-bottom: 75px !important; }
  .pb-sm-80 { padding-bottom: 80px !important; }
  .pb-sm-85 { padding-bottom: 85px !important; }
  .pb-sm-90 { padding-bottom: 90px !important; }
  .pb-sm-95 { padding-bottom: 95px !important; }
  .pb-sm-100 { padding-bottom: 100px !important; }

  .pl-sm-0 { padding-left: 0px !important; }
  .pl-sm-5 { padding-left: 5px !important; }
  .pl-sm-10 { padding-left: 10px !important; }
  .pl-sm-15 { padding-left: 15px !important; }
  .pl-sm-20 { padding-left: 20px !important; }
  .pl-sm-25 { padding-left: 25px !important; }
  .pl-sm-30 { padding-left: 30px !important; }
  .pl-sm-35 { padding-left: 35px !important; }
  .pl-sm-40 { padding-left: 40px !important; }
  .pl-sm-45 { padding-left: 45px !important; }
  .pl-sm-50 { padding-left: 50px !important; }
  .pr-sm-0 { padding-right: 0px !important; }
  .pr-sm-5 { padding-right: 5px !important; }
  .pr-sm-10 { padding-right: 10px !important; }
  .pr-sm-15 { padding-right: 15px !important; }
  .pr-sm-20 { padding-right: 20px !important; }
  .pr-sm-25 { padding-right: 25px !important; }
  .pr-sm-30 { padding-right: 30px !important; }
  .pr-sm-35 { padding-right: 35px !important; }
  .pr-sm-40 { padding-right: 40px !important; }
  .pr-sm-45 { padding-right: 45px !important; }
  .pr-sm-50 { padding-right: 50px !important; } }
@media (min-width: 768px) { .mt-md-0 { margin-top: 0px !important; }
  .mt-md-5 { margin-top: 5px !important; }
  .mt-md-10 { margin-top: 10px !important; }
  .mt-md-15 { margin-top: 15px !important; }
  .mt-md-20 { margin-top: 20px !important; }
  .mt-md-25 { margin-top: 25px !important; }
  .mt-md-30 { margin-top: 30px !important; }
  .mt-md-35 { margin-top: 35px !important; }
  .mt-md-40 { margin-top: 40px !important; }
  .mt-md-45 { margin-top: 45px !important; }
  .mt-md-50 { margin-top: 50px !important; }
  .mt-md-55 { margin-top: 55px !important; }
  .mt-md-60 { margin-top: 60px !important; }
  .mt-md-65 { margin-top: 65px !important; }
  .mt-md-70 { margin-top: 70px !important; }
  .mt-md-75 { margin-top: 75px !important; }
  .mt-md-80 { margin-top: 80px !important; }
  .mt-md-85 { margin-top: 85px !important; }
  .mt-md-90 { margin-top: 90px !important; }
  .mt-md-95 { margin-top: 95px !important; }
  .mt-md-100 { margin-top: 100px !important; }
  .mt-md-125 { margin-top: 125px !important; }
  .mt-md-150 { margin-top: 150px !important; }
  .mt-md-175 { margin-top: 175px !important; }
  .mt-md-200 { margin-top: 200px !important; }
  .mb-md-0 { margin-bottom: 0px !important; }
  .mb-md-5 { margin-bottom: 5px !important; }
  .mb-md-10 { margin-bottom: 10px !important; }
  .mb-md-15 { margin-bottom: 15px !important; }
  .mb-md-20 { margin-bottom: 20px !important; }
  .mb-md-25 { margin-bottom: 25px !important; }
  .mb-md-30 { margin-bottom: 30px !important; }
  .mb-md-35 { margin-bottom: 35px !important; }
  .mb-md-40 { margin-bottom: 40px !important; }
  .mb-md-45 { margin-bottom: 45px !important; }
  .mb-md-50 { margin-bottom: 50px !important; }
  .mb-md-55 { margin-bottom: 55px !important; }
  .mb-md-60 { margin-bottom: 60px !important; }
  .mb-md-65 { margin-bottom: 65px !important; }
  .mb-md-70 { margin-bottom: 70px !important; }
  .mb-md-75 { margin-bottom: 75px !important; }
  .mb-md-80 { margin-bottom: 80px !important; }
  .mb-md-85 { margin-bottom: 85px !important; }
  .mb-md-90 { margin-bottom: 90px !important; }
  .mb-md-95 { margin-bottom: 95px !important; }
  .mb-md-100 { margin-bottom: 100px !important; }
  .mb-md-125 { margin-bottom: 125px !important; }
  .mb-md-150 { margin-bottom: 150px !important; }
  .mb-md-175 { margin-bottom: 175px !important; }
  .mb-md-200 { margin-bottom: 200px !important; }
  .ml-md-0 { margin-left: 0px !important; }
  .ml-md-5 { margin-left: 5px !important; }
  .ml-md-10 { margin-left: 10px !important; }
  .ml-md-15 { margin-left: 15px !important; }
  .ml-md-20 { margin-left: 20px !important; }
  .ml-md-25 { margin-left: 25px !important; }
  .ml-md-30 { margin-left: 30px !important; }
  .ml-md-35 { margin-left: 35px !important; }
  .ml-md-40 { margin-left: 40px !important; }
  .ml-md-45 { margin-left: 45px !important; }
  .ml-md-50 { margin-left: 50px !important; }
  .mr-md-0 { margin-right: 0px !important; }
  .mr-md-5 { margin-right: 5px !important; }
  .mr-md-10 { margin-right: 10px !important; }
  .mr-md-15 { margin-right: 15px !important; }
  .mr-md-20 { margin-right: 20px !important; }
  .mr-md-25 { margin-right: 25px !important; }
  .mr-md-30 { margin-right: 30px !important; }
  .mr-md-35 { margin-right: 35px !important; }
  .mr-md-40 { margin-right: 40px !important; }
  .mr-md-45 { margin-right: 45px !important; }
  .mr-md-50 { margin-right: 50px !important; }
  .pt-md-0 { padding-top: 0px !important; }
  .pt-md-5 { padding-top: 5px !important; }
  .pt-md-10 { padding-top: 10px !important; }
  .pt-md-15 { padding-top: 15px !important; }
  .pt-md-20 { padding-top: 20px !important; }
  .pt-md-25 { padding-top: 25px !important; }
  .pt-md-30 { padding-top: 30px !important; }
  .pt-md-35 { padding-top: 35px !important; }
  .pt-md-40 { padding-top: 40px !important; }
  .pt-md-45 { padding-top: 45px !important; }
  .pt-md-50 { padding-top: 50px !important; }
  .pt-md-55 { padding-top: 55px !important; }
  .pt-md-60 { padding-top: 60px !important; }
  .pt-md-65 { padding-top: 65px !important; }
  .pt-md-70 { padding-top: 70px !important; }
  .pt-md-75 { padding-top: 75px !important; }
  .pt-md-80 { padding-top: 80px !important; }
  .pt-md-85 { padding-top: 85px !important; }
  .pt-md-90 { padding-top: 90px !important; }
  .pt-md-95 { padding-top: 95px !important; }
  .pt-md-100 { padding-top: 100px !important; }

  .pb-md-0 { padding-bottom: 0px !important; }
  .pb-md-5 { padding-bottom: 5px !important; }
  .pb-md-10 { padding-bottom: 10px !important; }
  .pb-md-15 { padding-bottom: 15px !important; }
  .pb-md-20 { padding-bottom: 20px !important; }
  .pb-md-25 { padding-bottom: 25px !important; }
  .pb-md-30 { padding-bottom: 30px !important; }
  .pb-md-35 { padding-bottom: 35px !important; }
  .pb-md-40 { padding-bottom: 40px !important; }
  .pb-md-45 { padding-bottom: 45px !important; }
  .pb-md-50 { padding-bottom: 50px !important; }
  .pb-md-55 { padding-bottom: 55px !important; }
  .pb-md-60 { padding-bottom: 60px !important; }
  .pb-md-65 { padding-bottom: 65px !important; }
  .pb-md-70 { padding-bottom: 70px !important; }
  .pb-md-75 { padding-bottom: 75px !important; }
  .pb-md-80 { padding-bottom: 80px !important; }
  .pb-md-85 { padding-bottom: 85px !important; }
  .pb-md-90 { padding-bottom: 90px !important; }
  .pb-md-95 { padding-bottom: 95px !important; }
  .pb-md-100 { padding-bottom: 100px !important; }

  .pl-md-0 { padding-left: 0px !important; }
  .pl-md-5 { padding-left: 5px !important; }
  .pl-md-10 { padding-left: 10px !important; }
  .pl-md-15 { padding-left: 15px !important; }
  .pl-md-20 { padding-left: 20px !important; }
  .pl-md-25 { padding-left: 25px !important; }
  .pl-md-30 { padding-left: 30px !important; }
  .pl-md-35 { padding-left: 35px !important; }
  .pl-md-40 { padding-left: 40px !important; }
  .pl-md-45 { padding-left: 45px !important; }
  .pl-md-50 { padding-left: 50px !important; }
  .pr-md-0 { padding-right: 0px !important; }
  .pr-md-5 { padding-right: 5px !important; }
  .pr-md-10 { padding-right: 10px !important; }
  .pr-md-15 { padding-right: 15px !important; }
  .pr-md-20 { padding-right: 20px !important; }
  .pr-md-25 { padding-right: 25px !important; }
  .pr-md-30 { padding-right: 30px !important; }
  .pr-md-35 { padding-right: 35px !important; }
  .pr-md-40 { padding-right: 40px !important; }
  .pr-md-45 { padding-right: 45px !important; }
  .pr-md-50 { padding-right: 50px !important; } }
@media (min-width: 992px) { .mt-lg-0 { margin-top: 0px !important; }
  .mt-lg-5 { margin-top: 5px !important; }
  .mt-lg-10 { margin-top: 10px !important; }
  .mt-lg-15 { margin-top: 15px !important; }
  .mt-lg-20 { margin-top: 20px !important; }
  .mt-lg-25 { margin-top: 25px !important; }
  .mt-lg-30 { margin-top: 30px !important; }
  .mt-lg-35 { margin-top: 35px !important; }
  .mt-lg-40 { margin-top: 40px !important; }
  .mt-lg-45 { margin-top: 45px !important; }
  .mt-lg-50 { margin-top: 50px !important; }
  .mt-lg-55 { margin-top: 55px !important; }
  .mt-lg-60 { margin-top: 60px !important; }
  .mt-lg-65 { margin-top: 65px !important; }
  .mt-lg-70 { margin-top: 70px !important; }
  .mt-lg-75 { margin-top: 75px !important; }
  .mt-lg-80 { margin-top: 80px !important; }
  .mt-lg-85 { margin-top: 85px !important; }
  .mt-lg-90 { margin-top: 90px !important; }
  .mt-lg-95 { margin-top: 95px !important; }
  .mt-lg-100 { margin-top: 100px !important; }
  .mt-lg-125 { margin-top: 125px !important; }
  .mt-lg-150 { margin-top: 150px !important; }
  .mt-lg-175 { margin-top: 175px !important; }
  .mt-lg-200 { margin-top: 200px !important; }
  .mb-lg-0 { margin-bottom: 0px !important; }
  .mb-lg-5 { margin-bottom: 5px !important; }
  .mb-lg-10 { margin-bottom: 10px !important; }
  .mb-lg-15 { margin-bottom: 15px !important; }
  .mb-lg-20 { margin-bottom: 20px !important; }
  .mb-lg-25 { margin-bottom: 25px !important; }
  .mb-lg-30 { margin-bottom: 30px !important; }
  .mb-lg-35 { margin-bottom: 35px !important; }
  .mb-lg-40 { margin-bottom: 40px !important; }
  .mb-lg-45 { margin-bottom: 45px !important; }
  .mb-lg-50 { margin-bottom: 50px !important; }
  .mb-lg-55 { margin-bottom: 55px !important; }
  .mb-lg-60 { margin-bottom: 60px !important; }
  .mb-lg-65 { margin-bottom: 65px !important; }
  .mb-lg-70 { margin-bottom: 70px !important; }
  .mb-lg-75 { margin-bottom: 75px !important; }
  .mb-lg-80 { margin-bottom: 80px !important; }
  .mb-lg-85 { margin-bottom: 85px !important; }
  .mb-lg-90 { margin-bottom: 90px !important; }
  .mb-lg-95 { margin-bottom: 95px !important; }
  .mb-lg-100 { margin-bottom: 100px !important; }
  .mb-lg-125 { margin-bottom: 125px !important; }
  .mb-lg-150 { margin-bottom: 150px !important; }
  .mb-lg-175 { margin-bottom: 175px !important; }
  .mb-lg-200 { margin-bottom: 200px !important; }
  .ml-lg-0 { margin-left: 0px !important; }
  .ml-lg-5 { margin-left: 5px !important; }
  .ml-lg-10 { margin-left: 10px !important; }
  .ml-lg-15 { margin-left: 15px !important; }
  .ml-lg-20 { margin-left: 20px !important; }
  .ml-lg-25 { margin-left: 25px !important; }
  .ml-lg-30 { margin-left: 30px !important; }
  .ml-lg-35 { margin-left: 35px !important; }
  .ml-lg-40 { margin-left: 40px !important; }
  .ml-lg-45 { margin-left: 45px !important; }
  .ml-lg-50 { margin-left: 50px !important; }
  .mr-lg-0 { margin-right: 0px !important; }
  .mr-lg-5 { margin-right: 5px !important; }
  .mr-lg-10 { margin-right: 10px !important; }
  .mr-lg-15 { margin-right: 15px !important; }
  .mr-lg-20 { margin-right: 20px !important; }
  .mr-lg-25 { margin-right: 25px !important; }
  .mr-lg-30 { margin-right: 30px !important; }
  .mr-lg-35 { margin-right: 35px !important; }
  .mr-lg-40 { margin-right: 40px !important; }
  .mr-lg-45 { margin-right: 45px !important; }
  .mr-lg-50 { margin-right: 50px !important; }
  .pt-lg-0 { padding-top: 0px !important; }
  .pt-lg-5 { padding-top: 5px !important; }
  .pt-lg-10 { padding-top: 10px !important; }
  .pt-lg-15 { padding-top: 15px !important; }
  .pt-lg-20 { padding-top: 20px !important; }
  .pt-lg-25 { padding-top: 25px !important; }
  .pt-lg-30 { padding-top: 30px !important; }
  .pt-lg-35 { padding-top: 35px !important; }
  .pt-lg-40 { padding-top: 40px !important; }
  .pt-lg-45 { padding-top: 45px !important; }
  .pt-lg-50 { padding-top: 50px !important; }
  .pt-lg-55 { padding-top: 55px !important; }
  .pt-lg-60 { padding-top: 60px !important; }
  .pt-lg-65 { padding-top: 65px !important; }
  .pt-lg-70 { padding-top: 70px !important; }
  .pt-lg-75 { padding-top: 75px !important; }
  .pt-lg-80 { padding-top: 80px !important; }
  .pt-lg-85 { padding-top: 85px !important; }
  .pt-lg-90 { padding-top: 90px !important; }
  .pt-lg-95 { padding-top: 95px !important; }
  .pt-lg-100 { padding-top: 100px !important; }

  .pb-lg-0 { padding-bottom: 0px !important; }
  .pb-lg-5 { padding-bottom: 5px !important; }
  .pb-lg-10 { padding-bottom: 10px !important; }
  .pb-lg-15 { padding-bottom: 15px !important; }
  .pb-lg-20 { padding-bottom: 20px !important; }
  .pb-lg-25 { padding-bottom: 25px !important; }
  .pb-lg-30 { padding-bottom: 30px !important; }
  .pb-lg-35 { padding-bottom: 35px !important; }
  .pb-lg-40 { padding-bottom: 40px !important; }
  .pb-lg-45 { padding-bottom: 45px !important; }
  .pb-lg-50 { padding-bottom: 50px !important; }
  .pb-lg-55 { padding-bottom: 55px !important; }
  .pb-lg-60 { padding-bottom: 60px !important; }
  .pb-lg-65 { padding-bottom: 65px !important; }
  .pb-lg-70 { padding-bottom: 70px !important; }
  .pb-lg-75 { padding-bottom: 75px !important; }
  .pb-lg-80 { padding-bottom: 80px !important; }
  .pb-lg-85 { padding-bottom: 85px !important; }
  .pb-lg-90 { padding-bottom: 90px !important; }
  .pb-lg-95 { padding-bottom: 95px !important; }
  .pb-lg-100 { padding-bottom: 100px !important; }

  .pl-lg-0 { padding-left: 0px !important; }
  .pl-lg-5 { padding-left: 5px !important; }
  .pl-lg-10 { padding-left: 10px !important; }
  .pl-lg-15 { padding-left: 15px !important; }
  .pl-lg-20 { padding-left: 20px !important; }
  .pl-lg-25 { padding-left: 25px !important; }
  .pl-lg-30 { padding-left: 30px !important; }
  .pl-lg-35 { padding-left: 35px !important; }
  .pl-lg-40 { padding-left: 40px !important; }
  .pl-lg-45 { padding-left: 45px !important; }
  .pl-lg-50 { padding-left: 50px !important; }
  .pr-lg-0 { padding-right: 0px !important; }
  .pr-lg-5 { padding-right: 5px !important; }
  .pr-lg-10 { padding-right: 10px !important; }
  .pr-lg-15 { padding-right: 15px !important; }
  .pr-lg-20 { padding-right: 20px !important; }
  .pr-lg-25 { padding-right: 25px !important; }
  .pr-lg-30 { padding-right: 30px !important; }
  .pr-lg-35 { padding-right: 35px !important; }
  .pr-lg-40 { padding-right: 40px !important; }
  .pr-lg-45 { padding-right: 45px !important; }
  .pr-lg-50 { padding-right: 50px !important; } }
@media (min-width: 1200px) { .mt-xl-0 { margin-top: 0px !important; }
  .mt-xl-5 { margin-top: 5px !important; }
  .mt-xl-10 { margin-top: 10px !important; }
  .mt-xl-15 { margin-top: 15px !important; }
  .mt-xl-20 { margin-top: 20px !important; }
  .mt-xl-25 { margin-top: 25px !important; }
  .mt-xl-30 { margin-top: 30px !important; }
  .mt-xl-35 { margin-top: 35px !important; }
  .mt-xl-40 { margin-top: 40px !important; }
  .mt-xl-45 { margin-top: 45px !important; }
  .mt-xl-50 { margin-top: 50px !important; }
  .mt-xl-55 { margin-top: 55px !important; }
  .mt-xl-60 { margin-top: 60px !important; }
  .mt-xl-65 { margin-top: 65px !important; }
  .mt-xl-70 { margin-top: 70px !important; }
  .mt-xl-75 { margin-top: 75px !important; }
  .mt-xl-80 { margin-top: 80px !important; }
  .mt-xl-85 { margin-top: 85px !important; }
  .mt-xl-90 { margin-top: 90px !important; }
  .mt-xl-95 { margin-top: 95px !important; }
  .mt-xl-100 { margin-top: 100px !important; }
  .mt-xl-125 { margin-top: 125px !important; }
  .mt-xl-150 { margin-top: 150px !important; }
  .mt-xl-175 { margin-top: 175px !important; }
  .mt-xl-200 { margin-top: 200px !important; }
  .mb-xl-0 { margin-bottom: 0px !important; }
  .mb-xl-5 { margin-bottom: 5px !important; }
  .mb-xl-10 { margin-bottom: 10px !important; }
  .mb-xl-15 { margin-bottom: 15px !important; }
  .mb-xl-20 { margin-bottom: 20px !important; }
  .mb-xl-25 { margin-bottom: 25px !important; }
  .mb-xl-30 { margin-bottom: 30px !important; }
  .mb-xl-35 { margin-bottom: 35px !important; }
  .mb-xl-40 { margin-bottom: 40px !important; }
  .mb-xl-45 { margin-bottom: 45px !important; }
  .mb-xl-50 { margin-bottom: 50px !important; }
  .mb-xl-55 { margin-bottom: 55px !important; }
  .mb-xl-60 { margin-bottom: 60px !important; }
  .mb-xl-65 { margin-bottom: 65px !important; }
  .mb-xl-70 { margin-bottom: 70px !important; }
  .mb-xl-75 { margin-bottom: 75px !important; }
  .mb-xl-80 { margin-bottom: 80px !important; }
  .mb-xl-85 { margin-bottom: 85px !important; }
  .mb-xl-90 { margin-bottom: 90px !important; }
  .mb-xl-95 { margin-bottom: 95px !important; }
  .mb-xl-100 { margin-bottom: 100px !important; }
  .mb-xl-125 { margin-bottom: 125px !important; }
  .mb-xl-150 { margin-bottom: 150px !important; }
  .mb-xl-175 { margin-bottom: 175px !important; }
  .mb-xl-200 { margin-bottom: 200px !important; }
  .ml-xl-0 { margin-left: 0px !important; }
  .ml-xl-5 { margin-left: 5px !important; }
  .ml-xl-10 { margin-left: 10px !important; }
  .ml-xl-15 { margin-left: 15px !important; }
  .ml-xl-20 { margin-left: 20px !important; }
  .ml-xl-25 { margin-left: 25px !important; }
  .ml-xl-30 { margin-left: 30px !important; }
  .ml-xl-35 { margin-left: 35px !important; }
  .ml-xl-40 { margin-left: 40px !important; }
  .ml-xl-45 { margin-left: 45px !important; }
  .ml-xl-50 { margin-left: 50px !important; }
  .mr-xl-0 { margin-right: 0px !important; }
  .mr-xl-5 { margin-right: 5px !important; }
  .mr-xl-10 { margin-right: 10px !important; }
  .mr-xl-15 { margin-right: 15px !important; }
  .mr-xl-20 { margin-right: 20px !important; }
  .mr-xl-25 { margin-right: 25px !important; }
  .mr-xl-30 { margin-right: 30px !important; }
  .mr-xl-35 { margin-right: 35px !important; }
  .mr-xl-40 { margin-right: 40px !important; }
  .mr-xl-45 { margin-right: 45px !important; }
  .mr-xl-50 { margin-right: 50px !important; }
  .pt-xl-0 { padding-top: 0px !important; }
  .pt-xl-5 { padding-top: 5px !important; }
  .pt-xl-10 { padding-top: 10px !important; }
  .pt-xl-15 { padding-top: 15px !important; }
  .pt-xl-20 { padding-top: 20px !important; }
  .pt-xl-25 { padding-top: 25px !important; }
  .pt-xl-30 { padding-top: 30px !important; }
  .pt-xl-35 { padding-top: 35px !important; }
  .pt-xl-40 { padding-top: 40px !important; }
  .pt-xl-45 { padding-top: 45px !important; }
  .pt-xl-50 { padding-top: 50px !important; }
  .pt-xl-55 { padding-top: 55px !important; }
  .pt-xl-60 { padding-top: 60px !important; }
  .pt-xl-65 { padding-top: 65px !important; }
  .pt-xl-70 { padding-top: 70px !important; }
  .pt-xl-75 { padding-top: 75px !important; }
  .pt-xl-80 { padding-top: 80px !important; }
  .pt-xl-85 { padding-top: 85px !important; }
  .pt-xl-90 { padding-top: 90px !important; }
  .pt-xl-95 { padding-top: 95px !important; }
  .pt-xl-100 { padding-top: 100px !important; }

  .pb-xl-0 { padding-bottom: 0px !important; }
  .pb-xl-5 { padding-bottom: 5px !important; }
  .pb-xl-10 { padding-bottom: 10px !important; }
  .pb-xl-15 { padding-bottom: 15px !important; }
  .pb-xl-20 { padding-bottom: 20px !important; }
  .pb-xl-25 { padding-bottom: 25px !important; }
  .pb-xl-30 { padding-bottom: 30px !important; }
  .pb-xl-35 { padding-bottom: 35px !important; }
  .pb-xl-40 { padding-bottom: 40px !important; }
  .pb-xl-45 { padding-bottom: 45px !important; }
  .pb-xl-50 { padding-bottom: 50px !important; }
  .pb-xl-55 { padding-bottom: 55px !important; }
  .pb-xl-60 { padding-bottom: 60px !important; }
  .pb-xl-65 { padding-bottom: 65px !important; }
  .pb-xl-70 { padding-bottom: 70px !important; }
  .pb-xl-75 { padding-bottom: 75px !important; }
  .pb-xl-80 { padding-bottom: 80px !important; }
  .pb-xl-85 { padding-bottom: 85px !important; }
  .pb-xl-90 { padding-bottom: 90px !important; }
  .pb-xl-95 { padding-bottom: 95px !important; }
  .pb-xl-100 { padding-bottom: 100px !important; }

  .pl-xl-0 { padding-left: 0px !important; }
  .pl-xl-5 { padding-left: 5px !important; }
  .pl-xl-10 { padding-left: 10px !important; }
  .pl-xl-15 { padding-left: 15px !important; }
  .pl-xl-20 { padding-left: 20px !important; }
  .pl-xl-25 { padding-left: 25px !important; }
  .pl-xl-30 { padding-left: 30px !important; }
  .pl-xl-35 { padding-left: 35px !important; }
  .pl-xl-40 { padding-left: 40px !important; }
  .pl-xl-45 { padding-left: 45px !important; }
  .pl-xl-50 { padding-left: 50px !important; }
  .pr-xl-0 { padding-right: 0px !important; }
  .pr-xl-5 { padding-right: 5px !important; }
  .pr-xl-10 { padding-right: 10px !important; }
  .pr-xl-15 { padding-right: 15px !important; }
  .pr-xl-20 { padding-right: 20px !important; }
  .pr-xl-25 { padding-right: 25px !important; }
  .pr-xl-30 { padding-right: 30px !important; }
  .pr-xl-35 { padding-right: 35px !important; }
  .pr-xl-40 { padding-right: 40px !important; }
  .pr-xl-45 { padding-right: 45px !important; }
  .pr-xl-50 { padding-right: 50px !important; } }

.font-gothic {

  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  border: none;
}





