@import url("https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i|Overpass:100,100i,200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i&display=swap");
body {
  font-family: "Lato", sans-serif;
  color: #000000;
  margin: 0;
  padding: 0; }
  body.prog {
    margin-left: 26px; }

a {
  color: #5D3987;
  text-decoration: none;
  transition: all 0.2s ease; }
  a:hover {
    color: #EE2B74;
    text-decoration: none; }
  a:focus {
    color: #EE2B74;
    text-decoration: none; }

p {
  font-size: 1.4rem;
  margin-bottom: 1rem; }

ul, ol {
  font-size: 1.4rem; }
  ul li, ol li {
    margin-bottom: 0.25rem; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Overpass", sans-serif; }

h1 {
  font-size: 2rem;
  margin-bottom: 1rem; }

h2 {
  font-size: 1.85rem;
  margin-bottom: 1rem; }

.container .row {
  margin-right: 0;
  margin-left: 0; }

.tbo-title {
  color: #FFFFFF;
  font-family: "Overpass", sans-serif;
  font-weight: 900;
  line-height: 1; }

.tbo-description p {
  color: #FFFFFF;
  font-family: "Lato", sans-serif;
  line-height: 1.25; }

.tbo-video {
  margin-top: 2rem; }
  .tbo-video .intrinsic-container {
    border-radius: 5px; }

.tbo-navbar {
  padding: 20px 0;
  background-color: #FFFFFF;
  border-bottom: 10px solid #B0BC22; }

.tbo-footer {
  background-color: #003E7E;
  color: #FFFFFF;
  font-weight: normal;
  font-size: 16px;
  padding: 20px; }
  .tbo-footer a {
    color: #FFFFFF;
    text-decoration: none;
    transition: all 0.2s ease; }
  .tbo-footer .footer-copyright {
    color: #FFFFFF;
    padding: 20px;
    margin-top: 20px;
    text-align: center; }

.intrinsic-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative; }
  .intrinsic-container iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.gradient-bg-281c {
  background: linear-gradient(to top, #003E7E, #001933); }

.bg-281c {
  background-color: #003E7E; }

.bg-277c {
  background-color: #B5D5F0; }

.bg-640c {
  background-color: #008FC5; }

.bg-322c {
  background-color: #007078; }

.bg-320c {
  background-color: #0099A8; }

.bg-342c {
  background-color: #006F51; }

.bg-583c {
  background-color: #B0BC22; }

.bg-381c {
  background-color: #D6E03D; }

.bg-266c {
  background-color: #5D3987; }

.bg-209c {
  background-color: #860038; }

.bg-213c {
  background-color: #EE2B74; }

.white-bg {
  background-color: #FFFFFF; }

.color-281c {
  color: #003E7E; }

.color-277c {
  color: #B5D5F0; }

.color-640c {
  color: #008FC5; }

.color-322c {
  color: #007078; }

.color-320c {
  color: #0099A8; }

.color-342c {
  color: #006F51; }

.color-583c {
  color: #B0BC22; }

.color-381c {
  color: #D6E03D; }

.color-266c {
  color: #5D3987; }

.color-209c {
  color: #860038; }

.color-213c {
  color: #EE2B74; }

.white-color {
  color: #FFFFFF; }

.tbo-button {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  text-align: center;
  color: #FFFFFF !important;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 20px;
  border: none;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.2s ease;
  overflow: hidden;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  background-color: #003E7E;
  margin-bottom: 1rem;
  line-height: 1.1; }
  .tbo-button::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    background-color: rgba(0, 0, 0, 0.25);
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.05));
    transition: opacity 0.2s ease;
    opacity: 0;
    pointer-events: none; }
  .tbo-button:hover::after {
    opacity: 1; }
  .tbo-button.alt {
    border-radius: 10px; }
    .tbo-button.alt::after {
      border-radius: 10px; }
  .tbo-button.small {
    font-size: 1.2rem;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 10px; }
    .tbo-button.small::after {
      border-radius: 10px; }
  .tbo-button.disabled {
    filter: grayscale(1);
    opacity: 0.5;
    cursor: not-allowed; }
  .tbo-button.gold {
    background-color: #DDAA09; }

.yithss {
  font-size: 125%; }

.bounce {
  animation: bounce 2s linear infinite; }

@keyframes bounce {
  0%,
	50%,
	100% {
    transform: translateY(10px); }
  25%,
	75% {
    transform: translateY(-10px); } }
.tbo-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  pointer-events: none;
  display: table;
  z-index: 999;
  transition: opacity .5s ease;
  perspective: 800px; }
  .tbo-modal .modal-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); }
  .tbo-modal .modal-outer {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    transition: all .75s ease;
    transform: scale(0) rotateX(360deg);
    transform-style: preserve-3d;
    pointer-events: none; }
    .tbo-modal .modal-outer .modal-inner {
      position: relative;
      display: inline-block;
      background-color: #FFFFFF;
      margin: 20px;
      width: calc(100% - 40px);
      max-width: 800px;
      max-height: 80vh;
      border-radius: 10px;
      overflow: auto;
      text-align: left;
      box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.25);
      pointer-events: all; }
      .tbo-modal .modal-outer .modal-inner .modal-close {
        position: absolute;
        color: #FFFFFF;
        top: 0.25rem;
        right: 0.25rem;
        width: 1.5rem;
        height: 1.5rem;
        font-size: 1.5rem;
        line-height: 1.5rem;
        font-weight: 700;
        cursor: pointer;
        opacity: 0.5;
        text-align: center;
        transition: all 0.25s ease; }
        .tbo-modal .modal-outer .modal-inner .modal-close:hover {
          opacity: 0.75; }
      .tbo-modal .modal-outer .modal-inner .modal-header {
        padding: 20px;
        border-bottom: 0;
        background-color: #003E7E;
        color: #FFFFFF; }
      .tbo-modal .modal-outer .modal-inner .modal-contents {
        padding: 20px; }
      .tbo-modal .modal-outer .modal-inner::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #FFFFFF;
        backface-visibility: hidden;
        z-index: -1; }
  .tbo-modal.modal-open {
    opacity: 1;
    pointer-events: all; }
    .tbo-modal.modal-open .modal-outer {
      transform: scale(1) rotateX(0deg); }

.tbo-message {
  text-align: center;
  padding: 10px;
  border-radius: 10px;
  color: #FFFFFF;
  margin-bottom: 1rem; }

.tbo-form input, .tbo-form textarea, .tbo-form select {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.25); }
.tbo-form textarea {
  min-height: 120px; }
.tbo-form .form-sect {
  height: 0px;
  opacity: 0;
  overflow: hidden;
  transition: all 0.75s ease; }
  .tbo-form .form-sect.active {
    height: auto;
    opacity: 1;
    overflow: visible; }

.hello-bar {
  background-color: #B5D5F0;
  color: #FFFFFF;
  padding: .5rem;
  text-align: center; }
  .hello-bar p {
    font-size: 1rem;
    font-weight: 700; }
    .hello-bar p a {
      background-color: rgba(0, 0, 0, 0.25);
      padding: .5rem;
      border-radius: .5rem;
      color: #FFFFFF;
      font-weight: bold;
      cursor: pointer;
      transition: all 0.2s ease;
      margin-left: .25rem; }
      .hello-bar p a:hover {
        background-color: rgba(0, 0, 0, 0.1); }

.contents-btn {
  position: relative;
  display: inline-block;
  background-color: #FFFFFF;
  color: #003E7E;
  padding: 1rem;
  padding-right: 3.5rem;
  border-radius: 1rem;
  font-size: 1.2rem;
  width: 100%; }
  .contents-btn::before {
    content: "\f138";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 1.75rem;
    line-height: 1.75rem; }

.contents-sect {
  position: relative;
  display: inline-block;
  background-color: #FFFFFF;
  color: #003E7E;
  padding: 1rem 2rem;
  border-radius: 1rem;
  font-size: 1.2rem;
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 4rem; }
  .contents-sect .thumb {
    width: 100%;
    border-radius: .5rem;
    margin-bottom: 1rem; }
  .contents-sect .title {
    font-weight: 900;
    margin-bottom: 0;
    color: #003E7E; }
  .contents-sect .subtitle {
    margin-bottom: 1rem;
    color: #003E7E; }
  .contents-sect .button {
    position: absolute;
    width: calc(100% - 4rem);
    bottom: 1rem;
    margin-bottom: 0;
    text-align: center;
    font-weight: 800;
    color: #003E7E;
    background-color: #FFFFFF;
    border: 2px solid #003E7E;
    padding: .5rem;
    border-radius: .5rem;
    cursor: pointer;
    transition: all 0.2s ease; }
  .contents-sect::after {
    content: "";
    position: absolute;
    top: -40px;
    right: -28px;
    transform: rotate(25deg);
    padding: 40px;
    background-image: url(../img/orig-mortarboard.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 0.2s ease;
    pointer-events: none; }
  .contents-sect:hover .button {
    background-color: #003E7E;
    color: #FFFFFF; }
  .contents-sect:hover::after {
    opacity: 1; }
  .contents-sect.color_266c .button {
    border-color: #5D3987;
    color: #5D3987; }
  .contents-sect.color_266c:hover .button {
    background-color: #5D3987;
    color: #FFFFFF; }
  .contents-sect.color_266c::after {
    background-image: url(../img/266c-mortarboard.png); }
  .contents-sect.color_342c .button {
    border-color: #006F51;
    color: #006F51; }
  .contents-sect.color_342c:hover .button {
    background-color: #006F51;
    color: #FFFFFF; }
  .contents-sect.color_342c::after {
    background-image: url(../img/342c-mortarboard.png); }
  .contents-sect.color_583c .button {
    border-color: #B0BC22;
    color: #B0BC22; }
  .contents-sect.color_583c:hover .button {
    background-color: #B0BC22;
    color: #FFFFFF; }
  .contents-sect.color_583c::after {
    background-image: url(../img/583c-mortarboard.png); }
  .contents-sect.color-640c .button {
    border-color: #008FC5;
    color: #008FC5; }
  .contents-sect.color-640c:hover .button {
    background-color: #008FC5;
    color: #FFFFFF; }
  .contents-sect.color-640c::after {
    background-image: url(../img/640c-mortarboard.png); }
  .contents-sect.color-213c .button {
    border-color: #EE2B74;
    color: #EE2B74; }
  .contents-sect.color-213c:hover .button {
    background-color: #EE2B74;
    color: #FFFFFF; }
  .contents-sect.color-213c::after {
    background-image: url(../img/213c-mortarboard.png); }

@media (min-width: 544px) {
  .bsmshow {
    display: none; }

  .bsdtcenter {
    text-align: center; }

  .bsdtright {
    text-align: right; }

  .bsdtleft {
    text-align: right; }

  .vertical-align {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row; }

  .bottom-align {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-direction: row; }

  .top-align {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row; } }
@media (max-width: 544px) {
  .top-bg {
    background-size: auto 60vw;
    background-repeat: repeat-y; }

  .bsmhide {
    display: none; }

  .bsmtcenter {
    text-align: center; }

  .bsmtright {
    text-align: right; }

  .bsmtleft {
    text-align: right; }

  .vertical-align {
    display: inherit; } }
@media (min-width: 62em) {
  .mshow {
    display: none; }

  .mob-text-helper {
    display: none; }

  .desk-font-x0-25 {
    font-size: 25%; }

  .desk-font-x0-5 {
    font-size: 50%; }

  .desk-font-x0-7 {
    font-size: 70%; }

  .desk-font-x0-75 {
    font-size: 75%; }

  .desk-font-x0-8 {
    font-size: 80%; }

  .desk-font-x0-9 {
    font-size: 90%; }

  .desk-font-x1-05 {
    font-size: 105%; }

  .desk-font-x1-15 {
    font-size: 115%; }

  .desk-font-x1-2 {
    font-size: 120%; }

  .desk-font-x1-25 {
    font-size: 125%; }

  .desk-font-x1-35 {
    font-size: 135%; }

  .desk-font-x1-45 {
    font-size: 145%; }

  .desk-font-x1-5 {
    font-size: 150%; }

  .desk-font-x1-75 {
    font-size: 175%; }

  .desk-font-x2 {
    font-size: 200%; }

  .desk-font-x2-25 {
    font-size: 225%; }

  .desk-font-x2-5 {
    font-size: 250%; }

  .desk-font-x2-75 {
    font-size: 275%; }

  .desk-font-x3 {
    font-size: 300%; }

  .desk-font-x3-25 {
    font-size: 325%; }

  .desk-font-x3-5 {
    font-size: 350%; }

  .desk-font-x3-75 {
    font-size: 375%; }

  .desk-font-x4 {
    font-size: 400%; }

  .desk-font-x4-25 {
    font-size: 425%; }

  .desk-font-x4-5 {
    font-size: 450%; }

  .desk-font-x4-75 {
    font-size: 475%; }

  .desk-font-x5 {
    font-size: 500%; }

  .desk-pt-15 {
    padding-top: 15px; }

  .desk-pb-15 {
    padding-bottom: 15px; }

  .desk-minh-100vh {
    min-height: 100vh; } }
@media (max-width: 62em) {
  .tbo-button {
    font-size: 0.8rem;
    padding: 15px 5px;
    font-weight: 800;
    border-radius: 10px; }
    .tbo-button.small {
      width: 100%;
      margin: .5rem 0; }
    .tbo-button::after {
      border-radius: 10px; }

  .tbo-navbar {
    padding: 10px 0; }

  .mhide {
    display: none; }

  .text-helper {
    display: none; }

  .tbo-footer .col-sm-6 {
    text-align: left !important; }

  .yithss {
    font-size: 120%; }

  .mob-hundred {
    width: calc(100% - 20px) !important;
    margin: 10px !important; }

  .mobsmaller {
    font-size: 85%; }

  .mobbigger {
    font-size: 125%; }

  .mob-text-center {
    text-align: center !important; }

  .mob-text-right {
    text-align: right !important; }

  .mob-text-left {
    text-align: left !important; }

  .mob-display-block {
    display: block; }

  .mob-full-width {
    width: 100% !important; }

  .mob-font-x0-25 {
    font-size: 25%; }

  .mob-font-x0-5 {
    font-size: 50%; }

  .mob-font-x0-7 {
    font-size: 70%; }

  .mob-font-x0-75 {
    font-size: 75%; }

  .mob-font-x0-9 {
    font-size: 90%; }

  .mob-font-x1-05 {
    font-size: 105%; }

  .mob-font-x1-15 {
    font-size: 115%; }

  .mob-font-x1-2 {
    font-size: 120%; }

  .mob-font-x1-25 {
    font-size: 125%; }

  .mob-font-x1-35 {
    font-size: 135%; }

  .mob-font-x1-45 {
    font-size: 145%; }

  .mob-font-x1-5 {
    font-size: 150%; }

  .mob-font-x1-75 {
    font-size: 175%; }

  .mob-font-x2 {
    font-size: 200%; }

  .mob-font-x2-25 {
    font-size: 225%; }

  .mob-font-x2-5 {
    font-size: 250%; }

  .mob-font-x2-75 {
    font-size: 275%; }

  .mob-font-x3 {
    font-size: 300%; }

  .mob-font-x3-25 {
    font-size: 325%; }

  .mob-font-x3-5 {
    font-size: 350%; }

  .mob-font-x3-75 {
    font-size: 375%; }

  .mob-font-x4 {
    font-size: 400%; }

  .mob-font-x4-25 {
    font-size: 425%; }

  .mob-font-x4-5 {
    font-size: 450%; }

  .mob-font-x4-75 {
    font-size: 475%; }

  .mob-font-x5 {
    font-size: 500%; }

  .mob-padding-0 {
    padding: 0; }

  ol {
    padding-left: 25px; }
    ol li {
      font-size: 88%; } }
@media (max-width: 36em) {
  .h1 {
    font-size: 1.8rem; }

  h1 {
    font-size: 1.8rem; }

  .h2 {
    font-size: 1.22rem;
    margin: 1.5rem 0; }

  h2 {
    font-size: 1.22rem;
    margin: 1.5rem 0; }

  .h2-size {
    font-size: 1.22rem !important; }

  .h4 {
    font-size: 1rem; }

  h4 {
    font-size: 1rem; }

  .p-style {
    margin-bottom: 0.8rem !important; }

  .p {
    font-size: 1rem;
    margin-bottom: 1.5rem; }

  p {
    font-size: 1rem;
    margin-bottom: 0.8rem; }

  ul, ol {
    font-size: 1rem; }

  .timer-table tr:nth-of-type(1) {
    font-size: 2rem; }
  .timer-table tr:nth-of-type(2) {
    font-size: 0.6rem; } }
@media (max-width: 992px) {
  .contents-sect-cont .col-sm-4 {
    float: none;
    width: auto; } }
