{"id":22006,"date":"2025-06-18T13:17:04","date_gmt":"2025-06-18T13:17:04","guid":{"rendered":"https:\/\/mastercaweb.unistra.fr\/?page_id=22006"},"modified":"2026-03-27T17:41:36","modified_gmt":"2026-03-27T17:41:36","slug":"faq-2","status":"publish","type":"page","link":"https:\/\/mastercaweb.unistra.fr\/en\/faq-2\/","title":{"rendered":"FAQ"},"content":{"rendered":"\n<div class=\"wp-block-group has-background\" style=\"background-color:#ffffff;padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--50);padding-bottom:0;padding-left:var(--wp--preset--spacing--50)\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-container-core-group-is-layout-182f1657 wp-block-group-is-layout-constrained\">\n<h1 id=\"wp-block-themeisle-blocks-advanced-heading-5a9f23f4\" class=\"wp-block-themeisle-blocks-advanced-heading wp-block-themeisle-blocks-advanced-heading-5a9f23f4 is-style-wide\">Got questions?<\/h1>\n\n\n\n<h2 id=\"wp-block-themeisle-blocks-advanced-heading-ef6fc766\" class=\"wp-block-themeisle-blocks-advanced-heading wp-block-themeisle-blocks-advanced-heading-ef6fc766 is-style-wide\">We are here to answer them<\/h2>\n\n\n\n<p style=\"padding-bottom:var(--wp--preset--spacing--70)\">Here you\u2019ll find answers to some of the most common questions about CAWEB.<\/p>\n\n\n\n<hr class=\"wp-block-separator alignfull has-text-color has-rouge-color has-alpha-channel-opacity has-rouge-background-color has-background is-style-wide\" style=\"margin-top:var(--wp--preset--spacing--30);margin-bottom:var(--wp--preset--spacing--30)\"\/>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-0611acf3 wp-block-columns-is-layout-flex\" style=\"padding-right:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--50)\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:100%\">\n<div id=\"wp-block-themeisle-blocks-advanced-columns-f35f2097\" class=\"wp-block-themeisle-blocks-advanced-columns has-1-columns has-desktop-equal-layout has-tablet-equal-layout has-mobile-equal-layout has-vertical-unset\"><div class=\"wp-block-themeisle-blocks-advanced-columns-overlay\"><\/div><div class=\"innerblocks-wrap\">\n<div id=\"wp-block-themeisle-blocks-advanced-column-ec92fa83\" class=\"wp-block-themeisle-blocks-advanced-column has-light-bg\">\n<div id=\"wp-block-themeisle-blocks-advanced-columns-1f375982\" class=\"wp-block-themeisle-blocks-advanced-columns has-1-columns has-desktop-equal-layout has-tablet-equal-layout has-mobile-equal-layout has-vertical-unset\"><div class=\"wp-block-themeisle-blocks-advanced-columns-overlay\"><\/div><div class=\"innerblocks-wrap\">\n<div id=\"wp-block-themeisle-blocks-advanced-column-e06fe08a\" class=\"wp-block-themeisle-blocks-advanced-column\">\n<h2 id=\"wp-block-themeisle-blocks-advanced-heading-76513545\" class=\"wp-block-themeisle-blocks-advanced-heading wp-block-themeisle-blocks-advanced-heading-76513545\">General Information<\/h2>\n\n\n\n<!-- Font Awesome Icons -->\n<link\n  rel=\"stylesheet\"\n  href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\"\n\/>\n\n<style>\n  .faq-accordion {\n    width: 100%;\n  }\n\n  .faq-accordion .faq-item {\n    margin-bottom: 10px;\n    border: 1px solid #ddd;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);\n    transition: box-shadow 0.3s ease;\n    background: #fff;\n  }\n\n  .faq-accordion input[type=\"checkbox\"] {\n    display: none;\n  }\n\n  .faq-accordion label {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px;\n    font-weight: bold;\nfont-size: 28px;\n    cursor: pointer;\n    color: #111;\n    background: #fff;\n    transition: background 0.3s;\n  }\n\n  .faq-accordion .faq-item.open-top-border {\n    border-top: 5px solid #ea4335;\n    border-top-left-radius: 8px;\n    border-top-right-radius: 8px;\n  }\n\n  .faq-accordion .chevron {\n    transition: transform 0.3s ease;\n  }\n\n  .faq-accordion input[type=\"checkbox\"]:checked + label .chevron {\n    transform: rotate(180deg);\n  }\n\n  .faq-accordion .faq-content {\n    max-height: 0;\n    overflow: hidden;\n    padding: 0 16px;\ntransition: max-height 0.5s ease-in-out, padding 0.3s ease-in-out;\n    background: #fff;\n  }\n\n  .faq-accordion input[type=\"checkbox\"]:checked + label + .faq-content {\n    max-height: 500px;\n    padding: 12px 16px;\n  }\n<\/style>\n\n<div class=\"faq-accordion\">\n  <div class=\"faq-item\">\n    <input type=\"checkbox\" id=\"faq1\" \/>\n    <label for=\"faq1\">\n      What does CAWEB mean?\n      <span class=\"chevron\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n    <\/label>\n    <div class=\"faq-content\">\n      <p>\n        The CAWEB postgraduate program was founded in 2002. At that time, it stood for <strong>\u201cCr\u00e9ation et Administration Web\u201d<\/strong> in French, meaning <strong>\u201cCreation and web administration\u201d<\/strong>.\n      <\/p>\n    <\/div>\n  <\/div>\n<\/div>\n\n<script>\n  \/\/ Adds the red top border when open\n  document.querySelectorAll('.faq-accordion input[type=\"checkbox\"]').forEach((checkbox) => {\n    checkbox.addEventListener('change', function () {\n      const item = this.closest('.faq-item');\n      if (this.checked) {\n        item.classList.add('open-top-border');\n      } else {\n        item.classList.remove('open-top-border');\n      }\n    });\n  });\n<\/script>\n\n\n\n<!-- Font Awesome Icons -->\n<link\n  rel=\"stylesheet\"\n  href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\"\n\/>\n\n<style>\n  .faq-accordion {\n    width: 100%;\n  }\n\n  .faq-accordion .faq-item {\n    margin-bottom: 10px;\n    border: 1px solid #ddd;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);\n    transition: box-shadow 0.3s ease;\n    background: #fff;\n  }\n\n  .faq-accordion input[type=\"checkbox\"] {\n    display: none;\n  }\n\n  .faq-accordion label {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px;\n    font-weight: bold;\nfont-size: 28px;\n    cursor: pointer;\n    color: #111;\n    background: #fff;\n    transition: background 0.3s;\n  }\n\n  .faq-accordion .faq-item.open-top-border {\n    border-top: 5px solid #ea4335;\n    border-top-left-radius: 8px;\n    border-top-right-radius: 8px;\n  }\n\n  .faq-accordion .chevron {\n    transition: transform 0.3s ease;\n  }\n\n  .faq-accordion input[type=\"checkbox\"]:checked + label .chevron {\n    transform: rotate(180deg);\n  }\n\n  .faq-accordion .faq-content {\n    max-height: 0;\n    overflow: hidden;\n    padding: 0 16px;\ntransition: max-height 0.5s ease-in-out, padding 0.3s ease-in-out;\n    background: #fff;\n  }\n\n  .faq-accordion input[type=\"checkbox\"]:checked + label + .faq-content {\n    max-height: 500px;\n    padding: 12px 16px;\n  }\n<\/style>\n\n<div class=\"faq-accordion\">\n  <div class=\"faq-item\">\n    <input type=\"checkbox\" id=\"faq2\" \/>\n    <label for=\"faq2\">\n      What sets the CAWEB programs apart in terms of faculty expertise and industry connections?\n      <span class=\"chevron\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n    <\/label>\n    <div class=\"faq-content\">\n      <p>\n        The CAWEB programs boast a team of experienced <a href=\"https:\/\/mastercaweb.unistra.fr\/en\/instructors\/\" target=\"_blank\">faculty members<\/a> who are experts in their respective fields, bringing a wealth of knowledge and industry insights to the classroom. Additionally, the programs maintain strong connections with industry partners.\n<a href=\"https:\/\/mastercaweb.unistra.fr\/en\/about-us\/partners-events\/\" target=\"_blank\" class=\"custom-link\">Unlock your potential with partners<\/a>\n\n      <\/p>\n    <\/div>\n  <\/div>\n<\/div>\n\n<script>\n  \/\/ Adds the red top border when open\n  document.querySelectorAll('.faq-accordion input[type=\"checkbox\"]').forEach((checkbox) => {\n    checkbox.addEventListener('change', function () {\n      const item = this.closest('.faq-item');\n      if (this.checked) {\n        item.classList.add('open-top-border');\n      } else {\n        item.classList.remove('open-top-border');\n      }\n    });\n  });\n<\/script>\n<\/div>\n<\/div><\/div>\n\n\n\n<div id=\"wp-block-themeisle-blocks-advanced-columns-2aa89fd1\" class=\"wp-block-themeisle-blocks-advanced-columns has-1-columns has-desktop-equal-layout has-tablet-equal-layout has-mobile-equal-layout has-vertical-unset\"><div class=\"wp-block-themeisle-blocks-advanced-columns-overlay\"><\/div><div class=\"innerblocks-wrap\">\n<div id=\"wp-block-themeisle-blocks-advanced-column-830ca7af\" class=\"wp-block-themeisle-blocks-advanced-column\">\n<h2 id=\"wp-block-themeisle-blocks-advanced-heading-b49aa256\" class=\"wp-block-themeisle-blocks-advanced-heading wp-block-themeisle-blocks-advanced-heading-b49aa256\">Admissions<\/h2>\n\n\n\n<!-- Font Awesome Icons -->\n<link\n  rel=\"stylesheet\"\n  href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\"\n\/>\n\n<style>\n  .faq-accordion {\n    width: 100%;\n  }\n\n  .faq-accordion .faq-item {\n    margin-bottom: 10px;\n    border: 1px solid #ddd;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);\n    transition: box-shadow 0.3s ease;\n    background: #fff;\n  }\n\n  .faq-accordion input[type=\"checkbox\"] {\n    display: none;\n  }\n\n  .faq-accordion label {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px;\n    font-weight: bold;\nfont-size: 28px;\n    cursor: pointer;\n    color: #111;\n    background: #fff;\n    transition: background 0.3s;\n  }\n\n  .faq-accordion .faq-item.open-top-border {\n    border-top: 5px solid #ea4335;\n    border-top-left-radius: 8px;\n    border-top-right-radius: 8px;\n  }\n\n  .faq-accordion .chevron {\n    transition: transform 0.3s ease;\n  }\n\n  .faq-accordion input[type=\"checkbox\"]:checked + label .chevron {\n    transform: rotate(180deg);\n  }\n\n  .faq-accordion .faq-content {\n    max-height: 0;\n    overflow: hidden;\n    padding: 0 16px;\ntransition: max-height 0.5s ease-in-out, padding 0.3s ease-in-out;\n    background: #fff;\n  }\n\n  .faq-accordion input[type=\"checkbox\"]:checked + label + .faq-content {\n    max-height: 500px;\n    padding: 12px 16px;\n  }\n<\/style>\n\n<div class=\"faq-accordion\">\n  <div class=\"faq-item\">\n    <input type=\"checkbox\" id=\"faq3\" \/>\n    <label for=\"faq3\">\n      What are the admission requirements?\n      <span class=\"chevron\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n    <\/label>\n    <div class=\"faq-content\">\n      <p>\n        To be eligible for the CAWEB Master\u2019s program, you must hold a four-year university degree or have professional experience in one of the fields of the Master\u2019s, and demonstrate strong motivation for working in digital fields. We evaluate applicants based on their academic background, professional experience, and potential to succeed in our intensive program. Students from all educational and professional backgrounds are encouraged to apply. No university degree is required for certificate programs.\n<a href=\"https:\/\/mastercaweb.unistra.fr\/en\/admissions-and-fees\/requirements\/\" target=\"_blank\" class=\"custom-link\">\n  Requirements for Applicants\n<\/a>\n\n      <\/p>\n    <\/div>\n  <\/div>\n<\/div>\n\n<script>\n  \/\/ Adds the red top border when open\n  document.querySelectorAll('.faq-accordion input[type=\"checkbox\"]').forEach((checkbox) => {\n    checkbox.addEventListener('change', function () {\n      const item = this.closest('.faq-item');\n      if (this.checked) {\n        item.classList.add('open-top-border');\n      } else {\n        item.classList.remove('open-top-border');\n      }\n    });\n  });\n<\/script>\n\n\n\n<!-- Font Awesome Icons -->\n<link\n  rel=\"stylesheet\"\n  href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\"\n\/>\n\n<style>\n  .faq-accordion {\n    width: 100%;\n  }\n\n  .faq-accordion .faq-item {\n    margin-bottom: 10px;\n    border: 1px solid #ddd;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);\n    transition: box-shadow 0.3s ease;\n    background: #fff;\n  }\n\n  .faq-accordion input[type=\"checkbox\"] {\n    display: none;\n  }\n\n  .faq-accordion label {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px;\n    font-weight: bold;\nfont-size: 28px;\n    cursor: pointer;\n    color: #111;\n    background: #fff;\n    transition: background 0.3s;\n  }\n\n  .faq-accordion .faq-item.open-top-border {\n    border-top: 5px solid #ea4335;\n    border-top-left-radius: 8px;\n    border-top-right-radius: 8px;\n  }\n\n  .faq-accordion .chevron {\n    transition: transform 0.3s ease;\n  }\n\n  .faq-accordion input[type=\"checkbox\"]:checked + label .chevron {\n    transform: rotate(180deg);\n  }\n\n  .faq-accordion .faq-content {\n    max-height: 0;\n    overflow: hidden;\n    padding: 0 16px;\ntransition: max-height 0.5s ease-in-out, padding 0.3s ease-in-out;\n    background: #fff;\n  }\n\n  .faq-accordion input[type=\"checkbox\"]:checked + label + .faq-content {\n    max-height: 500px;\n    padding: 12px 16px;\n  }\n<\/style>\n\n<div class=\"faq-accordion\">\n  <div class=\"faq-item\">\n    <input type=\"checkbox\" id=\"faq4\" \/>\n    <label for=\"faq4\">\n      What is the application process?\n      <span class=\"chevron\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n    <\/label>\n    <div class=\"faq-content\">\n      <ol>\n  <li>Prepare your application documents: a copy of your highest degree (if you apply for a master\u2019s), a r\u00e9sum\u00e9 or CV, and a cover letter. \n<a href=\"https:\/\/mastercaweb.unistra.fr\/en\/admissions-and-fees\/application-process\/\" target=\"_blank\" class=\"custom-link\">Submit your application online!<\/a>\n<\/li>\n  <li>If your application is eligible, you will be invited to a video interview with an academic team member.<\/li>\n  <li>After the interview, you will be notified by email if you have been admitted for enrollment into the program.<\/li>\n<\/ol>\n    <\/div>\n  <\/div>\n<\/div>\n\n<script>\n  \/\/ Adds the red top border when open\n  document.querySelectorAll('.faq-accordion input[type=\"checkbox\"]').forEach((checkbox) => {\n    checkbox.addEventListener('change', function () {\n      const item = this.closest('.faq-item');\n      if (this.checked) {\n        item.classList.add('open-top-border');\n      } else {\n        item.classList.remove('open-top-border');\n      }\n    });\n  });\n<\/script>\n<\/div>\n<\/div><\/div>\n\n\n\n<div id=\"wp-block-themeisle-blocks-advanced-columns-8389070d\" class=\"wp-block-themeisle-blocks-advanced-columns has-1-columns has-desktop-equal-layout has-tablet-equal-layout has-mobile-equal-layout has-vertical-unset\"><div class=\"wp-block-themeisle-blocks-advanced-columns-overlay\"><\/div><div class=\"innerblocks-wrap\">\n<div id=\"wp-block-themeisle-blocks-advanced-column-c9b851d0\" class=\"wp-block-themeisle-blocks-advanced-column\">\n<h2 id=\"wp-block-themeisle-blocks-advanced-heading-ae7d8aa8\" class=\"wp-block-themeisle-blocks-advanced-heading wp-block-themeisle-blocks-advanced-heading-ae7d8aa8\">Academic Information<\/h2>\n\n\n\n<!-- Font Awesome Icons -->\n<link\n  rel=\"stylesheet\"\n  href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\"\n\/>\n\n<style>\n  .faq-accordion {\n    width: 100%;\n  }\n\n  .faq-accordion .faq-item {\n    margin-bottom: 10px;\n    border: 1px solid #ddd;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);\n    transition: box-shadow 0.3s ease;\n    background: #fff;\n  }\n\n  .faq-accordion input[type=\"checkbox\"] {\n    display: none;\n  }\n\n  .faq-accordion label {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px;\n    font-weight: bold;\nfont-size: 28px;\n    cursor: pointer;\n    color: #111;\n    background: #fff;\n    transition: background 0.3s;\n  }\n\n  .faq-accordion .faq-item.open-top-border {\n    border-top: 5px solid #ea4335;\n    border-top-left-radius: 8px;\n    border-top-right-radius: 8px;\n  }\n\n  .faq-accordion .chevron {\n    transition: transform 0.3s ease;\n  }\n\n  .faq-accordion input[type=\"checkbox\"]:checked + label .chevron {\n    transform: rotate(180deg);\n  }\n\n  .faq-accordion .faq-content {\n    max-height: 0;\n    overflow: hidden;\n    padding: 0 16px;\ntransition: max-height 0.5s ease-in-out, padding 0.3s ease-in-out;\n    background: #fff;\n  }\n\n  .faq-accordion input[type=\"checkbox\"]:checked + label + .faq-content {\n    max-height: 500px;\n    padding: 12px 16px;\n  }\n<\/style>\n\n<div class=\"faq-accordion\">\n  <div class=\"faq-item\">\n    <input type=\"checkbox\" id=\"faq5\" \/>\n    <label for=\"faq5\">\n      Why should I study at CAWEB?\n      <span class=\"chevron\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n    <\/label>\n    <div class=\"faq-content\">\n      <p>\n        The CAWEB Master\u2019s and certificate programs are designed to elevate your expertise with cutting-edge training led by industry professionals in the sought-after fields of UX Design, visual communication, digital marketing, web development, localization, content marketing, and project management!\nCAWEB Master\u2019s and Certificate Programs are Career-Oriented\n<\/a>\n      <\/p>\n    <\/div>\n  <\/div>\n<\/div>\n\n<script>\n  \/\/ Adds the red top border when open\n  document.querySelectorAll('.faq-accordion input[type=\"checkbox\"]').forEach((checkbox) => {\n    checkbox.addEventListener('change', function () {\n      const item = this.closest('.faq-item');\n      if (this.checked) {\n        item.classList.add('open-top-border');\n      } else {\n        item.classList.remove('open-top-border');\n      }\n    });\n  });\n<\/script>\n\n\n\n<!-- Font Awesome Icons -->\n<link\n  rel=\"stylesheet\"\n  href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\"\n\/>\n\n<style>\n  .faq-accordion {\n    width: 100%;\n  }\n\n  .faq-accordion .faq-item {\n    margin-bottom: 10px;\n    border: 1px solid #ddd;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);\n    transition: box-shadow 0.3s ease;\n    background: #fff;\n  }\n\n  .faq-accordion input[type=\"checkbox\"] {\n    display: none;\n  }\n\n  .faq-accordion label {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px;\n    font-weight: bold;\nfont-size: 28px;\n    cursor: pointer;\n    color: #111;\n    background: #fff;\n    transition: background 0.3s;\n  }\n\n  .faq-accordion .faq-item.open-top-border {\n    border-top: 5px solid #ea4335;\n    border-top-left-radius: 8px;\n    border-top-right-radius: 8px;\n  }\n\n  .faq-accordion .chevron {\n    transition: transform 0.3s ease;\n  }\n\n  .faq-accordion input[type=\"checkbox\"]:checked + label .chevron {\n    transform: rotate(180deg);\n  }\n\n  .faq-accordion .faq-content {\n    max-height: 0;\n    overflow: hidden;\n    padding: 0 16px;\ntransition: max-height 0.5s ease-in-out, padding 0.3s ease-in-out;\n    background: #fff;\n  }\n\n  .faq-accordion input[type=\"checkbox\"]:checked + label + .faq-content {\n    max-height: 500px;\n    padding: 12px 16px;\n  }\n<\/style>\n\n<div class=\"faq-accordion\">\n  <div class=\"faq-item\">\n    <input type=\"checkbox\" id=\"faq6\" \/>\n    <label for=\"faq6\">\n      What programs does CAWEB offer?\n      <span class=\"chevron\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n    <\/label>\n    <div class=\"faq-content\">\n      <p>\n        We offer technical and professional programs across various fields, including Web communication, accessibility &#038; UX Design, web technologies, localization, project management, and professional writing. The programs are designed for working professionals, career changers and returners.\n<a href=\"https:\/\/mastercaweb.unistra.fr\/en\/discover-the-master\/program\/program-overview\/\" target=\"_blank\" class=\"custom-link\">Visit our Program overview<\/a>\n      <\/p>\n    <\/div>\n  <\/div>\n<\/div>\n\n<script>\n  \/\/ Adds the red top border when open\n  document.querySelectorAll('.faq-accordion input[type=\"checkbox\"]').forEach((checkbox) => {\n    checkbox.addEventListener('change', function () {\n      const item = this.closest('.faq-item');\n      if (this.checked) {\n        item.classList.add('open-top-border');\n      } else {\n        item.classList.remove('open-top-border');\n      }\n    });\n  });\n<\/script>\n\n\n\n<!-- Font Awesome Icons -->\n<link\n  rel=\"stylesheet\"\n  href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\"\n\/>\n\n<style>\n  .faq-accordion {\n    width: 100%;\n  }\n\n  .faq-accordion .faq-item {\n    margin-bottom: 10px;\n    border: 1px solid #ddd;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);\n    transition: box-shadow 0.3s ease;\n    background: #fff;\n  }\n\n  .faq-accordion input[type=\"checkbox\"] {\n    display: none;\n  }\n\n  .faq-accordion label {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px;\n    font-weight: bold;\nfont-size: 28px;\n    cursor: pointer;\n    color: #111;\n    background: #fff;\n    transition: background 0.3s;\n  }\n\n  .faq-accordion .faq-item.open-top-border {\n    border-top: 5px solid #ea4335;\n    border-top-left-radius: 8px;\n    border-top-right-radius: 8px;\n  }\n\n  .faq-accordion .chevron {\n    transition: transform 0.3s ease;\n  }\n\n  .faq-accordion input[type=\"checkbox\"]:checked + label .chevron {\n    transform: rotate(180deg);\n  }\n\n  .faq-accordion .faq-content {\n    max-height: 0;\n    overflow: hidden;\n    padding: 0 16px;\ntransition: max-height 0.5s ease-in-out, padding 0.3s ease-in-out;\n    background: #fff;\n  }\n\n  .faq-accordion input[type=\"checkbox\"]:checked + label + .faq-content {\n    max-height: 500px;\n    padding: 12px 16px;\n  }\n<\/style>\n\n<div class=\"faq-accordion\">\n  <div class=\"faq-item\">\n    <input type=\"checkbox\" id=\"faq7\" \/>\n    <label for=\"faq7\">\n      What sets the CAWEB Master\u2019s apart from other degree courses?\n      <span class=\"chevron\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n    <\/label>\n    <div class=\"faq-content\">\n      <p>\n        The CAWEB Master\u2019s stands out for its unique focus on UX design, web project management, multilingual communication, and cross-cultural understanding. Experience unparalleled flexibility with our distance-learning program.\n<a href=\"https:\/\/mastercaweb.unistra.fr\/en\/discover-the-master\/program\/\" target=\"_blank\" class=\"custom-link\">Discover the CAWEB Master\u2019s<\/a>\n      <\/p>\n    <\/div>\n  <\/div>\n<\/div>\n\n<script>\n  \/\/ Adds the red top border when open\n  document.querySelectorAll('.faq-accordion input[type=\"checkbox\"]').forEach((checkbox) => {\n    checkbox.addEventListener('change', function () {\n      const item = this.closest('.faq-item');\n      if (this.checked) {\n        item.classList.add('open-top-border');\n      } else {\n        item.classList.remove('open-top-border');\n      }\n    });\n  });\n<\/script>\n\n\n\n<!-- Font Awesome Icons -->\n<link\n  rel=\"stylesheet\"\n  href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\"\n\/>\n\n<style>\n  .faq-accordion {\n    width: 100%;\n  }\n\n  .faq-accordion .faq-item {\n    margin-bottom: 10px;\n    border: 1px solid #ddd;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);\n    transition: box-shadow 0.3s ease;\n    background: #fff;\n  }\n\n  .faq-accordion input[type=\"checkbox\"] {\n    display: none;\n  }\n\n  .faq-accordion label {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px;\n    font-weight: bold;\nfont-size: 28px;\n    cursor: pointer;\n    color: #111;\n    background: #fff;\n    transition: background 0.3s;\n  }\n\n  .faq-accordion .faq-item.open-top-border {\n    border-top: 5px solid #ea4335;\n    border-top-left-radius: 8px;\n    border-top-right-radius: 8px;\n  }\n\n  .faq-accordion .chevron {\n    transition: transform 0.3s ease;\n  }\n\n  .faq-accordion input[type=\"checkbox\"]:checked + label .chevron {\n    transform: rotate(180deg);\n  }\n\n  .faq-accordion .faq-content {\n    max-height: 0;\n    overflow: hidden;\n    padding: 0 16px;\ntransition: max-height 0.5s ease-in-out, padding 0.3s ease-in-out;\n    background: #fff;\n  }\n\n  .faq-accordion input[type=\"checkbox\"]:checked + label + .faq-content {\n    max-height: 500px;\n    padding: 12px 16px;\n  }\n<\/style>\n\n<div class=\"faq-accordion\">\n  <div class=\"faq-item\">\n    <input type=\"checkbox\" id=\"faq8\" \/>\n    <label for=\"faq8\">\n      How long does the program take to complete?\n      <span class=\"chevron\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n    <\/label>\n    <div class=\"faq-content\">\n      <p>\n        The CAWEB Master\u2019s and certificate programs last one year and consists of two semesters of coursework and a final project. However, full-time professionals can choose to complete it over two years.\n<a href=\"https:\/\/mastercaweb.unistra.fr\/en\/\" target=\"_blank\" class=\"custom-link\">Get a better overview of the duration of our programs\n<\/a>\n      <\/p>\n    <\/div>\n  <\/div>\n<\/div>\n\n<script>\n  \/\/ Adds the red top border when open\n  document.querySelectorAll('.faq-accordion input[type=\"checkbox\"]').forEach((checkbox) => {\n    checkbox.addEventListener('change', function () {\n      const item = this.closest('.faq-item');\n      if (this.checked) {\n        item.classList.add('open-top-border');\n      } else {\n        item.classList.remove('open-top-border');\n      }\n    });\n  });\n<\/script>\n\n\n\n<!-- Font Awesome Icons -->\n<link\n  rel=\"stylesheet\"\n  href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\"\n\/>\n\n<style>\n  .faq-accordion {\n    width: 100%;\n  }\n\n  .faq-accordion .faq-item {\n    margin-bottom: 10px;\n    border: 1px solid #ddd;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);\n    transition: box-shadow 0.3s ease;\n    background: #fff;\n  }\n\n  .faq-accordion input[type=\"checkbox\"] {\n    display: none;\n  }\n\n  .faq-accordion label {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px;\n    font-weight: bold;\nfont-size: 28px;\n    cursor: pointer;\n    color: #111;\n    background: #fff;\n    transition: background 0.3s;\n  }\n\n  .faq-accordion .faq-item.open-top-border {\n    border-top: 5px solid #ea4335;\n    border-top-left-radius: 8px;\n    border-top-right-radius: 8px;\n  }\n\n  .faq-accordion .chevron {\n    transition: transform 0.3s ease;\n  }\n\n  .faq-accordion input[type=\"checkbox\"]:checked + label .chevron {\n    transform: rotate(180deg);\n  }\n\n  .faq-accordion .faq-content {\n    max-height: 0;\n    overflow: hidden;\n    padding: 0 16px;\ntransition: max-height 0.5s ease-in-out, padding 0.3s ease-in-out;\n    background: #fff;\n  }\n\n  .faq-accordion input[type=\"checkbox\"]:checked + label + .faq-content {\n    max-height: 500px;\n    padding: 12px 16px;\n  }\n<\/style>\n\n<div class=\"faq-accordion\">\n  <div class=\"faq-item\">\n    <input type=\"checkbox\" id=\"faq9\" \/>\n    <label for=\"faq9\">\n      Does the program include live sessions?\n      <span class=\"chevron\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n    <\/label>\n    <div class=\"faq-content\">\n      <p>\n        The course structure incorporates an autonomous approach, with 70% of courses utilizing a self-learning method and the remaining 30% consisting of live sessions conducted by instructors. \n<a href=\"https:\/\/mastercaweb.unistra.fr\/en\/master-caweb-ux\/\" target=\"_blank\" class=\"custom-link\">Learn more\n<\/a>\n      <\/p>\n    <\/div>\n  <\/div>\n<\/div>\n\n<script>\n  \/\/ Adds the red top border when open\n  document.querySelectorAll('.faq-accordion input[type=\"checkbox\"]').forEach((checkbox) => {\n    checkbox.addEventListener('change', function () {\n      const item = this.closest('.faq-item');\n      if (this.checked) {\n        item.classList.add('open-top-border');\n      } else {\n        item.classList.remove('open-top-border');\n      }\n    });\n  });\n<\/script>\n\n\n\n<!-- Font Awesome Icons -->\n<link\n  rel=\"stylesheet\"\n  href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\"\n\/>\n\n<style>\n  .faq-accordion {\n    width: 100%;\n  }\n\n  .faq-accordion .faq-item {\n    margin-bottom: 10px;\n    border: 1px solid #ddd;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);\n    transition: box-shadow 0.3s ease;\n    background: #fff;\n  }\n\n  .faq-accordion input[type=\"checkbox\"] {\n    display: none;\n  }\n\n  .faq-accordion label {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px;\n    font-weight: bold;\nfont-size: 28px;\n    cursor: pointer;\n    color: #111;\n    background: #fff;\n    transition: background 0.3s;\n  }\n\n  .faq-accordion .faq-item.open-top-border {\n    border-top: 5px solid #ea4335;\n    border-top-left-radius: 8px;\n    border-top-right-radius: 8px;\n  }\n\n  .faq-accordion .chevron {\n    transition: transform 0.3s ease;\n  }\n\n  .faq-accordion input[type=\"checkbox\"]:checked + label .chevron {\n    transform: rotate(180deg);\n  }\n\n  .faq-accordion .faq-content {\n    max-height: 0;\n    overflow: hidden;\n    padding: 0 16px;\ntransition: max-height 0.5s ease-in-out, padding 0.3s ease-in-out;\n    background: #fff;\n  }\n\n  .faq-accordion input[type=\"checkbox\"]:checked + label + .faq-content {\n    max-height: 500px;\n    padding: 12px 16px;\n  }\n<\/style>\n\n<div class=\"faq-accordion\">\n  <div class=\"faq-item\">\n    <input type=\"checkbox\" id=\"faq10\" \/>\n    <label for=\"faq10\">\n      Can I take courses online or in person?\n      <span class=\"chevron\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n    <\/label>\n    <div class=\"faq-content\">\n      <p>\n        The CAWEB Master\u2019s and certificate programs are delivered entirely through distance learning, designed for a global audience and taught in English. All courses are recorded, so you can review the material anytime if you&#8217;re unable to attend live sessions.\n<a href=\"https:\/\/mastercaweb.unistra.fr\/en\/\" target=\"_blank\" class=\"custom-link\">Ready to join? Visit our program page to learn more and apply now!\n<\/a>\n      <\/p>\n    <\/div>\n  <\/div>\n<\/div>\n\n<script>\n  \/\/ Adds the red top border when open\n  document.querySelectorAll('.faq-accordion input[type=\"checkbox\"]').forEach((checkbox) => {\n    checkbox.addEventListener('change', function () {\n      const item = this.closest('.faq-item');\n      if (this.checked) {\n        item.classList.add('open-top-border');\n      } else {\n        item.classList.remove('open-top-border');\n      }\n    });\n  });\n<\/script>\n\n\n\n<!-- Font Awesome Icons -->\n<link\n  rel=\"stylesheet\"\n  href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\"\n\/>\n\n<style>\n  .faq-accordion {\n    width: 100%;\n  }\n\n  .faq-accordion .faq-item {\n    margin-bottom: 10px;\n    border: 1px solid #ddd;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);\n    transition: box-shadow 0.3s ease;\n    background: #fff;\n  }\n\n  .faq-accordion input[type=\"checkbox\"] {\n    display: none;\n  }\n\n  .faq-accordion label {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px;\n    font-weight: bold;\nfont-size: 28px;\n    cursor: pointer;\n    color: #111;\n    background: #fff;\n    transition: background 0.3s;\n  }\n\n  .faq-accordion .faq-item.open-top-border {\n    border-top: 5px solid #ea4335;\n    border-top-left-radius: 8px;\n    border-top-right-radius: 8px;\n  }\n\n  .faq-accordion .chevron {\n    transition: transform 0.3s ease;\n  }\n\n  .faq-accordion input[type=\"checkbox\"]:checked + label .chevron {\n    transform: rotate(180deg);\n  }\n\n  .faq-accordion .faq-content {\n    max-height: 0;\n    overflow: hidden;\n    padding: 0 16px;\ntransition: max-height 0.5s ease-in-out, padding 0.3s ease-in-out;\n    background: #fff;\n  }\n\n  .faq-accordion input[type=\"checkbox\"]:checked + label + .faq-content {\n    max-height: 500px;\n    padding: 12px 16px;\n  }\n<\/style>\n\n<div class=\"faq-accordion\">\n  <div class=\"faq-item\">\n    <input type=\"checkbox\" id=\"faq11\" \/>\n    <label for=\"faq11\">\n      Can I study part-time while working?\n      <span class=\"chevron\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n    <\/label>\n    <div class=\"faq-content\">\n      <p>\n        The variety of our programs is tailored for individual needs so students can work and study at the same time.  \n<a href=\"https:\/\/mastercaweb.unistra.fr\/en\/\" target=\"_blank\" class=\"custom-link\">Visit our program page to find the best option for you.\n\n<\/a>\n      <\/p>\n    <\/div>\n  <\/div>\n<\/div>\n\n<script>\n  \/\/ Adds the red top border when open\n  document.querySelectorAll('.faq-accordion input[type=\"checkbox\"]').forEach((checkbox) => {\n    checkbox.addEventListener('change', function () {\n      const item = this.closest('.faq-item');\n      if (this.checked) {\n        item.classList.add('open-top-border');\n      } else {\n        item.classList.remove('open-top-border');\n      }\n    });\n  });\n<\/script>\n<\/div>\n<\/div><\/div>\n\n\n\n<div id=\"wp-block-themeisle-blocks-advanced-columns-b823f025\" class=\"wp-block-themeisle-blocks-advanced-columns has-1-columns has-desktop-equal-layout has-tablet-equal-layout has-mobile-equal-layout has-vertical-unset\"><div class=\"wp-block-themeisle-blocks-advanced-columns-overlay\"><\/div><div class=\"innerblocks-wrap\">\n<div id=\"wp-block-themeisle-blocks-advanced-column-667686b5\" class=\"wp-block-themeisle-blocks-advanced-column\">\n<h2 id=\"wp-block-themeisle-blocks-advanced-heading-e30fa9a8\" class=\"wp-block-themeisle-blocks-advanced-heading wp-block-themeisle-blocks-advanced-heading-e30fa9a8\">Student Life<\/h2>\n\n\n\n<!-- Font Awesome Icons -->\n<link\n  rel=\"stylesheet\"\n  href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\"\n\/>\n\n<style>\n  .faq-accordion {\n    width: 100%;\n  }\n\n  .faq-accordion .faq-item {\n    margin-bottom: 10px;\n    border: 1px solid #ddd;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);\n    transition: box-shadow 0.3s ease;\n    background: #fff;\n  }\n\n  .faq-accordion input[type=\"checkbox\"] {\n    display: none;\n  }\n\n  .faq-accordion label {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px;\n    font-weight: bold;\nfont-size: 28px;\n    cursor: pointer;\n    color: #111;\n    background: #fff;\n    transition: background 0.3s;\n  }\n\n  .faq-accordion .faq-item.open-top-border {\n    border-top: 5px solid #ea4335;\n    border-top-left-radius: 8px;\n    border-top-right-radius: 8px;\n  }\n\n  .faq-accordion .chevron {\n    transition: transform 0.3s ease;\n  }\n\n  .faq-accordion input[type=\"checkbox\"]:checked + label .chevron {\n    transform: rotate(180deg);\n  }\n\n  .faq-accordion .faq-content {\n    max-height: 0;\n    overflow: hidden;\n    padding: 0 16px;\ntransition: max-height 0.5s ease-in-out, padding 0.3s ease-in-out;\n    background: #fff;\n  }\n\n  .faq-accordion input[type=\"checkbox\"]:checked + label + .faq-content {\n    max-height: 500px;\n    padding: 12px 16px;\n  }\n<\/style>\n\n<div class=\"faq-accordion\">\n  <div class=\"faq-item\">\n    <input type=\"checkbox\" id=\"faq12\" \/>\n    <label for=\"faq12\">\n      Do you offer optional in-person events?\n      <span class=\"chevron\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n    <\/label>\n    <div class=\"faq-content\">\n      <p>\n        We provide our students with several opportunities to meet in person during the academic year. They can join seminars and workshops, professional and business meetings with partners held in France or abroad.\n<a href=\"https:\/\/mastercaweb.unistra.fr\/en\/about-us\/partners-events\/\" target=\"_blank\" class=\"custom-link\">Visit our Event page\n<\/a>\n      <\/p>\n    <\/div>\n  <\/div>\n<\/div>\n\n<script>\n  \/\/ Adds the red top border when open\n  document.querySelectorAll('.faq-accordion input[type=\"checkbox\"]').forEach((checkbox) => {\n    checkbox.addEventListener('change', function () {\n      const item = this.closest('.faq-item');\n      if (this.checked) {\n        item.classList.add('open-top-border');\n      } else {\n        item.classList.remove('open-top-border');\n      }\n    });\n  });\n<\/script>\n\n\n\n<!-- Font Awesome Icons -->\n<link\n  rel=\"stylesheet\"\n  href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\"\n\/>\n\n<style>\n  .faq-accordion {\n    width: 100%;\n  }\n\n  .faq-accordion .faq-item {\n    margin-bottom: 10px;\n    border: 1px solid #ddd;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);\n    transition: box-shadow 0.3s ease;\n    background: #fff;\n  }\n\n  .faq-accordion input[type=\"checkbox\"] {\n    display: none;\n  }\n\n  .faq-accordion label {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px;\n    font-weight: bold;\nfont-size: 28px;\n    cursor: pointer;\n    color: #111;\n    background: #fff;\n    transition: background 0.3s;\n  }\n\n  .faq-accordion .faq-item.open-top-border {\n    border-top: 5px solid #ea4335;\n    border-top-left-radius: 8px;\n    border-top-right-radius: 8px;\n  }\n\n  .faq-accordion .chevron {\n    transition: transform 0.3s ease;\n  }\n\n  .faq-accordion input[type=\"checkbox\"]:checked + label .chevron {\n    transform: rotate(180deg);\n  }\n\n  .faq-accordion .faq-content {\n    max-height: 0;\n    overflow: hidden;\n    padding: 0 16px;\ntransition: max-height 0.5s ease-in-out, padding 0.3s ease-in-out;\n    background: #fff;\n  }\n\n  .faq-accordion input[type=\"checkbox\"]:checked + label + .faq-content {\n    max-height: 500px;\n    padding: 12px 16px;\n  }\n<\/style>\n\n<div class=\"faq-accordion\">\n  <div class=\"faq-item\">\n    <input type=\"checkbox\" id=\"faq13\" \/>\n    <label for=\"faq13\">\n      Can I communicate directly with the instructor?\n      <span class=\"chevron\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n    <\/label>\n    <div class=\"faq-content\">\n      <p>\n        You can always contact your instructor directly via university email, the Moodle forum, or other contact details they provide.\n<a href=\"https:\/\/mastercaweb.unistra.fr\/en\/instructors\/\" target=\"_blank\" class=\"custom-link\">Get in touch with our Instructors\n<\/a>\n      <\/p>\n    <\/div>\n  <\/div>\n<\/div>\n\n<script>\n  \/\/ Adds the red top border when open\n  document.querySelectorAll('.faq-accordion input[type=\"checkbox\"]').forEach((checkbox) => {\n    checkbox.addEventListener('change', function () {\n      const item = this.closest('.faq-item');\n      if (this.checked) {\n        item.classList.add('open-top-border');\n      } else {\n        item.classList.remove('open-top-border');\n      }\n    });\n  });\n<\/script>\n<\/div>\n<\/div><\/div>\n\n\n\n<div id=\"wp-block-themeisle-blocks-advanced-columns-5b324940\" class=\"wp-block-themeisle-blocks-advanced-columns has-1-columns has-desktop-equal-layout has-tablet-equal-layout has-mobile-equal-layout has-vertical-unset\"><div class=\"wp-block-themeisle-blocks-advanced-columns-overlay\"><\/div><div class=\"innerblocks-wrap\">\n<div id=\"wp-block-themeisle-blocks-advanced-column-deb23d2c\" class=\"wp-block-themeisle-blocks-advanced-column\">\n<h2 id=\"wp-block-themeisle-blocks-advanced-heading-48d124ea\" class=\"wp-block-themeisle-blocks-advanced-heading wp-block-themeisle-blocks-advanced-heading-48d124ea\">Tuition Information<\/h2>\n\n\n\n<!-- Font Awesome Icons -->\n<link\n  rel=\"stylesheet\"\n  href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\"\n\/>\n\n<style>\n  .faq-accordion {\n    width: 100%;\n  }\n\n  .faq-accordion .faq-item {\n    margin-bottom: 10px;\n    border: 1px solid #ddd;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);\n    transition: box-shadow 0.3s ease;\n    background: #fff;\n  }\n\n  .faq-accordion input[type=\"checkbox\"] {\n    display: none;\n  }\n\n  .faq-accordion label {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px;\n    font-weight: bold;\nfont-size: 28px;\n    cursor: pointer;\n    color: #111;\n    background: #fff;\n    transition: background 0.3s;\n  }\n\n  .faq-accordion .faq-item.open-top-border {\n    border-top: 5px solid #ea4335;\n    border-top-left-radius: 8px;\n    border-top-right-radius: 8px;\n  }\n\n  .faq-accordion .chevron {\n    transition: transform 0.3s ease;\n  }\n\n  .faq-accordion input[type=\"checkbox\"]:checked + label .chevron {\n    transform: rotate(180deg);\n  }\n\n  .faq-accordion .faq-content {\n    max-height: 0;\n    overflow: hidden;\n    padding: 0 16px;\ntransition: max-height 0.5s ease-in-out, padding 0.3s ease-in-out;\n    background: #fff;\n  }\n\n  .faq-accordion input[type=\"checkbox\"]:checked + label + .faq-content {\n    max-height: 500px;\n    padding: 12px 16px;\n  }\n<\/style>\n\n<div class=\"faq-accordion\">\n  <div class=\"faq-item\">\n    <input type=\"checkbox\" id=\"faq14\" \/>\n    <label for=\"faq14\">\n      What is the cost of tuition?\n      <span class=\"chevron\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n    <\/label>\n    <div class=\"faq-content\">\n      <p>\n        The CAWEB distance-learning programs are  available at an affordable price and the tuition fees vary by program. To view the full breakdown of pricing and details.\n<a href=\"https:\/\/mastercaweb.unistra.fr\/en\/admissions-and-fees\/admission-fees\/\" target=\"_blank\" class=\"custom-link\">Visit our Admission Fees page\n<\/a>\n      <\/p>\n    <\/div>\n  <\/div>\n<\/div>\n\n<script>\n  \/\/ Adds the red top border when open\n  document.querySelectorAll('.faq-accordion input[type=\"checkbox\"]').forEach((checkbox) => {\n    checkbox.addEventListener('change', function () {\n      const item = this.closest('.faq-item');\n      if (this.checked) {\n        item.classList.add('open-top-border');\n      } else {\n        item.classList.remove('open-top-border');\n      }\n    });\n  });\n<\/script>\n\n\n\n<!-- Font Awesome Icons -->\n<link\n  rel=\"stylesheet\"\n  href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\"\n\/>\n\n<style>\n  .faq-accordion {\n    width: 100%;\n  }\n\n  .faq-accordion .faq-item {\n    margin-bottom: 10px;\n    border: 1px solid #ddd;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);\n    transition: box-shadow 0.3s ease;\n    background: #fff;\n  }\n\n  .faq-accordion input[type=\"checkbox\"] {\n    display: none;\n  }\n\n  .faq-accordion label {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px;\n    font-weight: bold;\nfont-size: 28px;\n    cursor: pointer;\n    color: #111;\n    background: #fff;\n    transition: background 0.3s;\n  }\n\n  .faq-accordion .faq-item.open-top-border {\n    border-top: 5px solid #ea4335;\n    border-top-left-radius: 8px;\n    border-top-right-radius: 8px;\n  }\n\n  .faq-accordion .chevron {\n    transition: transform 0.3s ease;\n  }\n\n  .faq-accordion input[type=\"checkbox\"]:checked + label .chevron {\n    transform: rotate(180deg);\n  }\n\n  .faq-accordion .faq-content {\n    max-height: 0;\n    overflow: hidden;\n    padding: 0 16px;\ntransition: max-height 0.5s ease-in-out, padding 0.3s ease-in-out;\n    background: #fff;\n  }\n\n  .faq-accordion input[type=\"checkbox\"]:checked + label + .faq-content {\n    max-height: 500px;\n    padding: 12px 16px;\n  }\n<\/style>\n\n<div class=\"faq-accordion\">\n  <div class=\"faq-item\">\n    <input type=\"checkbox\" id=\"faq15\" \/>\n    <label for=\"faq15\">\n      How can I pay my tuition?\n      <span class=\"chevron\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n    <\/label>\n    <div class=\"faq-content\">\n      <p>\n        You can pay tuition online via credit card or bank transfer, with options for installment payments. If you have any questions or need assistance,\nfeel free to <a href=\"https:\/\/mastercaweb.unistra.fr\/en\/contact\/\" target=\"_blank\" class=\"custom-link\">contact our team here\n<\/a>\n      <\/p>\n    <\/div>\n  <\/div>\n<\/div>\n\n<script>\n  \/\/ Adds the red top border when open\n  document.querySelectorAll('.faq-accordion input[type=\"checkbox\"]').forEach((checkbox) => {\n    checkbox.addEventListener('change', function () {\n      const item = this.closest('.faq-item');\n      if (this.checked) {\n        item.classList.add('open-top-border');\n      } else {\n        item.classList.remove('open-top-border');\n      }\n    });\n  });\n<\/script>\n\n\n\n<!-- Font Awesome Icons -->\n<link\n  rel=\"stylesheet\"\n  href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\"\n\/>\n\n<style>\n  .faq-accordion {\n    width: 100%;\n  }\n\n  .faq-accordion .faq-item {\n    margin-bottom: 10px;\n    border: 1px solid #ddd;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);\n    transition: box-shadow 0.3s ease;\n    background: #fff;\n  }\n\n  .faq-accordion input[type=\"checkbox\"] {\n    display: none;\n  }\n\n  .faq-accordion label {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px;\n    font-weight: bold;\nfont-size: 28px;\n    cursor: pointer;\n    color: #111;\n    background: #fff;\n    transition: background 0.3s;\n  }\n\n  .faq-accordion .faq-item.open-top-border {\n    border-top: 5px solid #ea4335;\n    border-top-left-radius: 8px;\n    border-top-right-radius: 8px;\n  }\n\n  .faq-accordion .chevron {\n    transition: transform 0.3s ease;\n  }\n\n  .faq-accordion input[type=\"checkbox\"]:checked + label .chevron {\n    transform: rotate(180deg);\n  }\n\n  .faq-accordion .faq-content {\n    max-height: 0;\n    overflow: hidden;\n    padding: 0 16px;\ntransition: max-height 0.5s ease-in-out, padding 0.3s ease-in-out;\n    background: #fff;\n  }\n\n  .faq-accordion input[type=\"checkbox\"]:checked + label + .faq-content {\n    max-height: 500px;\n    padding: 12px 16px;\n  }\n<\/style>\n\n<div class=\"faq-accordion\">\n  <div class=\"faq-item\">\n    <input type=\"checkbox\" id=\"faq16\" \/>\n    <label for=\"faq16\">\n      Are there any additional fees?\n      <span class=\"chevron\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n    <\/label>\n    <div class=\"faq-content\">\n      <p>\n        No, the Tuition fees include everything you\u2019ll need to complete the program and graduate, such as access to courses, exams, software products, and any other teaching materials.\n<a href=\"https:\/\/mastercaweb.unistra.fr\/en\/admissions-and-fees\/admission-fees\/\" target=\"_blank\" class=\"custom-link\">\nFor detailed information, please visit our Admission Fees page \n<\/a>\n      <\/p>\n    <\/div>\n  <\/div>\n<\/div>\n\n<script>\n  \/\/ Adds the red top border when open\n  document.querySelectorAll('.faq-accordion input[type=\"checkbox\"]').forEach((checkbox) => {\n    checkbox.addEventListener('change', function () {\n      const item = this.closest('.faq-item');\n      if (this.checked) {\n        item.classList.add('open-top-border');\n      } else {\n        item.classList.remove('open-top-border');\n      }\n    });\n  });\n<\/script>\n\n\n\n<!-- Font Awesome Icons -->\n<link\n  rel=\"stylesheet\"\n  href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\"\n\/>\n\n<style>\n  .faq-accordion {\n    width: 100%;\n  }\n\n  .faq-accordion .faq-item {\n    margin-bottom: 10px;\n    border: 1px solid #ddd;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);\n    transition: box-shadow 0.3s ease;\n    background: #fff;\n  }\n\n  .faq-accordion input[type=\"checkbox\"] {\n    display: none;\n  }\n\n  .faq-accordion label {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px;\n    font-weight: bold;\nfont-size: 28px;\n    cursor: pointer;\n    color: #111;\n    background: #fff;\n    transition: background 0.3s;\n  }\n\n  .faq-accordion .faq-item.open-top-border {\n    border-top: 5px solid #ea4335;\n    border-top-left-radius: 8px;\n    border-top-right-radius: 8px;\n  }\n\n  .faq-accordion .chevron {\n    transition: transform 0.3s ease;\n  }\n\n  .faq-accordion input[type=\"checkbox\"]:checked + label .chevron {\n    transform: rotate(180deg);\n  }\n\n  .faq-accordion .faq-content {\n    max-height: 0;\n    overflow: hidden;\n    padding: 0 16px;\ntransition: max-height 0.5s ease-in-out, padding 0.3s ease-in-out;\n    background: #fff;\n  }\n\n  .faq-accordion input[type=\"checkbox\"]:checked + label + .faq-content {\n    max-height: 500px;\n    padding: 12px 16px;\n  }\n<\/style>\n\n<div class=\"faq-accordion\">\n  <div class=\"faq-item\">\n    <input type=\"checkbox\" id=\"faq17\" \/>\n    <label for=\"faq17\">\n      Are there any scholarships or financial aid options available for students?\n      <span class=\"chevron\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n    <\/label>\n    <div class=\"faq-content\">\n      <p>\nStudents living in France can contact their regional authority, France Travail, or Transition Pro to inquire about possible financial assistance.\n      <\/p>\n    <\/div>\n  <\/div>\n<\/div>\n\n<script>\n  \/\/ Adds the red top border when open\n  document.querySelectorAll('.faq-accordion input[type=\"checkbox\"]').forEach((checkbox) => {\n    checkbox.addEventListener('change', function () {\n      const item = this.closest('.faq-item');\n      if (this.checked) {\n        item.classList.add('open-top-border');\n      } else {\n        item.classList.remove('open-top-border');\n      }\n    });\n  });\n<\/script>\n<\/div>\n<\/div><\/div>\n\n\n\n<div id=\"wp-block-themeisle-blocks-advanced-columns-8a98a877\" class=\"wp-block-themeisle-blocks-advanced-columns has-1-columns has-desktop-equal-layout has-tablet-equal-layout has-mobile-equal-layout has-vertical-unset\"><div class=\"wp-block-themeisle-blocks-advanced-columns-overlay\"><\/div><div class=\"innerblocks-wrap\">\n<div id=\"wp-block-themeisle-blocks-advanced-column-7cf3cf2f\" class=\"wp-block-themeisle-blocks-advanced-column\">\n<h2 id=\"wp-block-themeisle-blocks-advanced-heading-420cc071\" class=\"wp-block-themeisle-blocks-advanced-heading wp-block-themeisle-blocks-advanced-heading-420cc071\">Support Services<\/h2>\n\n\n\n<!-- Font Awesome Icons -->\n<link\n  rel=\"stylesheet\"\n  href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\"\n\/>\n\n<style>\n  .faq-accordion {\n    width: 100%;\n  }\n\n  .faq-accordion .faq-item {\n    margin-bottom: 10px;\n    border: 1px solid #ddd;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);\n    transition: box-shadow 0.3s ease;\n    background: #fff;\n  }\n\n  .faq-accordion input[type=\"checkbox\"] {\n    display: none;\n  }\n\n  .faq-accordion label {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px;\n    font-weight: bold;\nfont-size: 28px;\n    cursor: pointer;\n    color: #111;\n    background: #fff;\n    transition: background 0.3s;\n  }\n\n  .faq-accordion .faq-item.open-top-border {\n    border-top: 5px solid #ea4335;\n    border-top-left-radius: 8px;\n    border-top-right-radius: 8px;\n  }\n\n  .faq-accordion .chevron {\n    transition: transform 0.3s ease;\n  }\n\n  .faq-accordion input[type=\"checkbox\"]:checked + label .chevron {\n    transform: rotate(180deg);\n  }\n\n  .faq-accordion .faq-content {\n    max-height: 0;\n    overflow: hidden;\n    padding: 0 16px;\ntransition: max-height 0.5s ease-in-out, padding 0.3s ease-in-out;\n    background: #fff;\n  }\n\n  .faq-accordion input[type=\"checkbox\"]:checked + label + .faq-content {\n    max-height: 500px;\n    padding: 12px 16px;\n  }\n<\/style>\n\n<div class=\"faq-accordion\">\n  <div class=\"faq-item\">\n    <input type=\"checkbox\" id=\"faq18\" \/>\n    <label for=\"faq18\">\n      What partnerships or industry connections do the CAWEB programs offer?\n      <span class=\"chevron\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n    <\/label>\n    <div class=\"faq-content\">\n      <p>\nCAWEB has built strong industry connections, with partners who recruit our students, serve as lecturers, provide training, and enhance hands-on learning. Industry leaders have long recognized the exceptional talent CAWEB cultivates.\n<a href=\"https:\/\/mastercaweb.unistra.fr\/en\/about-us\/our-team\/\" target=\"_blank\" class=\"custom-link\">\nReach out to our Support Team\n<\/a>\n      <\/p>\n    <\/div>\n  <\/div>\n<\/div>\n\n<script>\n  \/\/ Adds the red top border when open\n  document.querySelectorAll('.faq-accordion input[type=\"checkbox\"]').forEach((checkbox) => {\n    checkbox.addEventListener('change', function () {\n      const item = this.closest('.faq-item');\n      if (this.checked) {\n        item.classList.add('open-top-border');\n      } else {\n        item.classList.remove('open-top-border');\n      }\n    });\n  });\n<\/script>\n\n\n\n<!-- Font Awesome Icons -->\n<link\n  rel=\"stylesheet\"\n  href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\"\n\/>\n\n<style>\n  .faq-accordion {\n    width: 100%;\n  }\n\n  .faq-accordion .faq-item {\n    margin-bottom: 10px;\n    border: 1px solid #ddd;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);\n    transition: box-shadow 0.3s ease;\n    background: #fff;\n  }\n\n  .faq-accordion input[type=\"checkbox\"] {\n    display: none;\n  }\n\n  .faq-accordion label {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px;\n    font-weight: bold;\nfont-size: 28px;\n    cursor: pointer;\n    color: #111;\n    background: #fff;\n    transition: background 0.3s;\n  }\n\n  .faq-accordion .faq-item.open-top-border {\n    border-top: 5px solid #ea4335;\n    border-top-left-radius: 8px;\n    border-top-right-radius: 8px;\n  }\n\n  .faq-accordion .chevron {\n    transition: transform 0.3s ease;\n  }\n\n  .faq-accordion input[type=\"checkbox\"]:checked + label .chevron {\n    transform: rotate(180deg);\n  }\n\n  .faq-accordion .faq-content {\n    max-height: 0;\n    overflow: hidden;\n    padding: 0 16px;\ntransition: max-height 0.5s ease-in-out, padding 0.3s ease-in-out;\n    background: #fff;\n  }\n\n  .faq-accordion input[type=\"checkbox\"]:checked + label + .faq-content {\n    max-height: 500px;\n    padding: 12px 16px;\n  }\n<\/style>\n\n<div class=\"faq-accordion\">\n  <div class=\"faq-item\">\n    <input type=\"checkbox\" id=\"faq19\" \/>\n    <label for=\"faq19\">\n      What are the career prospects after completing the program?\n      <span class=\"chevron\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n    <\/label>\n    <div class=\"faq-content\">\n      <p>\n        The program prepares students for diverse roles in the digital industry. They can pursue careers as web project managers, localization specialists, UX\/UI designers, digital marketers, content managers, and more.\n<a href=\"https:\/\/mastercaweb.unistra.fr\/en\/discover-the-master\/career-opportunities\/\" target=\"_blank\" class=\"custom-link\">\nBoost your career opportunities! \n<\/a>\n      <\/p>\n    <\/div>\n  <\/div>\n<\/div>\n\n<script>\n  \/\/ Adds the red top border when open\n  document.querySelectorAll('.faq-accordion input[type=\"checkbox\"]').forEach((checkbox) => {\n    checkbox.addEventListener('change', function () {\n      const item = this.closest('.faq-item');\n      if (this.checked) {\n        item.classList.add('open-top-border');\n      } else {\n        item.classList.remove('open-top-border');\n      }\n    });\n  });\n<\/script>\n\n\n\n<!-- Font Awesome Icons -->\n<link\n  rel=\"stylesheet\"\n  href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\"\n\/>\n\n<style>\n  .faq-accordion {\n    width: 100%;\n  }\n\n  .faq-accordion .faq-item {\n    margin-bottom: 10px;\n    border: 1px solid #ddd;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);\n    transition: box-shadow 0.3s ease;\n    background: #fff;\n  }\n\n  .faq-accordion input[type=\"checkbox\"] {\n    display: none;\n  }\n\n  .faq-accordion label {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px;\n    font-weight: bold;\nfont-size: 28px;\n    cursor: pointer;\n    color: #111;\n    background: #fff;\n    transition: background 0.3s;\n  }\n\n  .faq-accordion .faq-item.open-top-border {\n    border-top: 5px solid #ea4335;\n    border-top-left-radius: 8px;\n    border-top-right-radius: 8px;\n  }\n\n  .faq-accordion .chevron {\n    transition: transform 0.3s ease;\n  }\n\n  .faq-accordion input[type=\"checkbox\"]:checked + label .chevron {\n    transform: rotate(180deg);\n  }\n\n  .faq-accordion .faq-content {\n    max-height: 0;\n    overflow: hidden;\n    padding: 0 16px;\ntransition: max-height 0.5s ease-in-out, padding 0.3s ease-in-out;\n    background: #fff;\n  }\n\n  .faq-accordion input[type=\"checkbox\"]:checked + label + .faq-content {\n    max-height: 500px;\n    padding: 12px 16px;\n  }\n<\/style>\n\n<div class=\"faq-accordion\">\n  <div class=\"faq-item\">\n    <input type=\"checkbox\" id=\"faq20\" \/>\n    <label for=\"faq20\">\n      Do the CAWEB programs offer mentoring or academic support for students?\n      <span class=\"chevron\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n    <\/label>\n    <div class=\"faq-content\">\n      <p>\n        Yes, we cultivate a community of collaboration, innovation, and lifelong learning, encouraging prospective students to see beyond the curriculum and embrace the lasting connections and support within our thriving UX network.\n<a href=\"https:\/\/mastercaweb.unistra.fr\/en\/about-us\/students-alumni\/\" target=\"_blank\" class=\"custom-link\">\nGet Mentorship!\n<\/a>\n      <\/p>\n    <\/div>\n  <\/div>\n<\/div>\n\n<script>\n  \/\/ Adds the red top border when open\n  document.querySelectorAll('.faq-accordion input[type=\"checkbox\"]').forEach((checkbox) => {\n    checkbox.addEventListener('change', function () {\n      const item = this.closest('.faq-item');\n      if (this.checked) {\n        item.classList.add('open-top-border');\n      } else {\n        item.classList.remove('open-top-border');\n      }\n    });\n  });\n<\/script>\n<\/div>\n<\/div><\/div>\n\n\n\n<div id=\"wp-block-themeisle-blocks-advanced-columns-ce3adece\" class=\"wp-block-themeisle-blocks-advanced-columns has-1-columns has-desktop-equal-layout has-tablet-equal-layout has-mobile-equal-layout has-vertical-unset\"><div class=\"wp-block-themeisle-blocks-advanced-columns-overlay\"><\/div><div class=\"innerblocks-wrap\">\n<div id=\"wp-block-themeisle-blocks-advanced-column-0336dee0\" class=\"wp-block-themeisle-blocks-advanced-column\">\n<h2 id=\"wp-block-themeisle-blocks-advanced-heading-3696336b\" class=\"wp-block-themeisle-blocks-advanced-heading wp-block-themeisle-blocks-advanced-heading-3696336b\">International Students<\/h2>\n\n\n\n<!-- Font Awesome Icons -->\n<link\n  rel=\"stylesheet\"\n  href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\"\n\/>\n\n<style>\n  .faq-accordion {\n    width: 100%;\n  }\n\n  .faq-accordion .faq-item {\n    margin-bottom: 10px;\n    border: 1px solid #ddd;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);\n    transition: box-shadow 0.3s ease;\n    background: #fff;\n  }\n\n  .faq-accordion input[type=\"checkbox\"] {\n    display: none;\n  }\n\n  .faq-accordion label {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px;\n    font-weight: bold;\nfont-size: 28px;\n    cursor: pointer;\n    color: #111;\n    background: #fff;\n    transition: background 0.3s;\n  }\n\n  .faq-accordion .faq-item.open-top-border {\n    border-top: 5px solid #ea4335;\n    border-top-left-radius: 8px;\n    border-top-right-radius: 8px;\n  }\n\n  .faq-accordion .chevron {\n    transition: transform 0.3s ease;\n  }\n\n  .faq-accordion input[type=\"checkbox\"]:checked + label .chevron {\n    transform: rotate(180deg);\n  }\n\n  .faq-accordion .faq-content {\n    max-height: 0;\n    overflow: hidden;\n    padding: 0 16px;\ntransition: max-height 0.5s ease-in-out, padding 0.3s ease-in-out;\n    background: #fff;\n  }\n\n  .faq-accordion input[type=\"checkbox\"]:checked + label + .faq-content {\n    max-height: 500px;\n    padding: 12px 16px;\n  }\n<\/style>\n\n<div class=\"faq-accordion\">\n  <div class=\"faq-item\">\n    <input type=\"checkbox\" id=\"faq21\" \/>\n    <label for=\"faq21\">\n      What are the requirements for international students?\n      <span class=\"chevron\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n    <\/label>\n    <div class=\"faq-content\">\n      <p>Our students come from all over the world and bring an international dynamic to our programs through their diverse professional and cultural backgrounds.\n        <a href=\"https:\/\/mastercaweb.unistra.fr\/en\/about-us\/students-alumni\/\" target=\"_blank\" class=\"custom-link\">\nMeet some!\n<\/a>\n      <\/p>\n    <\/div>\n  <\/div>\n<\/div>\n\n<script>\n  \/\/ Adds the red top border when open\n  document.querySelectorAll('.faq-accordion input[type=\"checkbox\"]').forEach((checkbox) => {\n    checkbox.addEventListener('change', function () {\n      const item = this.closest('.faq-item');\n      if (this.checked) {\n        item.classList.add('open-top-border');\n      } else {\n        item.classList.remove('open-top-border');\n      }\n    });\n  });\n<\/script>\n\n\n\n<!-- Font Awesome Icons -->\n<link\n  rel=\"stylesheet\"\n  href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\"\n\/>\n\n<style>\n  .faq-accordion {\n    width: 100%;\n  }\n\n  .faq-accordion .faq-item {\n    margin-bottom: 10px;\n    border: 1px solid #ddd;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);\n    transition: box-shadow 0.3s ease;\n    background: #fff;\n  }\n\n  .faq-accordion input[type=\"checkbox\"] {\n    display: none;\n  }\n\n  .faq-accordion label {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px;\n    font-weight: bold;\nfont-size: 28px;\n    cursor: pointer;\n    color: #111;\n    background: #fff;\n    transition: background 0.3s;\n  }\n\n  .faq-accordion .faq-item.open-top-border {\n    border-top: 5px solid #ea4335;\n    border-top-left-radius: 8px;\n    border-top-right-radius: 8px;\n  }\n\n  .faq-accordion .chevron {\n    transition: transform 0.3s ease;\n  }\n\n  .faq-accordion input[type=\"checkbox\"]:checked + label .chevron {\n    transform: rotate(180deg);\n  }\n\n  .faq-accordion .faq-content {\n    max-height: 0;\n    overflow: hidden;\n    padding: 0 16px;\ntransition: max-height 0.5s ease-in-out, padding 0.3s ease-in-out;\n    background: #fff;\n  }\n\n  .faq-accordion input[type=\"checkbox\"]:checked + label + .faq-content {\n    max-height: 500px;\n    padding: 12px 16px;\n  }\n<\/style>\n\n<div class=\"faq-accordion\">\n  <div class=\"faq-item\">\n    <input type=\"checkbox\" id=\"faq22\" \/>\n    <label for=\"faq22\">\n      Can international students apply for the Master\u2019s Program at the University of Strasbourg?\n      <span class=\"chevron\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n    <\/label>\n    <div class=\"faq-content\">\n      <p>Yes, the University of Strasbourg welcomes applications from international students. There are specific \n        <a href=\"https:\/\/mastercaweb.unistra.fr\/en\/admissions-and-fees\/requirements\/\" target=\"_blank\" class=\"custom-link\">\nrequirements\n<\/a> and support services available to help international students transition smoothly into the program.\n      <\/p>\n    <\/div>\n  <\/div>\n<\/div>\n\n<script>\n  \/\/ Adds the red top border when open\n  document.querySelectorAll('.faq-accordion input[type=\"checkbox\"]').forEach((checkbox) => {\n    checkbox.addEventListener('change', function () {\n      const item = this.closest('.faq-item');\n      if (this.checked) {\n        item.classList.add('open-top-border');\n      } else {\n        item.classList.remove('open-top-border');\n      }\n    });\n  });\n<\/script>\n\n\n\n<!-- Font Awesome Icons -->\n<link\n  rel=\"stylesheet\"\n  href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\"\n\/>\n\n<style>\n  .faq-accordion {\n    width: 100%;\n  }\n\n  .faq-accordion .faq-item {\n    margin-bottom: 10px;\n    border: 1px solid #ddd;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);\n    transition: box-shadow 0.3s ease;\n    background: #fff;\n  }\n\n  .faq-accordion input[type=\"checkbox\"] {\n    display: none;\n  }\n\n  .faq-accordion label {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px;\n    font-weight: bold;\nfont-size: 28px;\n    cursor: pointer;\n    color: #111;\n    background: #fff;\n    transition: background 0.3s;\n  }\n\n  .faq-accordion .faq-item.open-top-border {\n    border-top: 5px solid #ea4335;\n    border-top-left-radius: 8px;\n    border-top-right-radius: 8px;\n  }\n\n  .faq-accordion .chevron {\n    transition: transform 0.3s ease;\n  }\n\n  .faq-accordion input[type=\"checkbox\"]:checked + label .chevron {\n    transform: rotate(180deg);\n  }\n\n  .faq-accordion .faq-content {\n    max-height: 0;\n    overflow: hidden;\n    padding: 0 16px;\ntransition: max-height 0.5s ease-in-out, padding 0.3s ease-in-out;\n    background: #fff;\n  }\n\n  .faq-accordion input[type=\"checkbox\"]:checked + label + .faq-content {\n    max-height: 500px;\n    padding: 12px 16px;\n  }\n<\/style>\n\n<div class=\"faq-accordion\">\n  <div class=\"faq-item\">\n    <input type=\"checkbox\" id=\"faq23\" \/>\n    <label for=\"faq23\">\n      Does the diploma indicate that the Master degree was obtained online?\n      <span class=\"chevron\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n    <\/label>\n    <div class=\"faq-content\">\n      <p>\n        There is no mention of the mode of study (online or in-person) on the diploma or official transcript.\n\n      <\/p>\n    <\/div>\n  <\/div>\n<\/div>\n\n<script>\n  \/\/ Adds the red top border when open\n  document.querySelectorAll('.faq-accordion input[type=\"checkbox\"]').forEach((checkbox) => {\n    checkbox.addEventListener('change', function () {\n      const item = this.closest('.faq-item');\n      if (this.checked) {\n        item.classList.add('open-top-border');\n      } else {\n        item.classList.remove('open-top-border');\n      }\n    });\n  });\n<\/script>\n<\/div>\n<\/div><\/div>\n<\/div>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Here you\u2019ll find answers to some of the most common questions about CAWEB.<\/p>\n","protected":false},"author":21,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"template-no-title.php","meta":{"_acf_changed":false,"_themeisle_gutenberg_block_has_review":false,"footnotes":""},"class_list":["post-22006","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>FAQ - Master CAWEB<\/title>\n<meta name=\"description\" content=\"Answers to all your top questions about pricing, features, and troubleshooting. Get the support you need instantly.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/mastercaweb.unistra.fr\/en\/faq-2\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"FAQ - Master CAWEB\" \/>\n<meta property=\"og:description\" content=\"Answers to all your top questions about pricing, features, and troubleshooting. Get the support you need instantly.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/mastercaweb.unistra.fr\/en\/faq-2\/\" \/>\n<meta property=\"og:site_name\" content=\"Master CAWEB\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/master.caweb\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-27T17:41:36+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@mastercaweb\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/mastercaweb.unistra.fr\\\/en\\\/faq-2\\\/\",\"url\":\"https:\\\/\\\/mastercaweb.unistra.fr\\\/en\\\/faq-2\\\/\",\"name\":\"FAQ - Master CAWEB\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/mastercaweb.unistra.fr\\\/#website\"},\"datePublished\":\"2025-06-18T13:17:04+00:00\",\"dateModified\":\"2026-03-27T17:41:36+00:00\",\"description\":\"Answers to all your top questions about pricing, features, and troubleshooting. Get the support you need instantly.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/mastercaweb.unistra.fr\\\/en\\\/faq-2\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/mastercaweb.unistra.fr\\\/en\\\/faq-2\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/mastercaweb.unistra.fr\\\/en\\\/faq-2\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\\\/\\\/mastercaweb.unistra.fr\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"FAQ\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/mastercaweb.unistra.fr\\\/#website\",\"url\":\"https:\\\/\\\/mastercaweb.unistra.fr\\\/\",\"name\":\"Master CAWEB\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/mastercaweb.unistra.fr\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/mastercaweb.unistra.fr\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/mastercaweb.unistra.fr\\\/#organization\",\"name\":\"Master CAWEB\",\"url\":\"https:\\\/\\\/mastercaweb.unistra.fr\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/mastercaweb.unistra.fr\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/mastercaweb.unistra.fr\\\/wp-content\\\/uploads\\\/2024\\\/03\\\/logo-caweb.webp\",\"contentUrl\":\"https:\\\/\\\/mastercaweb.unistra.fr\\\/wp-content\\\/uploads\\\/2024\\\/03\\\/logo-caweb.webp\",\"width\":351,\"height\":100,\"caption\":\"Master CAWEB\"},\"image\":{\"@id\":\"https:\\\/\\\/mastercaweb.unistra.fr\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/master.caweb\",\"https:\\\/\\\/x.com\\\/mastercaweb\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"FAQ - Master CAWEB","description":"Answers to all your top questions about pricing, features, and troubleshooting. Get the support you need instantly.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/mastercaweb.unistra.fr\/en\/faq-2\/","og_locale":"en_US","og_type":"article","og_title":"FAQ - Master CAWEB","og_description":"Answers to all your top questions about pricing, features, and troubleshooting. Get the support you need instantly.","og_url":"https:\/\/mastercaweb.unistra.fr\/en\/faq-2\/","og_site_name":"Master CAWEB","article_publisher":"https:\/\/www.facebook.com\/master.caweb","article_modified_time":"2026-03-27T17:41:36+00:00","twitter_card":"summary_large_image","twitter_site":"@mastercaweb","twitter_misc":{"Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/mastercaweb.unistra.fr\/en\/faq-2\/","url":"https:\/\/mastercaweb.unistra.fr\/en\/faq-2\/","name":"FAQ - Master CAWEB","isPartOf":{"@id":"https:\/\/mastercaweb.unistra.fr\/#website"},"datePublished":"2025-06-18T13:17:04+00:00","dateModified":"2026-03-27T17:41:36+00:00","description":"Answers to all your top questions about pricing, features, and troubleshooting. Get the support you need instantly.","breadcrumb":{"@id":"https:\/\/mastercaweb.unistra.fr\/en\/faq-2\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/mastercaweb.unistra.fr\/en\/faq-2\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/mastercaweb.unistra.fr\/en\/faq-2\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/mastercaweb.unistra.fr\/en\/"},{"@type":"ListItem","position":2,"name":"FAQ"}]},{"@type":"WebSite","@id":"https:\/\/mastercaweb.unistra.fr\/#website","url":"https:\/\/mastercaweb.unistra.fr\/","name":"Master CAWEB","description":"","publisher":{"@id":"https:\/\/mastercaweb.unistra.fr\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/mastercaweb.unistra.fr\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/mastercaweb.unistra.fr\/#organization","name":"Master CAWEB","url":"https:\/\/mastercaweb.unistra.fr\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/mastercaweb.unistra.fr\/#\/schema\/logo\/image\/","url":"https:\/\/mastercaweb.unistra.fr\/wp-content\/uploads\/2024\/03\/logo-caweb.webp","contentUrl":"https:\/\/mastercaweb.unistra.fr\/wp-content\/uploads\/2024\/03\/logo-caweb.webp","width":351,"height":100,"caption":"Master CAWEB"},"image":{"@id":"https:\/\/mastercaweb.unistra.fr\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/master.caweb","https:\/\/x.com\/mastercaweb"]}]}},"_links":{"self":[{"href":"https:\/\/mastercaweb.unistra.fr\/en\/wp-json\/wp\/v2\/pages\/22006","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mastercaweb.unistra.fr\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/mastercaweb.unistra.fr\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/mastercaweb.unistra.fr\/en\/wp-json\/wp\/v2\/users\/21"}],"replies":[{"embeddable":true,"href":"https:\/\/mastercaweb.unistra.fr\/en\/wp-json\/wp\/v2\/comments?post=22006"}],"version-history":[{"count":2,"href":"https:\/\/mastercaweb.unistra.fr\/en\/wp-json\/wp\/v2\/pages\/22006\/revisions"}],"predecessor-version":[{"id":24107,"href":"https:\/\/mastercaweb.unistra.fr\/en\/wp-json\/wp\/v2\/pages\/22006\/revisions\/24107"}],"wp:attachment":[{"href":"https:\/\/mastercaweb.unistra.fr\/en\/wp-json\/wp\/v2\/media?parent=22006"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}