@font-face {
  font-family: "comforta";
  font-weight: normal;
  font-style: normal;
  src: url("fonts/comfortaa/comfortaa-regular-webfont.woff2") format("woff2"),
    url("fonts/comfortaa/comfortaa-Regular.ttf") format("truetype"),
    url("fonts/comfortaa/Comfortaa-Regular.svg#Comfortaa-Regular") format("svg"),
    url("fonts/comfortaa/Comfortaa-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/comfortaa/comfortaa-regular-webfont.woff") format("woff");
}

/* MuseoSansRounded */
@font-face {
  font-family: "MuseoSansRounded-100";
  src: url("fonts/MuseoSansRounded/MuseoSansRounded-100.woff") format("woff"),
    url("fonts/MuseoSansRounded/MuseoSansRounded-100.ttf") format("truetype"),
    url("fonts/MuseoSansRounded/MuseoSansRounded-100.svg") format("svg");
}
@font-face {
  font-family: "MuseoSansRounded-300";
  src: url("fonts/MuseoSansRounded/MuseoSansRounded-300.woff") format("woff"),
    url("fonts/MuseoSansRounded/MuseoSansRounded-300.ttf") format("truetype"),
    url("fonts/MuseoSansRounded/MuseoSansRounded-300.svg") format("svg");
}
@font-face {
  font-family: "MuseoSansRounded-500";
  src: url("fonts/MuseoSansRounded/MuseoSansRounded-500.woff") format("woff"),
    url("fonts/MuseoSansRounded/MuseoSansRounded-500.ttf") format("truetype"),
    url("fonts/MuseoSansRounded/MuseoSansRounded-500.svg") format("svg");
}
@font-face {
  font-family: "MuseoSansRounded-900";
  src: url("fonts/MuseoSansRounded/MuseoSansRounded-900.woff") format("woff"),
    url("fonts/MuseoSansRounded/MuseoSansRounded-900.ttf") format("truetype"),
    url("fonts/MuseoSansRounded/MuseoSansRounded-900.svg") format("svg");
}

/* VideoRTC Font */
@font-face {
  font-family: "videortc";
  src: url("fonts/videortc/videortc.eot?62frae");
  src: url("fonts/videortc/videortc.eot?62frae#iefix")
      format("embedded-opentype"),
    url("fonts/videortc/videortc.ttf?62frae") format("truetype"),
    url("fonts/videortc/videortc.woff?62frae") format("woff"),
    url("fonts/videortc/videortc.svg?62frae#videortc") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="videortc-icon"],
[class*=" videortc-icon"] {
  font-family: "videortc" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.videortc-icon-cam:before {
  content: "\e92b";
}
.videortc-icon-livechat:before {
  content: "\e90a";
}
.videortc-icon-Call:before {
  content: "\e900";
}

body {
  font-family: "MuseoSansRounded-300";
  text-align: center;
  color: #20333a;
  margin: 0;
  overflow: hidden;
}

h1 {
  font-family: "MuseoSansRounded-900";
}

.font-100 {
  font-family: "MuseoSansRounded-100";
}

.font-900 {
  font-family: "MuseoSansRounded-900";
}

/* Header */
.header {
  height: 100px;
  display: flex;
  align-items: center;
}

.header .logo {
  max-height: 60px;
  margin-left: 20px;
}

.header-buttons {
  position: absolute;
  right: 20px;
}

.header-buttons > a {
  background: #163039;
  padding: 15px 60px;
  border-radius: 8px;
  text-decoration: none;
  color: white;
  font-size: 17px;
  font-weight: bold;
  margin: 0px;
  padding-right: 0px;
  margin-right: 0px;
}
.header-buttons > a:hover {
  background: #163039;
  transition: all 500ms ease;
}

.header-buttons > a > span {
  padding-right: 50px;
  border-radius: 8px;
}

.header-buttons > a > i {
  top: 1px;
  position: relative;
  right: 0px;
  width: 50px;
  height: 50px;
  font-size: 20px;
  border-radius: 0px 8px 8px 0px;
  background: rgba(0, 0, 0, 0.1);
  line-height: 50px;
  text-align: center;
}

/* Main */
.main {
  width: 100vw;
  height: calc(100vh - 200px);
  background: url("./assets/background.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.content {
  color: #212f38;
  text-align: center;
  width: 100%;
  padding-top: 80px;
}

.content input {
  border-radius: 30px;
  box-shadow: none;
  border: none;
  height: 30px;
  width: 90px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.language-buttons {
  margin-top: 100px;
}

.language-buttons > a {
  background: #163039;
  padding: 15px 60px;
  border-radius: 8px;
  text-decoration: none;
  color: white;
  font-size: 17px;
  font-weight: bold;
  margin: 10px;
  cursor: pointer;
}
.language-buttons > a:hover {
  background: #163039;
  transition: all 500ms ease;
}
.btn-videortc {
  position: absolute;
  cursor: pointer;
}
.btn-videocall {
  left: 15px;
  bottom: 120px;
}
.btn-videocall:hover {
  opacity: .7;
  transition: .3s;
}
.btn-videocall > img {
  width: 80px;
  height: 80px;
}
.btn-livechat {
  cursor: pointer;
  right: 15px;
  bottom: 115px;
  background-image: url(assets/Live-chat-genesys-white.png) !important;
  background-repeat: no-repeat;
  background-size: 35px;
  background-position: center;
  width: 64px;
  height: 64px;
  background-color: #163039;
  border-radius: 32px;
}

.cx-widget.cx-common-container.cx-webchat.cx-close.cx-minimize.cx-theme-dark.cx-desktop {
  bottom: 100px !important;
}

/* Footer */
.footer {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 100px;
  font-size: 20px;
  background: #163039;
  color: white;
  font-size: 17px;
  line-height: 28px;
}
.footer .terms {
  display: inline-block;
}
.footer .terms span {
  margin-right: 20px;
}

@media (max-width: 600px) {
  #pin-access {
    bottom: 80px !important;
    right: 10px !important;
  }
  .header-buttons {
    display: none;
  }
  .main {
    height: calc(100vh - 150px);
  }
  .language-buttons {
    margin-top: 50px;
  }
  .language-buttons > a {
    padding: 10px 30px;
    font-size: 14px;
  }
  .btn-videocall {
    bottom: 55px;
    left: 5px;
  }
  .btn-livechat {
    bottom: 63px;
  }
  .footer {
    font-size: 14px;
    height: 50px;
  }
}

/* Pin Access */
#pin-access {
  background: #fc544c;
  z-index: 2;
  position: fixed;
  bottom: 115px;
  right: 15px;
  padding: 5px;
  border-radius: 5px;
}
#pin-access .pin {
  color: white;
  font-weight: bold;
  margin-left: 5px;
  margin-right: 5px;
}
.pincode-input {
  width: 16px;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  font-weight: bold;
  border: solid 1px white;
  -webkit-box-shadow: 0px 0px 10px 1px #fc544c;
  -moz-box-shadow: 0px 0px 10px 1px #fc544c;
  box-shadow: 0px 0px 10px 1px #fc544c;
}
.pincode-input:not(:last-child) {
  margin-right: .25rem;
}
.pincode-input:last-child {
  margin-right: 5px;
}
.pincode-input.pincode-input--filled {
  border-color: white;
}
.pincode-input.pincode-input--focused {
  border-color: white;
}